Dedecms image upload problems (urgent) I used dedecms to do the website. I used php to allow file upload for 2 MB, but my images were 6 MB. I changed upload_max_filesize8M in the php. ini file in php5 to 8 M, and modified upload_max_filesize8M in php. ini-recommended. When I upload an image again, an error occurred while uploading the dedecms image (urgent)
I used dedecms for my website. I used php to allow file upload for 2 MB, but my images were 6 MB. I changed upload_max_filesize = 8 M in the php. ini file in php5 to 8 M, and modified upload_max_filesize = 8 M in php. ini-recommended.
When I upload an image again, an error occurs: atal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 19008 bytes) in D: \ www \ uploads \ include \ image. class. php on line 235
However, the image to be uploaded has been successfully uploaded. Why ???
Help
------ Solution --------------------
Have you restarted all the services after you modified php. ini?
------ Solution --------------------
If the service cannot be restarted, it means that DEDE itself has limits, so you have to find out where he sets the limits.