Solution The link you followed has expired on Plesk

Solution The link you followed has expired on Plesk

If you find an error like the image above, hopefully this article will be one of the solutions and the solution is similar to this article.

Here are the steps :

  1. Log in to Plesk, click Domains and click on the domain that is experiencing problems, then click PHP Settings.
  2. Change the post_max_size & upload_max_filesize to the desired size (in this example I changed from 2M to 16M) and click OK.

Before

After

  1. Try re-uploading the file in WordPress.

Note: if upload_max_filesize size is larger than post_max_size, then WordPress will still follow the post_max_size size, in which case I changed both to 16MB.

You can see the upload file size limit by visiting the Media – Add New page, along with the before and after results.

Before

After

Please try and good luck, thank you.

 

Solution The uploaded file exceeds the upload_max_filesize directive in php.ini. in Plesk

Solution The uploaded file exceeds the upload_max_filesize directive in php.ini. in Plesk

If you find an error like the image above, hopefully this article will be one of the solutions.

Cause: The size of the uploaded file exceeds the predefined configuration.

Solution: resize the upload file.

Here are the steps :

  1. Log in to Plesk Panel.
  2. Select Domains and click on the domain that is experiencing the problem, then click PHP Settings.

  1. On upload_max_filesize, change the upload size from the default of 2M to the desired upload size, then click OK.

Please try and good luck, thank you.