Error: The link you have followed has expired

When trying to upload our plugin, some users get the error message “the link you followed has expired”. This is a well-known problem with WordPress and we know the solution to it.

The reason this message is occurring is because of the upload max size settings in your WordPress installation. Normally, this is set to 2MB, where our plugin (and many others) is approx. 9MB.

Solution 1:

You can edit this by adjusting this in your php.ini file.

upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300

The php.ini file should be located in the root directory of your WordPress installation, you can create a new file if it does not exist yet.

Solution 2:

Manually upload the plugin to your FTP without the .zip. This works as well as you bypass every single WordPress restriction. Put the plugin in the /plugins/ folder.

Join 600.000 users and install The Privacy Suite for WordPress locally, automated or fully customized, and access our awesome support if you need any help!