Page 1 of 1

phpMySQL fails to display all records in a Browse

PostPosted: Tue Nov 25, 2008 10:28 am
by stephen
phpMySQL fails to display all records in a Browse of a table
I receive this error
Allowed memory size of 8388608 bytes exhausted (tried to allocate 5126523 bytes)


The fix is to change the php.ini file and restart the webserver to load the new parameters

Code: Select all
[php]
memory_limit = 64M      ; Maximum amount of memory a script may consume (8MB)