When I tries to install phpfin, I got the following error message
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 5000001 bytes) in /home/kentman/WWW/phpfin/codelock.php(3) : eval()'d code(1) : eval()'d code on line 1
OS is Linux (debian unstable)
PHP is 4.3.10
Mysql is 4.0.24
I have DB and phpxpath installed
How to solve the problem ??
I have tried the same installation setup. It works fine on windows system. Am I missing something ???
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
When I tries to install phpfin, I got the following error message
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 5000001 bytes) in /home/kentman/WWW/phpfin/codelock.php(3) : eval()'d code(1) : eval()'d code on line 1
OS is Linux (debian unstable)
PHP is 4.3.10
Mysql is 4.0.24
I have DB and phpxpath installed
How to solve the problem ??
I have tried the same installation setup. It works fine on windows system. Am I missing something ???
Try to modify your php.ini
Set memory_limit to i.e. 16MB.
This should work.
Bye, CHAMM