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.
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
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