jayp1 Posted September 24, 2013 Share Posted September 24, 2013 Hi I want to show 150 products per page, but when I go add above 99 the categories page dont show up? Can any one help? Thanks in advance Link to comment Share on other sites More sharing options...
vekia Posted September 24, 2013 Share Posted September 24, 2013 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 More sharing options...
jayp1 Posted September 24, 2013 Author Share Posted September 24, 2013 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 More sharing options...
vekia Posted September 24, 2013 Share Posted September 24, 2013 so as you can see from error code, you don't have enough ram memory available, in this case you will need to increase memory limit in your server settings Link to comment Share on other sites More sharing options...
jayp1 Posted September 24, 2013 Author Share Posted September 24, 2013 Hi But I have plenty memory : Disk Space Usage 2,376.16 / 3,500 MB Monthly Bandwidth Transfer 429,574.36 / 500,000 MB Link to comment Share on other sites More sharing options...
vekia Posted September 24, 2013 Share Posted September 24, 2013 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 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