dukeferguson Posted December 30, 2013 Share Posted December 30, 2013 When I log into the back office and try to pull up the products page "list" from the catalog tab nothing loads. I just get a white page with nothing on it. I can however search for an individule product and edit it . I can also create a new product without a problem. My problem is, I want to see all of my products listed on the "products" page . All other tabs, drop downs and links are working fine in the back office. Only the products page has crapped out for some reason. Please help ! Link to comment Share on other sites More sharing options...
vekia Posted December 30, 2013 Share Posted December 30, 2013 if you've got white page it means that you've got some errors there. please turn on error reporting, then you will see what and where doesnt work. it's first step in debug process. 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...
dukeferguson Posted December 30, 2013 Author Share Posted December 30, 2013 Thanks for the tip! I've tried looking up the error on the forums here to no avail... Fatal error: Out of memory (allocated 108527616) (tried to allocate 20608 bytes) in /hom*/hlc*****/public_html/classes/ImageManager.php on line 365 This is the error I got , I've tried fiddling with it , but honestly I've got no clue what I'm looking for. Or what to do once I've found it... Link to comment Share on other sites More sharing options...
vekia Posted December 30, 2013 Share Posted December 30, 2013 this message: Fatal error: Out of memory (allocated 108527616) (tried to allocate 20608 bytes) means that you exceeded memory limit on your hosting account. try to increase it, if you don't know how to modify settings of your hosting, ask your hosting provider about that - they should change it for you. Link to comment Share on other sites More sharing options...
dukeferguson Posted December 30, 2013 Author Share Posted December 30, 2013 thanks for the help! Link to comment Share on other sites More sharing options...
vekia Posted December 30, 2013 Share Posted December 30, 2013 so, you solved it? have you changed memory limit and now it works? Link to comment Share on other sites More sharing options...
dukeferguson Posted December 31, 2013 Author Share Posted December 31, 2013 No, this issue has not been resolved yet...Another problem has arisen as well. Now most if not all of the pics on the front end of the shop are not showing. After checking my memory limits I'm well below my cap. I currently have an open ticket with my web host. Ack! Link to comment Share on other sites More sharing options...
dukeferguson Posted December 31, 2013 Author Share Posted December 31, 2013 Web host support staff has increased memory limit for my domain. I'm still getting the error for the products page in the back office and pics are still missing from the front end. Link to comment Share on other sites More sharing options...
vekia Posted December 31, 2013 Share Posted December 31, 2013 you've got exactly the same message? or values of "exceeded" memory changed? Fatal error: Out of memory (allocated 108527616) (tried to allocate 20608 bytes) in Link to comment Share on other sites More sharing options...
dukeferguson Posted January 1, 2014 Author Share Posted January 1, 2014 Yes it's exactly the same message ... Link to comment Share on other sites More sharing options...
vekia Posted January 1, 2014 Share Posted January 1, 2014 so they probably not increased limit, if you see this message it mean that limit is the same as before. Link to comment Share on other sites More sharing options...
Recommended Posts