Report this

What is the reason for this report?

1 Click Install Wordpress

Posted on January 2, 2018

I went through the 1 click install Wordpress and tried uploading a theme and it stops loading and asks me if I’m sure I want to do this. It doesn’t give me anything to click on. I’ve read that I have to change the php.ini size limit, but I’ve tried researching on how exactly to do that and I can’t figure it out. Are there any other tutorials I need to do in order to get that fixed? I’m running everything on a Mac. Any help would be appreciated.



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.

On your server you can find the php.ini in /etc/php7-0/

In that file you’ll want to increase the size given for the following variables.

  • max_post_size
  • upload_max_filesize

After making the changes, restart your web server with the command:

service apache2 restart

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.