Closed (outdated)
Project:
Amazon SES
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Nov 2015 at 22:55 UTC
Updated:
2 Feb 2022 at 22:26 UTC
Jump to comment: Most recent
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