rgangwani Posted July 6, 2013 Share Posted July 6, 2013 hi. I Need Urgent Help.. Website : www.pensandmore.in Ecommerce Module : Prestashop I was Uploading products yesterday, everything was working fine.. Suddenly the website took a lot of time to upload. I stopped working. Next Morning (Today : 06/july/2013) Websites frontend doest not show up. Backend is working perfectly Contacted the Hosting Manager, Nothing Wrong with the Server. Please Help..!! Link to comment Share on other sites More sharing options...
PSfever.com Posted July 6, 2013 Share Posted July 6, 2013 On your FTP change @ini_set('display_errors', 'off'); to @ini_set('display_errors', 'on'); in config/defines.inc.php Then you could copy the error and post it here. 1 Link to comment Share on other sites More sharing options...
rgangwani Posted July 8, 2013 Author Share Posted July 8, 2013 hi, Thanks for help I did The Changes This is What i Got "Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 3485378 bytes) in /home/pensandm/public_html/modules/blocktopmenu/blocktopmenu.php on line 645" How To Go Ahead Now..?? Link to comment Share on other sites More sharing options...
El Patron Posted July 8, 2013 Share Posted July 8, 2013 if you do not know how to increase your memory from 256mb...then you should contact your hosting company and ask them to double. it. Link to comment Share on other sites More sharing options...
rgangwani Posted July 8, 2013 Author Share Posted July 8, 2013 In the Mean time as the issue Was with the categories.. I deleted all the Categories & now i get the following error "Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 523800 bytes) in /home/pensandm/public_html/classes/ObjectModel.php on line 174" Line 174 Reads the Following 172 -- < else if (Tools::isSubmit('submitBlocktopmenuEdit')) > 173 -- <{> 174 --<$id_linksmenutop = (int)Tools::getValue('id_linksmenutop', 0);> 175 --<$id_shop = (int)Shop::getContextShopID();> In the Meantime.. i have contacted my Hosting Manager as well.. if (!Tools::isSubmit('link'))" Link to comment Share on other sites More sharing options...
Dh42 Posted July 8, 2013 Share Posted July 8, 2013 Err... I don't know what to tell you with this one. I encountered it once. By any chance do you have a backup of your shop? If you could restore the ps_categories and ps_categories_shop tables to before the import everything would more than likely be ok. I encountered it one time on a clients shop when they were messing with their categories. Basically a process runs out of control. Link to comment Share on other sites More sharing options...
Recommended Posts