Home > Backend Development > PHP Tutorial > dedecms图片上传出现的有关问题(急)

dedecms图片上传出现的有关问题(急)

WBOY
Release: 2016-06-13 10:05:59
Original
993 people have browsed it

dedecms图片上传出现的问题(急)
我用dedecms做的网站,本来php允许上传文件的大小事2M,但是我的图片都6M了。所有我把php5中的php.ini文件中的upload_max_filesize = 8M 改为了8M,同时还修改了php.ini-recommended 中的upload_max_filesize = 8M。
我再次上传图片时报错了: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  
但是要上传的图片已经上传成功了。这到底是什么原因呀???
求助

------解决方案--------------------
你改完 php.ini 以后 所有服务有没有重启 那个改完了 需要重启服务的
------解决方案--------------------
重启服务如果还是 不行 就说明 DEDE本身也有限制 那你就得找到他是在哪设置 限制的了

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template