Background of the issue:
I was trying to enable 'WPML SEO' and encountered an issue with the /news-sitemap.xml file created by the Rank Match SEO plugin.
Symptoms:
When I enable 'WPML SEO', the /news-sitemap.xml created by the Rank Match SEO plugin shows an error.
Questions:
Why does enabling 'WPML SEO' cause an error with the /news-sitemap.xml file?
How can I resolve the error with the Rank Match SEO plugin's sitemap?
Thank you for the updates. This issue may be related to a known bug. Please try the workaround suggested in the following errata after taking a full site backup, and let us know if it resolves the problem or if you are still facing the same issue.
If the problem remains, please share the WordPress debug.log (not WPML debug information) with us so we can collect more details on this. Refer to the following links for instructions
To enable WordPress Debug log, open your wp-config.php file of the 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 );
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 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.)
--
Thanks!
Bigul
The topic ‘[Closed] When i enable “WPML SEO” the /news-sitemap.xml created by Rank Match SEO plugin show me error.’ is closed to new replies.