Guest User

Untitled

a guest
Nov 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. 'aws/aws-sdk-php': '^3.0',
  2.  
  3. 'aws/aws-php-sns-message-validator': '^1.4'
  4.  
  5. require_once (Drupal::root() . '/vendor/autoload.php');
  6.  
  7. PHP message: PHP Fatal error: require_once(): Failed opening required '/home/dash/public_html/docroot/vendor/autoload.php' (include_path='.:/usr/share/php') in /home/dash/public_html/docroot/modules/custom/awsintegration/src/Controller/AwsiInstanceListController.php on line 9
  8.  
  9. require '/home/dash/public_html/vendor/autoload.php';
  10.  
  11. PHP message: PHP Fatal error: Class 'Drupal\awsintegration\Controller\Aws\Sdk' not found in /home/dash/public_html/docroot/modules/custom/awsintegration/src/Controller/AwsiInstanceListController.php on line 27
  12.  
  13. Warning: require_once(/home/dash/public_html/docroot/vendor/autoload.php): failed to open stream: No such file or directory in require_once() (line 9 of modules/custom/awsintegration/src/Controller/AwsiInstanceListController.php).
Add Comment
Please, Sign In to add comment