When I am done translating a page(danish to english) and click "save and close" it doenst create a translated page(english).
Also I cant Duplicate it... and when I try to delete the translated page, there is no translated page to be deleted, beside the default language(danish).... no translated pages to be seen under the translated language(english) tab...
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 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
In this case, the errors will be saved to a debug.log log file inside the */wp-content/* directory. Please do the steps to reproduce the bug and check you are getting any errors or warning related to WPML in the log file.
If you can paste your debug.log to http://pastebin.com/index.php and provide me that link it would be great! (This is the cleanest way because sometimes the logs are long and create a complete mess of discussion).
--
Thanks!
Bigul
The topic ‘[Closed] Translated pages dont get created’ is closed to new replies.