The last submitted patch, 50: 2893407-50.patch, failed testing. View results →
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- last update
over 1 year ago 75 pass, 4 fail
After updating Drupal core to 8.3.4, we started noticing HTTP 503's in Chrome network logs for /quickedit/metadata
. This was only error'ing on certain pages, and not others.
There are entries in logs like this:
drupal-requests.log:[07/Jul/2017:03:37:38 +0000] <DOMAIN> POST /quickedit/metadata http_code=500 query= uid=11 php_pid=30600 php_time=0.111 queue_wait=0 request_id="v-9f87f144-62c5-11e7-a8d2-06b6ecb7b133"
php-errors.log:[07-Jul-2017 13:37:38 Australia/Sydney] PHP Fatal error: Call to a member function getPluginId() on null in /mnt/www/html/<DOCROOT>/docroot/core/modules/quickedit/src/MetadataGenerator.php on line 76 request_id="v-9f87f144-62c5-11e7-a8d2-06b6ecb7b133"
The code referred in the log above: https://github.com/drupal/drupal/blob/8.3.x/core/modules/quickedit/src/M...
The previous version of Drupal we were running (8.2.8) did not have this issue.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The last submitted patch, 50: 2893407-50.patch, failed testing.
View results →
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.