Mise à jour thème PRO

Quand j’essaie de mettre à jour la dernière version du thème PRO.
J’ai le message d’erreur de Wordpress :
"Ce fichier est trop gros. La taille des fichiers doit être inférieure 8000 Ko "
Je suis en dernière version de Wordpress 5.02

Hi Jean Paul,

Please note that we only provide support in English.

But if you are getting the error that the file is too big to upload in Wordpress, This usually happens when the upload_max_filesize value of your PHP settings is less than the size of the file you are uploading.

If you have an access to the php.ini file of your hosting, try adding these code in the file:

upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300

You can also check http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/

Or you may also get in touch with your hosting company and have then double check the following values above.

Another option would be to upload the theme manually through FTP. Go to wp-content/themes then upload the unzip x folder there. Login to the admin area and you should see X installed in the theme’s page.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.