このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
| ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
|---|---|---|---|---|---|
|
Problem with languages in the database of my site
1
2
開始者:daxA-2
カテゴリ:English Support
Problem: Solution: /* Memory Limit */<br />define('WP_MEMORY_LIMIT', '256M');Place it above the line /* That's all, stop editing! Happy blogging. */. 2. Create a backup of the website or test on a staging version. Add the following code to the functions.php file of the theme: function wpmlsupp_1891_fix_missing_icl_tables() {<br /> if( function_exists('icl_sitepress_activate') )<br /> icl_sitepress_activate();<br />}<br />add_action('wp_footer', 'wpmlsupp_1891_fix_missing_icl_tables');Reload the website in the backend and front end, then remove the code. 3. Update all outdated plugins, themes, and WordPress core. Complete the WooCommerce Multilingual setup and flush the cache. 4. Translate the footer and other untranslated elements. If these steps do not resolve the issues, or if the solution seems outdated or irrelevant to your case, 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. If problems persist, please open a new support ticket. |
|
1 | 20 | 6ヶ月、 3週前 |