nedudgi Posted April 23 Share Posted April 23 (edited) Prestashop crashes, when I try to translate a string in the backoffice. Both the backend and the frontend stop functioning. Things I've tried: clearing cache disabling cache manually clearing cache on the FTP upgrading PHP version downgrading PHP version After I delete the cache folder (var/cache), both the backend and frontend are functioning normally. Prestashop version 1.7.8.11 PHP version 7.2 The following PHP error is thrown: Fatal error: require_once(): Failed opening required '/data/f/f/ffd0c9d0-2f56-48d4-928b-0641d94b1def/lomnic.com/web/var/cache/dev/appParameters.php' (include_path='/data/f/f/ffd0c9d0-2f56-48d4-928b-0641d94b1def/lomnic.com/web/vendor/pear/pear_exception:/data/f/f/ffd0c9d0-2f56-48d4-928b-0641d94b1def/lomnic.com/web/vendor/pear/console_getopt:/data/f/f/ffd0c9d0-2f56-48d4-928b-0641d94b1def/lomnic.com/web/vendor/pear/pear-core-minimal/src:/data/f/f/ffd0c9d0-2f56-48d4-928b-0641d94b1def/lomnic.com/web/vendor/pear/archive_tar:.:/usr/share/php') in /data/f/f/ffd0c9d0-2f56-48d4-928b-0641d94b1def/lomnic.com/web/config/bootstrap.php on line 87 Edited April 24 by nedudgi (see edit history) Link to comment Share on other sites More sharing options...
nedudgi Posted April 24 Author Share Posted April 24 Disable opcache in your hosting provider's admin, or for a more detailed solution see these links: https://github.com/PrestaShop/PrestaShop/issues/17390 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