Editing Problem

jvalentine

New member
Joined
Jun 12, 2010
Messages
3
I'm getting a message like this when trying to edit a mediawiki page? What is the solution?

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1708995 bytes) in /home/farmvill/public_html/farmvillewiki/includes/parser/Parser.php on line 404

__________________________

Dish Network
 
Last edited:
you must increase memory_limit

you should edit the php.ini

for set at 80 MB of memory limit:

memory_limit = 80M
 
Back
Top