Sauter la navigation

Ce sujet est résolu. Voici une description du problème et de la solution.

Problem:
If you're unable to activate the WooCommerce Multilingual & Multicurrency plugin due to a 'fatal error activation', it might be due to a conflict with another plugin, such as 'WP Rocket'.
Solution:
We recommend that you access your server via FTP and open the

wp-config.php

file located at the root of your WordPress installation. Insert the following lines just before

/* That's all, stop editing! Happy blogging. */

:

define( 'WP_DEBUG', true );<br />define( 'WP_DEBUG_LOG', true );<br />define( 'WP_DEBUG_DISPLAY', false );

After making these changes, try activating the plugin again. If the problem persists, check the

debug.log

file in the /wp-content directory for any specific error messages that could help identify the issue. For more information on debugging in WordPress, visit https://wordpress.org/support/article/debugging-in-wordpress/.

Please note that this solution might be outdated or not applicable to your specific case. If these steps do not resolve your issue, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket at WPML support forum.

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.

Marqué : 

Ce sujet contient 2 réponses, a 0 voix.

Dernière mise à jour par mohamed-nawfelO Il y a 3 jours et 7 heures.

Assisté par: Bruno Kos.

Auteur Articles
mars 6, 2025 à 1:55 pm #16783761

mohamed-nawfelO

Contexte de la question:
J'ai installé le plugin WooCommerce Multilingual & Multicurrency et j'essaye de l'activer en back end.

Symptômes:
Impossible d'activer le plugin avec une erreur 'fatal error activation'.

Questions:
Pourquoi ne puis-je pas activer le plugin WooCommerce Multilingual & Multicurrency?
Quelle est la cause de l'erreur 'fatal error activation'?

mars 6, 2025 à 2:09 pm #16783885

Bruno Kos
Supporter

Les langues: Anglais (English ) Allemand (Deutsch ) Français (Français )

Fuseau horaire: Europe/Zagreb (GMT+01:00)

Bonjour,

Pouvez-vous le faire?

Accédez à votre serveur via FTP et ouvrez wp-config.php (à la racine de votre installation WordPress).
Insérez ces lignes just avant /* That's all, stop editing! Happy blogging. */

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );

Faites vos tests et si le problème se reproduit, accédez au fichier debug.log ici: /wp-content/debug.log et copiez/collez l'information dans votre prochaine réponse.
Plus d'info: https://wordpress.org/support/article/debugging-in-wordpress/

mars 9, 2025 à 12:47 pm #16793103

mohamed-nawfelO

Bonjour,
J'ai réussi à trouver la solution, il y'avait conflit avec un autre plugin "WP Rocket", en désactivant ce dernier, j'ai pu résoudre le problème.
Merci et bonne journée