이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
포럼 주제가 생성되었습니다.
상태 |
주제
|
서포터 | 목소리 | 게시물 | 선도 |
---|---|---|---|---|---|
Getting server errors all the time
1
2
시작한 사람: stevenK-22
안에: 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 | 2 월, 2 주 전에 | |
changing default language
시작한 사람: stevenK-22
안에: 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 | 1 년, 2 월 전에 | |
Split: home page in EN gives me a 404 static
시작한 사람: stevenK-22
안에: 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 | 1 년, 4 월 전에 | |
404 error for my homepage
시작한 사람: stevenK-22 안에: English Support |
|
2 | 4 | 1 년, 4 월 전에 | |
first translated page is a different format
시작한 사람: stevenK-22 안에: English Support |
|
2 | 9 | 1 년, 4 월 전에 | |
WPML chat support ticket by stevenK-22 – 1707986745
시작한 사람: stevenK-22 안에: English Support |
1 | 1 |
1 년, 4 월 전에
|