Skip Navigation

[Resolved] “The link you followed has expired.” when attempting install

This thread is resolved. Here is a description of the problem and solution.

Problem:
"The link you followed has expired." when attempting and trying to upload and install the plugins

Solution:
This is common issue related to PHP INI settings.

Please change following variables within php.ini file on your server and try to resolve your issue:

upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300

Relevant Documentation:
=> http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/

This support ticket is created 5 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by Greig Neilson 5 years, 11 months ago.

Assisted by: Minesh.

Author
Posts
#1163116
upload error.jpeg

I am trying to install an updated version of Types

I expected to see the plugin uploaded and installed

Instead, I got: "The link you followed has expired." This message appears after 15secs after I hit the [Install Now] button.

#1163500

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - it looks like on your server there is not enough memory available for uploads.

Could you please change following variables on your server and try to resolve your issue:

upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300

More info:
=> hidden link

If you are not aware of how to change the above PHP INI settings, please contact your server admin.

#1164137

My issue is resolved.