Damien CUEFF Posted April 26, 2019 Share Posted April 26, 2019 Hello everyone, I block on a PHP problem. I migrated my Prestashop from an old machine to a new virtual machine. I install the same version of Apache, same modules, same PHP, same Database... The website seem to work well exept my template (SNSSomine). On the footer, i have a lot of " \r\n " and when i try to change it from the Back Office, the changes are not apply, and when i display the error log of Apache, i can see: PHP Fatal error: Call to protected method LinkCore::getBaseLink() from context '' in /srv/apache2/vhosts/maroquinerie-bysance.fr/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code on line 74, referer: https://maroquinerie-bysance.fr/adminbysance/index.php?controller=AdminModules&token=cbc888c3928edafd58cb73f54380ecb5&configure=snssominetheme I don't know how to fix it... If someone can help me, I will appreciate a lot. URL of the shop: https://maroquinerie-bysance.fr/ smarty_internal_templatebase.php Link to comment Share on other sites More sharing options...
Janett Posted April 26, 2019 Share Posted April 26, 2019 Problem come from module snssominetheme apparently LinkCore::getBaseLink() is public in LinkCore, did you have an override ? Looks if you find a file here overrides/classes/Link.php Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now