GoFenice Posted June 15, 2017 Share Posted June 15, 2017 PS 1.6.1.7, enabled APC caching, but products in some categories are empty and shows when switched to File system. Disabled the blocklayered module but the problem still. Anyone had faced the same or any solutions? Thanks, Link to comment Share on other sites More sharing options...
selectshop.at Posted June 15, 2017 Share Posted June 15, 2017 If you are using latest PS 1.6. versions over php 5.4., you should disable the Caching options like APC, xCache, etc. These are old php modules which are obsolet and added to a better and speedier form direct to php core as opcache. The use of boths is not possible. So please check which php-version you are using and if it is over 5.4. disable the APC cache. Link to comment Share on other sites More sharing options...
GoFenice Posted June 15, 2017 Author Share Posted June 15, 2017 using PHP7 Link to comment Share on other sites More sharing options...
selectshop.at Posted June 15, 2017 Share Posted June 15, 2017 APC disabled ? Link to comment Share on other sites More sharing options...
GoFenice Posted June 15, 2017 Author Share Posted June 15, 2017 the issue is when APC is enabled, products in some categories are not showing but most of the categories working fine. Link to comment Share on other sites More sharing options...
selectshop.at Posted June 15, 2017 Share Posted June 15, 2017 Yes, as I told you. You cannot use old caching system with new caching system. All php versions over 5.4.+ have already opcache (cache version) included on the package. This also applies for php7. All php versions UNDER 5.4 were using extra caching modules like APC, xCache and others. Maintain APC disabled on back-office. You don't need this, besides it does not 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