Dieser Benutzer hat keine favorisierten Themen.
Favorisierte Forenthemen
Erstellte Forenthemen
Status |
Thema
|
Unterstützer | Stimmen | Beiträge | Aktualität |
---|---|---|---|---|---|
Getting server errors all the time
1
2
Gestartet von: stevenK-22
in: 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 | Vor 2 Monaten, 2 Wochen | |
changing default language
Gestartet von: stevenK-22
in: 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 | Vor 1 Jahr, 2 Monaten | |
Split: home page in EN gives me a 404 static
Gestartet von: stevenK-22
in: 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 | Vor 1 Jahr, 4 Monaten | |
404 error for my homepage
Gestartet von: stevenK-22 in: English Support |
|
2 | 4 | Vor 1 Jahr, 4 Monaten | |
first translated page is a different format
Gestartet von: stevenK-22 in: English Support |
|
2 | 9 | Vor 1 Jahr, 4 Monaten | |
WPML chat support ticket by stevenK-22 – 1707986745
Gestartet von: stevenK-22 in: English Support |
1 | 1 |
Vor 1 Jahr, 4 Monaten
|