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

aiphes created an issue. See original summary.

cilefen’s picture

Category: Bug report » Support request

Is 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."

aiphes’s picture

I 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.

cilefen’s picture

I 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.

aiphes’s picture

I don't know about doing this, how do I proceed ?

cilefen’s picture

Someone 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.

Version: 8.9.x-dev » 9.2.x-dev

Drupal 8 is end-of-life as of November 17, 2021. There will not be further changes made to Drupal 8. Bugfixes are now made to the 9.3.x and higher branches only. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.2.x-dev » 9.3.x-dev
cilefen’s picture

Status: Active » Closed (cannot reproduce)