Interspire Product Knowledge Base

Would you like to...

Print this page Print this page

Email this page Email this page

Post a comment Post a comment

Subscribe me

Add to favorites Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Export to PDF

User Opinions (0 votes)

No users have voted.

How would you rate this answer?



Thank you for rating this answer.

PHP Fatal error: Allowed memory size of XXXXXXXX bytes exhausted

Here are steps to bypass the error "xxxxxxxx bytes exhausted".

1.) Open init.php located at /admin/com/init.php
2.) Go to line 208 (or search for "memory")
3.) Change the value of ini_set('memory_limit', '64M'); to a value higher than what the error expresses.

E.g. If your error looks like "67108864 bytes" try something like: ini_set('memory_limit', '128M');

Related Articles

No related articles were found.

Attachments

No attachments were found.

Powered by Interspire Knowledge Manager - World's #1 Best Selling FAQ and Knowledge Base Software