I get this when I try to go into the statistics, sender id list, or dkim setup.
Fatal error: Class 'AmazonSES' not found in /Users/name/Desktop/local_cloud/website/htdocs/sites/all/modules/amazon_ses/includes/classes/amazonses.class.php on line 23
Does anyone else get the same and how could I fix this? Could this be a guzzle issue?
Comments
Comment #2
JamesMugford commentedI'm also getting this issue.
Comment #3
trotsak commentedsame issue
Comment #4
jackellis commentedThis error appears when you have not installed the awssdk php library.
Comment #5
anish.a commentedThe AWS SDK need to be installed in libraries folder. However, need to declare the libaray using hook_libraries and included in the README and pages.
Comment #6
davisben