I created a one-click digitalocean wordpress droplet. Wordpress has been setup, but I am unable to upload a theme that is about 45mb.
I keep getting the error: The link you followed has expired. Please try again.
I have followed this article to update the php.ini file and even created a .htaccess file, but the issue persists.
Please I need help figuring out how to resolve this.
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi, @davidessienshare
This is most likely related to the maximum upload file size value. Can you confirm which is the current value set on your end? You should see the value listed on the upload page in the WordPress admin area bellow the Upload New Media window.
You can either increase the limit via php.ini file, the .htaccess or via the functions.php file
The .htaccess file method is less used and I’ll recommend you try the first two methods.
Let me know if you have any questions.
Regards, Alex