3. Please go to WPML >> Support >> Troubleshooting page and press the below buttons:
- Clear the cache in WPML
- Synchronize posts taxonomies
- Remove ghost entries from the translation tables
- Assign translation status to duplicated content
- Fix post type assignment for translations
- Set language information
4. Please delete all sorts of caches on your site/server cache if any / plugin cache / CDN cache (if any), clear browser cache, and then see if it resolves the issue afterward.
5. If still an issue persists, please enable error reporting on your site.
100% of people find this useful.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
I tried multiple times installing WPML with different settings, but every single time the pages that I had are not shown.
When I go to pages, they are shown under "All", but I can't open or edit them. I even tried while installing the plugin, to not translate the pages, didn't help either.
I watched in the forum for same topics and followed the advices, but none of them seem to work.
I deinstalled the plugin for now, until there is a solution for the pages.
I attach a screenshot with the pages segment, u can see the 17 pages under all that exist.
Thank you for contacting WPML Support. This issue usually happens when the language information of existing pages is somehow not set correctly in the database. Could you please follow the steps below and let me know how it goes?
1. Please take a backup of your site first for security reasons.
3. Please go to WPML >> Support >> Troubleshooting page and press the below buttons:
- Clear the cache in WPML
- Synchronize posts taxonomies
- Remove ghost entries from the translation tables
- Assign translation status to duplicated content
- Fix post type assignment for translations
- Set language information
4. Please delete all sorts of caches on your site/server cache if any / plugin cache / CDN cache (if any), clear browser cache, and then see if it resolves the issue afterward.
Please let me know if this resolves your issue or if you need further assistance with this issue.
Thanks for doing those steps. Could you please enable error reporting on your site I need to see the details of the latest error log to better understand the cause of the issue. To enable it, open your ‘wp-config.php’ file and look for ‘define(‘WP_DEBUG’, false);’. Change it to:
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
define( 'SCRIPT_DEBUG', true );
After adding the above code, please try to reload the backend/frontend, and if this will create a debug.log file in your site's wp-content directory. Please send me its contents.