Stuck in critical Situation, plz help asap

ahsan

New Member
while upgrading from 3.7.2 to 3.7.3

when i run keygen.php

i get this error


Keygen is replacing the files with new data...


Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32454689 bytes) in /home/ahsan/public_html/keygen.php(1) : eval()'d code(3) : eval()'d code on line 170

plz tell me what to do
 
you can increase the script's allowed memory use limit in php.ini on server

open the php.ini
look for memory_limit = 8M
change this to memory_limit = 16M

restart apache, try again.
 
Back
Top