Jesús Carrera
Member
I'm getting several errors in my install. I added the latest patch from the customers area. I'm using a VPS with Nginx and PHP-FPM.
1. When trying to save the Redis Queue I get:
Fatal error: Undefined class constant 'DEFAULT_QUEUE_NAME' in/var/www/xxx/public_html/apps/backend/controllers/SettingsController.php on line 1048
2. When going to the Settings > Common page (this page worked fine at some point):
Fatal error: Declaration of MailerSwiftMailer::reset() must be compatible with MailerAbstract::reset($resetLogs = true) in/var/www/xxx/public_html/apps/common/components/mailer/MailerSwiftMailer.php on line 15
3. When trying to add a SES Delivery Server:
CException
DeliveryServerAmazonSesWebApi and its behaviors do not have a method or closure named "getUseForOptions".
/var/www/mailtum.com/public_html/apps/common/framework/base/CComponent.php(266)
Any ideas what's the issue?
1. When trying to save the Redis Queue I get:
Fatal error: Undefined class constant 'DEFAULT_QUEUE_NAME' in/var/www/xxx/public_html/apps/backend/controllers/SettingsController.php on line 1048
2. When going to the Settings > Common page (this page worked fine at some point):
Fatal error: Declaration of MailerSwiftMailer::reset() must be compatible with MailerAbstract::reset($resetLogs = true) in/var/www/xxx/public_html/apps/common/components/mailer/MailerSwiftMailer.php on line 15
3. When trying to add a SES Delivery Server:
CException
DeliveryServerAmazonSesWebApi and its behaviors do not have a method or closure named "getUseForOptions".
/var/www/mailtum.com/public_html/apps/common/framework/base/CComponent.php(266)
Any ideas what's the issue?