While one of my teammates takes care of your ticket, I will provide you with the first debugging steps.
You probably getting a fatal error. First, you need to see what the errors are. Guessing what might be the problem and trying different solutions may lead to even more trouble. The first step is to enable debugging. You can do this by adding a few lines to the site’s wp-config.php file. With the error log enabled, you will see what the actual problem is.
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.
I modified the file "wp-config.php" but the error is the same.
I can't find it, it doesn't exist, debug.log log file inside the /wp-content/directory.
what to do?
I can't save the changes to a translated page.
For example, changes to the title, seo, description/content, give an error and do not save.
Error: Publishing failed.
Before there was the error: No route matching URL and request method found
I discovered the error: by deactivating the "WPML TRANSLATOR" plugin, the error disappears, and the changes made to the page can be saved.
When reactivating this plugin, the error reappears.
Error: Publishing failed.
Error: No route matching URL and request method found
Is the issue occurring when all plugins except WPML are disabled? It is likely that a third-party plugin is causing this behavior. Remember to backup your database before making any changes.
Hello Andrey,
I disabled all plugins except WPML, the error persists with the active "WPML String Translation" plugin, if I disable this plugin the error disappears and I can modify and save a page translated into another language such as Romanian, Russian, Italian, etc. Please solve this problem, I need my website functional.
I have only had problems with this WPML and I hope to solve it once.
Error:
Updating failed. No route was found matching the URL and request method.
Thank you for contacting WPML support, I'd be happy to help you with this issue.
According to the debug log, I see you're using the Advanced Translation Editor (ATE) to translate the content on your site. So I recommend you edit the property post in the default language English > Make a small change to the post title/content > Save > Update the translation post in ATE.
If you still want to edit the translation post manually, please try to go to WPML > String Translation > Search for the slug "properties" > Delete it and recheck this issue.
❌ IMPORTANT: Please backup your database and website before proceeding ❌