kennygadams
Programmer
I'm getting the error below when using imagecopyresampled:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3504 bytes)
I updated the memory_limit from 8m to 150M in the php.ini file and then rebooted the linux server through putty.
phpinfo() shows that the memory_limit is set to 8m. So I downloaded the php.ini file to double check the memory_limit setting and it is set to 150m.
Do any of you see what I am doing wrong?
kennygadams
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3504 bytes)
I updated the memory_limit from 8m to 150M in the php.ini file and then rebooted the linux server through putty.
phpinfo() shows that the memory_limit is set to 8m. So I downloaded the php.ini file to double check the memory_limit setting and it is set to 150m.
Do any of you see what I am doing wrong?
kennygadams