I recently installed JM Lead template and after a week of not touching the site, I noticed I started getting this error appearing in the modules
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71681 bytes) in /home/bella347/public_html/app/design/frontend/default/jm_lead/template/page/3columns.phtml on line 106
and it’s not just in that directory it also appears in a different path.
What can I do to fix this. Should I delete the site and re install as I havent done any modifications yet.
3 answers
Magento uses lots of memory so you need setting more memory.
You can set in .htaccess file
php_value memory_limit 128M
Magento uses lots of memory so you need setting more memory.
You can set in .htaccess file
Im still getting the same problem when i click on the products.
THis wasnt happening when I first installed the template.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home/bella347/public_html/lib/Zend/Locale/Data.php on line 1236
Im still getting the same problem when i click on the products.
THis wasnt happening when I first installed the template.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home/bella347/public_html/lib/Zend/Locale/Data.php on line 1236
The site is http://www.bellacorsets.com/index.php
It is causing these errors on every page. Could it be the template.
I also discovered another thing. There’s this param after the url that is like this
http://www.bellacorsets.com/index.php/?___SID=U
what is that SID thing?
This question is now closed