Link to a page where the issue can be seen: kpginc.com
I expected to see: Necesito acceder para cambiar palabras de traducción.
Instead, I got:The menus do not appear for me to do the translation, it says there is an error, when I click on it then a page appears "you do not have permission to access"
Please create a full backup then add the following code to your active theme's functions.php file and visit any page in the back or front end:
function wpmlsupp_1706_reset_wpml_capabilities() {
if ( function_exists( 'icl_enable_capabilities' ) ) {
icl_enable_capabilities();
}
}
add_action( 'shutdown', 'wpmlsupp_1706_reset_wpml_capabilities' );
Then remove the code and see if you can access the Troubleshooting page in WPML > Support > Troubleshooting.
If you can access the page, click the "Clear language information and repopulate languages" option and check if the admin message about the missing records is gone.