Hello,
When I want to create a new view on my fresh migrated website (D6 > D8.9.13) I get this message:
Illegal choice 063346c6-9aab-47d9-a186 in Menu element.
Details are:
[{"command":"insert","method":"prepend","selector":null,"data":"\n\n\u003C!-- THEME DEBUG --\u003E\n\u003C!-- THEME HOOK: \u0027status_messages\u0027 --\u003E\n\u003C!-- BEGIN OUTPUT from \u0027core\/themes\/seven\/templates\/classy\/misc\/status-messages.html.twig\u0027 --\u003E\n\u003Cdiv data-drupal-messages\u003E\n \u003Cdiv role=\u0022contentinfo\u0022 aria-label=\u0022Message d\u0027erreur\u0022 class=\u0022messages messages--error\u0022\u003E\n \u003Cdiv role=\u0022alert\u0022\u003E\n \u003Ch2 class=\u0022visually-hidden\u0022\u003EMessage d\u0027erreur\u003C\/h2\u003E\n Une erreur irr\u00e9cup\u00e9rable s\u0027est produite. Le fichier transf\u00e9r\u00e9 d\u00e9passe la taille de fichier maximum (8 Mo) autoris\u00e9e par le serveur.\n \u003C\/div\u003E\n \u003C\/div\u003E\n \u003C\/div\u003E\n\n\u003C!-- END OUTPUT from \u0027core\/themes\/seven\/templates\/classy\/misc\/status-messages.html.twig\u0027 --\u003E\n\n","settings":null}]
If someone know about this and can help.
Thanks
Comments
Comment #2
cilefen commentedIs that the browser console error? It reads "A fatal error has occurred. The transferred file exceeds the maximum file size (8 MB) allowed by the server."
Comment #3
aiphesI get this message when I click on the detail in the watchdog.
I read the message and don't understand the meaning of this...because I try to create a view, not to upload a file or something.
Comment #4
cilefen commentedI think that even with translations this is the message logged by core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php. If you are familiar with doing so, you could examine the form POST data in the web browser developer tools to see what is so large there.
Comment #5
aiphesI don't know about doing this, how do I proceed ?
Comment #6
cilefen commentedSomeone from the Drupal Community could try to reproduce this in order to categorize it as a bug. Please provide full instructions to reproduce this.
Is the Drupal 9 website on a different server or hosting platform than the Drupal 7 site you migrated?
Also, searching the Internet for "drupal An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size" yields some information.
Comment #9
cilefen commented