Skip to content
Advertisement

Fatal error: Allowed Memory size of 67108864 in opencart

I’m using opencart. In my admin page when I access CATALOG>PRODUCTS (I have 73 products – Totally I have four pages). When I access my second page it shows this following error

JavaScript

But, I can access first, third and fourth page. I have tried this solution (Allowed memory size of 67108864 bytes exhausted (tried to allocate 4459414 bytes) in writing an xml file) in my .htaccess file

JavaScript

But, it returns 500 Internal error.. How do I solve this Fatal error: Allowed Memory size of 67108864 ?

Advertisement

Answer

I have found the Solution

In my admin folder I have a php.ini file

I have changed my memory_limit = 64M; to memory_limit = 128M;. Now it works fine.. I didn’t get Fatal Error.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement