How to Fix the 'Link You Followed Has Expired' Issue in WordPress

Written by Nika

Massive Dynamic

Updated December 18,2024

In this article we are going to present a solution when theme installation issue happens with following error “link you followed has expired”
This issue mostly happens due to your website host configuration , two major parameter which should be modified are “Maximum upload size” and “Maximum post size” , there are different approaches to modify those settings

 

Approach 1 : Editing Wp-config

First please use any ftp client to connect to your website FTP server ( you can ask about FTP credentials from your host admins ) or use your host panel file manager to access core files , now in WordPress installation path look for wp-config.php , make a copy just to have a backup and then edit the original file and add following codes before /** Sets up WordPress vars and included files. */ section
  1. ini_set( ‘upload_max_size’ , ’64M’ );
  2. ini_set( ‘post_max_size’, ’64M’);
  3. ini_set( ‘memory_limit’, ’64M’ );
Save the file and then check your website admin panel >> media >> add new and check for maximum upload file size as shown in following image

 

 

 

Approach 2 : Editing php.ini

First please use any ftp client to connect to your website FTP server ( you can ask about FTP credentials from your host admins ) or use your host panel file manager to access core files , now in WordPress installation path look for php.ini ( create one if there is no file named that ) , edit that file and add following code into it
  1. upload_max_filesize = 64M
  2. post_max_size = 64M
  3. memory_limit = 64M
Save the file and then check your website admin panel >> media >> add new and check for maximum upload file size

 

Approach 3 : Editing .htaccess

First please use any ftp client to connect to your website FTP server ( you can ask about FTP credentials from your host admins ) , now in WordPress installation path look for .htaccess  create a backup from that file by downloading it in your system or making a copy on the host , edit that file and add following code into it
  1. php_value upload_max_filesize 64M
  2. php_value post_max_size 64M
Save the file and then check your website admin panel >> media >> add new and check for maximum upload file size

 

Approach 4: Using Plugin

In this scenario you need to use third party plugins which is named Increase Max Upload Filesize , you can install and activate that plugin from admin panel >> add new as shown in following image

 

 

Access the setting panel of that plugin by visiting admin panel >>  setting >> Increase Maximum Upload File Size and choose the proper maximum upload size

 

 

Save changes and then check again to see if maximum upload size has been changed or not

 

Approach 5 : Contact Host Administrator

You can contact your host administrator and they will take care of the rest , and then you can check again if the changes have been applied or not and then try to install our theme again

Related Articles:

  1. How to Set Styles for Single Posts in Massive Dynamic
  2. How to Set Up a Mega Menu in Massive Dynamic
  3. How to Link a Portfolio Item to an External Page in Massive Dynamic
  4. How to Add HTML and JavaScript to a Page in Massive Dynamic
  5. How to Add a Custom Shortcode to Visual Composer
  6. How to Switch a Header Menu Item to a Button in Massive Dynamic
  7. How to Access the File Address from the Media Library in WordPress
  8. How to Add a Link to the Copyright Text in Massive Dynamic
  9. Overview of Portfolio Details in Massive Dynamic
  10. How to Set Menu Item Link to Open in a New Tab in WordPress

If you encounter any issues during the process, our support team is available to assist you.

Hey Design Lovers !

Unlock Pixflow Max Annually
with 30% OFF
Use code "Newcomer30"

Get 30% OFF