- 已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
59分钟前就关门了。
Improve this question
我试图上传主题在WordPress的主机位于数字海洋我得到这个错误上传的文件超过了upload_max_filesize指令在php. ini.
我正在增加php.ini中的所有值max_filesize等等
并在linux服务器中重新启动apeache2
但我得到同样的错误,我不能上传主题我怎么能修复它?
1条答案
按热度按时间yqlxgs2m1#
是的,这是在您的托管服务器上设置的限制。
您需要更改
upload_max_filesize
,但也需要更改php.ini中的post_max_size
然后重新启动Apache。
如果你已经安装了PHP-FPM,你也需要重新启动它。
另外,如果您安装了PHP-FPM,请确保修改正确的php.ini,因为每个PHP版本可能有多个php.ini。