Report this

What is the reason for this report?

Changing upload size? Finding the right directory? Restarting?

Posted on July 12, 2015

So after reading multiple guides on how to change the upload limit for wordpress, I was not able to find the php.ini file in any of the common folders, I had to go to this location “/etc/php5/cli/php.ini”, eventually I found the upload_max_file_size and changed it to 10M. Now I tried restarting with multiple commands, and I keep on getting the “AH00558” error. I then found a fix for that error, but I’m still getting the same AH00558 error.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

You still got a 2mb limit because you edited the php configuration for the CLI PHP. If you are running the apache webserver you need to edit /etc/php5/apache2/php.ini Also check the max postsize.

Allright try to execute

apt-get remove php5*
apt-get install php5

And check again, please give a result when done.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.