Background of the issue:
I am trying to: 1- WPML didn't manage to translate this page. 2- Sometimes getting 404 error on site when go from dutch to english language. English is my default. please check video hidden link 3- getting error in backend cURL error 6: Could not resolve host: ate.wpml.org (Describe what you were attempting when the issue occurred) Link to a page where the issue can be seen: hidden link
Symptoms:
1- WPML didn't manage to translate this page. 2- Sometimes getting 404 error on site when go from dutch to english language. 3- getting error in backend cURL error 6: Could not resolve host: ate.wpml.org
Questions:
Why didn't WPML manage to translate the page?
Why am I sometimes getting a 404 error when switching from Dutch to English?
How can I resolve the cURL error 6: Could not resolve host: ate.wpml.org in the backend?
If you are still having the issue, please share the WordPress debug.log (not WPML debug information) with us so we can collect more details. Refer to these docs for instructions.
To enable the WordPress Debug log, open your wp-config.php file of site root 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 );
Then 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 warnings 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).