Background of the issue:
I am trying to review translations to put the site online with the different pages in the various languages. Link to a page where the issue can be seen: hidden link
Symptoms:
I expected to see the page with the various pending reviews. Instead, I got a blank page.
Questions:
Why am I seeing a blank page instead of the pending reviews?
Is there a way to fix the blank page issue when reviewing translations?
2) Please provide the WordPress debug.log (not the WPML debug information) so we can gather more details. You can find instructions here.
To enable the WordPress debug log, open your wp-config.php file in the site root and find 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 );
The errors will be saved to a debug.log log file inside the */wp-content/* directory.
Please try to reproduce the issue and check if you are getting any errors or warnings related to WPML in the log file.
If you can paste your debug.log to http://pastebin.com/index.php and provide me with that link it would be great! (This is the cleanest way because sometimes the logs are long and create a complete mess of discussion).