Jump to content

Errors in mails after upgrading to 1.6.1.5


Recommended Posts

Hi,

it seems that you have 2 classes in the override folder, that are from the old version of your prestashop, and those are incompatible with new version 1.6.1.5 of prestashop.To fix this errors you should disable those 2 overrides by renaming file /override/classes/Media.php to _Media.php, and renaming file /override/classes/Mail.php to _Mail.php .

Then you must delete the file /cache/class_index.php in order for those 2 overrides to not be loaded on the site.

You should get the new version of the module that uses these 2 overrides, and install the new version of the module that it is compatible with version 1.6.1.5 of prestashop.

Regards, Leo

Link to comment
Share on other sites

For to check which module is causing this problem, you should activate non native modules again, and also debug modus. Activating debug modus you will see on top the error line when trying to send a mail.

 

How to activate debug mode: https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-blank-page-500-internal-server-error/

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...