mpeg69 Posted August 18, 2013 Share Posted August 18, 2013 (edited) SOLVED !! - Upgraded my webhotel. Should be up and running later today - But thanks a lot for the answers !! ________________________________________________________________________ Hi all, I realy need some help with my PrestaShop page... The page is not loading, and i have no clue why not ? .. i have not made any changes. I am able to login to admin page.. Please take a look at www.haisler.dk The error is: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 5215181 bytes) in /data/home/haislerd/public_html/classes/Product.php on line 2112 Thanks a lot. Kind regards Morten Edited August 19, 2013 by mpeg69 (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted August 18, 2013 Share Posted August 18, 2013 increase your php memory size, from 128mb to 256mb...if you don't know how or have access to your php.ini, contact your hosting company Link to comment Share on other sites More sharing options...
mpeg69 Posted August 18, 2013 Author Share Posted August 18, 2013 Thanks a lot... i will see if i can do it myself... nothing i can do to get the site running right away ?... Link to comment Share on other sites More sharing options...
El Patron Posted August 18, 2013 Share Posted August 18, 2013 there is no other solution Link to comment Share on other sites More sharing options...
mpeg69 Posted August 18, 2013 Author Share Posted August 18, 2013 Okay.. thanks again! Link to comment Share on other sites More sharing options...
MA-IT Posted August 19, 2013 Share Posted August 19, 2013 (edited) There are actually three solutions to this (assuming you want to change it to 256 MB, and have the rights to do so): Set the option in your php.ini: memory_limit = 256M Set the option in a .htaccess filephp_value memory_limit 256M Set the option in a PHP file that starts up PrestaShopini_set("memory_limit", "256M"); Kind regards, Thijs Tijsma MA-IT Edited August 19, 2013 by MA-IT (see edit history) 1 Link to comment Share on other sites More sharing options...
Recommended Posts