Tell us what you are trying to do?
Hello!
I am following documentation below to reset WPML.
I stucked in the first step, because I can't delete all the translations.. WordPress keeps spining and nothing happens. Tried to clear WP rocket cache and browser cache as well.. How to solve this?
Could you temporarily deactivate all the plugins except WPML and try this again?
If this doesn't help, it is probably the error behind it. The first step is to enable the debug log. You can add a few lines to the site’s wp-config.php file. With the error log enabled, you will see the actual problem.
To enable it, open your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:
define('WP_DEBUG', true);
In order to enable the error logging to a file on the server you need to add yet one more similar line:
define( 'WP_DEBUG_LOG', true );
In this case, the errors will be saved to a debug.log log file inside the /wp-content/directory.
Thanks, Andrey, for Your help! This is solved- I was able to delete everything! 🙂
Only now I have a one more problem from the same documentation..
I pushed the reset button as it is mentioned in last step. Everything else is deleted, but there is notice with information: Please contact WPML support. Screenshot in attachment.
Could You please assist with this?
New threads created by Andrey and linked to this one are listed below: