Jump to content

Help needed - Shop not running... URGENT


Recommended Posts

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 by mpeg69 (see edit history)
Link to comment
Share on other sites

There are actually three solutions to this (assuming you want to change it to 256 MB, and have the rights to do so):

  1. Set the option in your php.ini:
    memory_limit = 256M


  2. Set the option in a .htaccess file
    php_value memory_limit 256M


  3. Set the option in a PHP file that starts up PrestaShop
    ini_set("memory_limit", "256M");


 

Kind regards,

 

Thijs Tijsma

MA-IT

Edited by MA-IT (see edit history)
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...