Hello,

Working with our Drupal 8 site, I have noticed that when I exceed a certain number of fields I get the error message in chrome "The website encountered an unexpected error. Please try again later." or get an HTTP 500 Error in Internet Explorer/Edge.

I get these error messages when navigating the site. Once I go into Admin, it is working fine. Also from the Admin Side, if I select Content, I get the same error message. Once I delete the field from the content type, I can then now navigate the site.

I then went to another Content Type, added a Text Field as a test and I got the same error message. It seems like a maximum number of fields have been reached. I don't have that many fields on the site. I would say between the content types, not even 100 fields.

Comments

derek.walker’s picture

Hello,

I have been able to resolve this issue myself by increasing the MySQL max_allowed_packet size to 16M by following the link below:

https://kb.plesk.com/en/124600

Thank you!