Message Text |
Problem: when trying to upgrade version from 4.1.32 to 4.1.33 from AdminPC, the following error occured:
[b]Fatal error[/b]: Allowed memory size of 8388608 bytes exhausted (tried to allocate 9680 bytes) in [b]/home/b/4/9/17629/17629/public_html/includes/filefunctions.php[/b] on line [b]516[/b] .
Paul has suggested to ask the host to either upgrade PHP4.x to PHP5 or increase memory allowance.
The host wrote back that as the site administrator, I have the control on the memory allowance via PHP.ini, which resides in the CGI-BIN directory.
Solution: Adding the following initialization string as the first line in the PHP.ini has solved the problem.
memory_limit = 32M |