 peterN-33
|
Background of the issue:
I am trying to convert all my pages and posts into Danish language using WPML on my site hidden link.
Symptoms:
When I click on the pen icon to translate, the page for Danish is not created.
Questions:
Why is the page not getting created when I click on the translation pen icon?
|
 Bruno Kos
WPML Supporter since 12/2018
Languages:
English (English )
German (Deutsch )
French (Français )
Timezone:
Europe/Zagreb (GMT+02:00)
|
Please enable the WordPress debug log. This will allow us to see if any PHP errors are being produced.
1. Edit wp-config.php and insert the following lines (just before /* That's all, stop editing! Happy publishing. */ part)
define( 'WP_DEBUG', true);
define( 'WP_DEBUG_LOG', true);
define( 'WP_DEBUG_DISPLAY', false);
2. Reproduce the issue.
3. Locate the debug log in: /wp-content/debug.log
4. Paste the latest lines here. No need to paste the entire log file, just 20 lines or so will do. Please censor any sensitive information.
https://codex.wordpress.org/Debugging_in_WordPress
|