Il s'agit du forum d'assistance technique de WPML, le plug-in multilingue pour WordPress.
Il est accessible à tous, toutefois seuls les clients de WPML peuvent y publier leurs messages. L'équipe du WPML répond sur le forum 6 jours par semaine, 22 heures par jour.
Sun
Mon
Tue
Wed
Thu
Fri
Sat
-
7:00 – 15:00
7:00 – 15:00
7:00 – 15:00
7:00 – 15:00
7:00 – 15:00
-
-
-
-
-
-
-
-
Fuseau horaire du support : Pacific/Easter (GMT-06:00)
I wanted to update WPML Multilingual CMS version 4.5.5 to 4.6.10, but I was given the following error: Could not copy file. (sitepress-multilingual-cms/dist/js/jobs/app.js). I tried to install it manually and that didn't work either. Now I am no longer able to install it and therefore I no longer have this plugin on the site. I have the OTGS Installer, WPML Media Translation and WPML String Translation. So I can't give my debug information.
Les langues: Anglais (English )Français (Français )Arabe (العربية )
Fuseau horaire: Pacific/Easter (GMT-06:00)
Hello,
Thank you for contacting WPML support team,
This kind of update is quite the jump in versions and could be prone to errors, this is why we recommend a different approach.
First of all, could you please check if you have enough space available on the server for installing the plugin? If the space is fine, please try to follow the following steps and check if this resolves the issue:
1. Go to the Downloads page in your wpml.org account: https://wpml.org/account/downloads/
2. Download the WPML Multilingual CMS plugin.
3. Unpack the zip folder.
4. Log into your FTP.
5. Go to wp-content/plugins and delete the "sitepress-multilingual-cms" folder if exists.
6. Upload the unzipped folder you downloaded.
If that didn't help, check if you are getting any errors or warnings related to WPML in the WordPress Debug log or Server Error Log while having this issue. May you need your hosting team's support to access the server error log file.
To enable WP debug log, open your wp-config.php file and look for:
define('WP_DEBUG', false);
And change it to:
define('WP_DEBUG', true);
// Enable Debug logging to the /wp-content/debug.log file
define('WP_DEBUG_LOG', true);
// Disable display of errors and warnings which is recommended on a live site.