Like others, but more complicated!
When I upload the file with size more than 4Mb (I've tried it from 1mb to 10mb), it will show up the message below...
Allowed memory size of 25165824 bytes exhausted.
I've searched this problem from this website, google...etc
The solution seems to modify the value "memory_limit" in php.ini and restart the server.
But no matter what value I modified it (smaller or larger than 24M, with restart),
It always shows this value!!?
So, I try to use the whole text search to search 24M (and 25165824) in the files under Appserv folder (with child folder, recursively),
But seems no file has these value in its content??
That's really queer...
Finally, I also tried many other value to break-up this tie, like upload_max_filesize, post_max_size ...etc
But cannot resolve this problem, too.
Please,
Could anyone give me some suggestion?
I have no idea about this...
Thanks
Problem with allowed memory again!!
Moderators: Developer, Contributor
Re: Problem with allowed memory again!!
Don't forget to increase the memory limit in mysql my.ini file
Phillip