דלג על ניווט

תגיות: 

נושא זה מכיל 0 1, יש ל 0קולות.

עודכן לאחרונה על ידי kadrij לפני שבוע 1, 4 ימים.

בסיוע: Waqas Bin Hasan.

מחבר פוסטים
מאי 16, 2025בְּ- 12:44 pm

kadrij

Background of the issue:
I am trying to reset WPML and encountered an error. I have run the following code to fix the issue: function wpml_fix_missing_icl_tables() { if( function_exists( 'icl_sitepress_activate' ) ) icl_sitepress_activate(); } add_action( 'wp_footer', 'wpml_fix_missing_icl_tables' ); The issue can be seen on this page: קישור נסתר

Symptoms:
After resetting WPML, I get the error: 'We have detected a problem with some tables in the database. Table 'elearninginclude_wp617.wpx6_icl_strings' doesn't exist.'

Questions:
How can I fix the missing table error after resetting WPML?
Why is the code I implemented not resolving the issue?

מאי 16, 2025בְּ- 1:05 pm