-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP Fatal error: Class 'Drupal\Core\ContentNegotiation' not found #1597
Comments
This seems a spurious error, due to Remove ContentNegotiation and embed functionality in the middleware. The |
Same thing happened to me. No visible errors on the site though, everything seems to work. |
+1 on getting the error updating beta14 -> beta15, I'm working on the CLI side on automation stuff so using sqlite.
Drupal version : 8.0.0-beta15 |
The error is also occurring going from beta 13 to beta 15. The site generally seems to be working otherwise. |
I get the same error, after that i can not create views, contenttypes or content. So, i tested to clear the cache, by step 5 i got this error: |
Not a Drush issue. These are the troubles one has to fix (sometimes by hand) when adopting a Drupal 8 beta. We have no resources to support it here. |
The error occurred when I ran
drush pm-update
on Drupal 8 Beta 14 to upgrade to Beta 15. The terminal output is as follows. This issue does not appear to have any significant implications from a functionality perspective. Drush version used is 8.0-dev.The text was updated successfully, but these errors were encountered: