There's something interesting going on. I got this error while trying to edit translations for the Turkish home page. Then I tried updating the German home page, and it worked. After German, I tried updating the Arabic home page, but I got the same error.
I’m sorry that you ran into trouble with this! I’ll need a little more information to see what’s happening here.
Can you temporarily deactivate all the plugins except WPML and check the issue?
I would suggest increasing the value of max_input_vars on your server. Set something bigger.
If you still have this issue, please activate the debug log to see if there is an actual error in the log when you get "We're sorry, but something went wrong.".
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.
Hi Andrey, thanks for your prompt response. Even though I got the errors while submitting my translation edits, I noticed that the edits were added to the queue and then applied properly.
I have seen this on the "Translations queue" page. (screenshot: hidden link) So at least the end result was successful.