Mian Waqas Posted July 28, 2020 Share Posted July 28, 2020 (edited) Hi there, I have Prestashop 1.7.6 running on PHP 7.2 , i have two Languages deutch(germen) and english(GB) the issue i am facing is that when i go to BO> Translation > i get "Not Found" error. this is for Classic theme and custom theme both, even with PS default modules i get the same error. Also when i enable debug mode i get below error in screenshot, that "An error occur while loading the debug mode toolbar" plz see attached console errors , if anyone have a little bit idea on this issue. Edited August 1, 2020 by SMTmardan (see edit history) Link to comment Share on other sites More sharing options...
Mian Waqas Posted July 28, 2020 Author Share Posted July 28, 2020 any one please? Link to comment Share on other sites More sharing options...
musicmaster Posted July 30, 2020 Share Posted July 30, 2020 These area ajax messages. You need to find the underlying php error. You can find this either in the server's error log or looking in the browser's console while debug is enabled. Link to comment Share on other sites More sharing options...
Mian Waqas Posted August 1, 2020 Author Share Posted August 1, 2020 (edited) For anyone who is facing this issue, its due to nginx configuration, you will need to add below line at least on the Site available/config file in root directory # Symfony controllers location /1750/your back office admin directory / { # [REQUIRED EDIT] the name of your admin directory if (!-e $request_filename) { rewrite ^/.*$ /1750/your back office admin directory /index.php last; # [REQUIRED EDIT] the name of your admin directory } } dont forget to replace the "your back office admin directory " with link to your admin directory this is fix the Symfony error which is a requirement for Translation and Debug for information you can check this https://github.com/PrestaShop/PrestaShop/blob/develop/docs/docker/nginx_fpm/prestashop-nginx/prestashop-nginx.conf Edited August 1, 2020 by SMTmardan (see edit history) Link to comment Share on other sites More sharing options...
EndErr Posted June 29, 2021 Share Posted June 29, 2021 Same problem with nginx hoster, but can't add nothing to nginx configuration. Is there any solution to add some configuration to .htaccess file to make it work? 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