Este usuario no tiene temas favoritos.
Temas favoritos del foro
Temas del foro creados
Estado |
Tema
|
Colaborador | Voces | Entradas | Frescura |
---|---|---|---|---|---|
Register WPML
Iniciado por: alexD-36 en: Chat Support |
1 | 2 |
hace 3 años, 9 meses
|
||
WPML complains about writing .mo files
Iniciado por: alexD-36 en: English Support |
3 | 14 | hace 4 años | ||
wp_icl_string_batches table created on every page load
Iniciado por: alexD-36 en: English Support |
2 | 7 | hace 4 años | ||
Crash when adding a product to the cart
Iniciado por: alexD-36 en: English Support |
2 | 10 | hace 4 años, 6 meses | ||
Can't save a page, server error 503, Media module
Iniciado por: alexD-36 en: English Support |
2 | 2 | hace 4 años, 7 meses | ||
Partial WordPress root page loading, missing CSS and JS files
1
2
Iniciado por: alexD-36 en: English Support |
2 | 20 | hace 4 años, 9 meses | ||
WordPress complains about WPML crashing
Iniciado por: alexD-36 en: English Support |
2 | 2 | hace 4 años, 9 meses | ||
As soon as I change the headers config, I get this message
Iniciado por: 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 | hace 4 años, 9 meses |