Jump to content

Pagination - Products per page - Add Above 99 - Categories Not Working


Recommended Posts

can you please turn on error reporting? if you see just blank page it mean that there is something wrong, maybe some errors etc.

 

follow this: open config/defines.inc.php

 
find this line define('_PS_MODE_DEV_', false);
change to look like this: define('_PS_MODE_DEV_', true);
Link to comment
Share on other sites

Hi

 

After having put this code in that file, this error shows after i put 150 priducts per page :

 

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 89 bytes) in /home/h3ll0/public_html/classes/ObjectModel.php on line 1525

Link to comment
Share on other sites

ram memory isn't related to the bandwidth and available hdd space.

 

memory limit param: This sets the maximum amount of memory in bytes that a script is allowed to allocate. It mean, that you don't have enough memory limit. Ask your hoster about this limit maybe they will extend the limit value for you

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...