lepusa Posted June 6, 2016 Share Posted June 6, 2016 (edited) We are currently running PS v1.6.1.5, and everything is fine except for one issue. I was told by another member of our team that when accessing 'Advanced Parameters>Configuration Information' she was getting this message: CHECK YOUR CONFIGURATIONRequired parameters Please fix the following error(s)Some PrestaShop files are missing from your server.(/cache/smarty/compile/index.php)Optional parameters OK I tried accessing 'Advanced Parameters>Configuration Information' myself and got a 500 Internal Server Error after a long wait. I then replaced the missing file '/cache/smarty/compile/index.php' with a fresh copy from the latest 1.6.1.5 release, but the issue remained. Per this post I then replaced the following four files: "ConfigurationTest.php" in folder "classes/";"AdminInformationController.php" in folder "controllers/admin/";"smarty_internal_cacheresource_file.php" in folder "tools/smarty/sysplugins/";"smarty_internal_utility.php" in folder "tools/smarty/sysplugins/" However the issue still remains. The remainder of the site (front end and back end) work fine. What should we do from here? Edited June 6, 2016 by lepusa (see edit history) Link to comment Share on other sites More sharing options...
selectshop.at Posted June 6, 2016 Share Posted June 6, 2016 Seems your server is having a problem with compress and caching. Disable all the settings you made in CCC. In this case you cannot use any compress and cache features. Link to comment Share on other sites More sharing options...
lepusa Posted June 6, 2016 Author Share Posted June 6, 2016 Seems your server is having a problem with compress and caching. Disable all the settings you made in CCC. In this case you cannot use any compress and cache features. Thanks for the suggestion. Everything under CCC is set to "No". As for other cache settings, here are some screen shots: Any further suggestions? Link to comment Share on other sites More sharing options...
selectshop.at Posted June 6, 2016 Share Posted June 6, 2016 Disable SQL caching (your first screen). SQL caching is not standard setting and if not configured to your database Server,it drives to errors. Standard is file system. Link to comment Share on other sites More sharing options...
lepusa Posted June 6, 2016 Author Share Posted June 6, 2016 (edited) Disable SQL caching (your first screen). SQL caching is not standard setting and if not configured to your database Server,it drives to errors. Standard is file system. Thanks, we can now access Configuration Information. However we do get this: Check your configuration Required parameters Please fix the following error(s) Set write permissions for the "cache" folder.Optional parameters OK However the cache folder permissions are already 755... shouldn't this work? Edited June 6, 2016 by lepusa (see edit history) Link to comment Share on other sites More sharing options...
selectshop.at Posted June 6, 2016 Share Posted June 6, 2016 Disable also in second screen caching (not the same as caching in first screen, which is database caching). Seems that your server has no, or wrong configured caching options. 1 Link to comment Share on other sites More sharing options...
lepusa Posted June 7, 2016 Author Share Posted June 7, 2016 Disable also in second screen caching (not the same as caching in first screen, which is database caching). Seems that your server has no, or wrong configured caching options. That did the trick, thanks! Link to comment Share on other sites More sharing options...
selectshop.at Posted June 7, 2016 Share Posted June 7, 2016 You're welcome 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