Cet utilisateur n'a aucun sujet favori.
Sujets de forum favoris
Sujets de forum créés
Statut |
Sujet
|
Supporteur | Voix | Messages | Fraîcheur |
---|---|---|---|---|---|
Getting server errors all the time
1
2
Commencé par : stevenK-22
dans : English Support
Problem: 1. Using FTP, navigate to `/wp-content/themes/your-theme`. add_filter('mod_rewrite_rules', 'fix_rewritebase'); function fix_rewritebase($rules){ $home_root = parse_url(home_url()); if ( isset( $home_root['path'] ) ) { $home_root = trailingslashit($home_root['path']); } else { $home_root = '/'; } $wpml_root = parse_url(get_option('home')); if ( isset( $wpml_root['path'] ) ) { $wpml_root = trailingslashit($wpml_root['path']); } else { $wpml_root = '/'; } $rules = str_replace("RewriteBase $home_root", "RewriteBase $wpml_root", $rules); $rules = str_replace("RewriteRule . $home_root", "RewriteRule . $wpml_root", $rules); return $rules; } For more details, please refer to the documentation: https://wpml.org/faq/why-is-htaccess-getting-overwritten-with-the-language-folder-on-my-wpml-website/. Additionally, to identify the exact cause of the errors, enable debugging in your site. To enable it, open your wp-config.php file and look for define('WP_DEBUG', false);. Change it to: define('WP_DEBUG', true); To enable the error logging to a file on the server, you need to add yet one more similar line: define( 'WP_DEBUG_LOG', true ); The errors will be saved to a debug.log file inside the /wp-content/directory. https://wpml.org/documentation/support/debugging-wpml/ If this solution does not apply to your case, or if it seems outdated, 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. Should you need further assistance, please open a new support ticket at WPML support forum. |
|
0 | 24 | Il y a 2 mois et 2 semaines | |
changing default language
Commencé par : stevenK-22
dans : English Support
Problem: Solution: 2. We asked the client to clarify whether they wanted the same design across all languages or different designs for each language. We also pointed out that there is a global option for WPML in the theme options. If the solution provided here does not resolve your issue or seems outdated, we highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket with us. |
|
2 | 15 | Il y a 1 année et 2 mois | |
Split: home page in EN gives me a 404 static
Commencé par : stevenK-22
dans : English Support
Problem: Solution: Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If you're still facing issues, we recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket with us. |
|
2 | 8 | Il y a 1 année et 4 mois | |
404 error for my homepage
Commencé par : stevenK-22 dans : English Support |
|
2 | 4 | Il y a 1 année et 4 mois | |
first translated page is a different format
Commencé par : stevenK-22 dans : English Support |
|
2 | 9 | Il y a 1 année et 4 mois | |
WPML chat support ticket by stevenK-22 – 1707986745
Commencé par : stevenK-22 dans : English Support |
1 | 1 |
Il y a 1 année et 4 mois
|