Cet utilisateur n'a pas de sujets favoris.
Sujets préférés du forum
Sujets de forum créés
Statut |
Sujet
|
Supporter | Les voix | Articles | Fraîcheur |
---|---|---|---|---|---|
Register WPML
Démarré par: alexD-36 en: Chat Support |
1 | 2 |
Il y a 3 années et 9 mois
|
||
WPML complains about writing .mo files
Démarré par: alexD-36 en: English Support |
3 | 14 | Il y a 4 années | ||
wp_icl_string_batches table created on every page load
Démarré par: alexD-36 en: English Support |
2 | 7 | Il y a 4 années | ||
Crash when adding a product to the cart
Démarré par: alexD-36 en: English Support |
2 | 10 | Il y a 4 années et 6 mois | ||
Can't save a page, server error 503, Media module
Démarré par: alexD-36 en: English Support |
2 | 2 | Il y a 4 années et 7 mois | ||
Partial WordPress root page loading, missing CSS and JS files
1
2
Démarré par: alexD-36 en: English Support |
2 | 20 | Il y a 4 années et 9 mois | ||
WordPress complains about WPML crashing
Démarré par: alexD-36 en: English Support |
2 | 2 | Il y a 4 années et 9 mois | ||
As soon as I change the headers config, I get this message
Démarré par: alexD-36
en: English Support
Problem: HTTP Headers plugin - Call to a member function switch_to_locale() when String Translation is active https://wordpress.org/plugins/http-headers/ Solution: 1. Take a backup of your site in case something goes wrong. 2. Edit with code editor the following file in the HTTP Headers plugin folder. 3. Replace the following lines 1417/1418 add_action("added_option", 'http_headers_option'); add_action("updated_option", 'http_headers_option'); with: add_action("added_option", function() { add_action('admin_init', 'http_headers_option'); add_action("updated_option", 'http_headers_option');}); 4. This should solve the fatal error issue when saving the HTTP Headers options. |
2 | 11 | Il y a 4 années et 9 mois |