Hi community!
I've got PS 1.7.6.1 and started migration from one server to new one.
PHP ver. for my old server = 7.2.34
PHP ver. for my new server = 7.2.34 (was installed for compatibility by me)
I've faced with Backend login.
Frontend works fine
Backend got me 500 error.
When I set define('_PS_MODE_DEV_', TRUE); - Backend works good, but frontend shows me a lot of internal errors.
But when I change setting to define('_PS_MODE_DEV_', FALSE); BackEnd got an error 500, and Frontend operates good.
I tried to change PHP ver. from 7.1.33 to 7.4.33 - situation all the same.
I'm afraid to upgrade PS version because of my custom version of the Template.
Could you advise - any solution for this ?
Is it possible to activate Debug mode only for Backend ? :-)
In this case I can run Backend and run FronEnd without debug mode.
Thanks for your time and advices!