Hi,
I had a warning in my site that there was a new core version of drupal.
My site is in /public_html/drupal-8.2.3. I downloaded the tar of the new version to /public_html.
In /public_html/drupal-8.2.3 (my site folder) I deleted all files and folders except "sites", "themes" and "modules". I unfortunatly deleted the "profiles" folder.
Then I copied alll the files and folders of the new version to /public_html/drupal-8.2.3 to update it.
Now when i try and run the update.php or access any page of the site i get this "The website encountered an unexpected error. Please try again later." error message.
Is it because I deleted the "profiles" folder? If yes, is there a way arround it?

Thanks in advance!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Serrano created an issue. See original summary.

alexpott’s picture

@Serrano what was in your profiles folder - is there anyway you can put back what was there. If it was empty it should not matter... you could just create an empty directory.

Also hopefully you have dblog enabled and maybe you can use drush to get the latest errors. Any information you can get from the logs would be useful.

Serrano’s picture

@alexpott I never touched it.
I don't have it installed.
Is there any other way to check the logs?

alexpott’s picture

So try just creating an empty profiles directory - i don;'t think that is why this is occurring but you never know.

Hopefully dblog is installed... if you can access your database then running this query and pasting the output here would help:
select * from watchdog order by wid desc limit 20;

alexpott’s picture

Also if you can tell me what your $settings['install_profile'] is set to in settings.php that'd be great too.

Serrano’s picture

This is the output of select * from watchdog by wid desc limit 20;

| 1026 |   1 | php         | %type: @message in %function (line %line of %file) @backtrace_string.                  | a:6:{s:5:"%type";s:5:"Error";s:8:"@message";s:45:"Class name must be a valid object or a string";s:9:"%function";s:63:"Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:155;s:17:"@backtrace_string";s:7993:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#11 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#12 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#13 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#14 [internal function]: views_views_data()
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/ViewsHandlerManager.php(85): Drupal\views\ViewsData->get('node_field_data')
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(882): Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL)
#20 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1030): Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('sort')
#21 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(888): Drupal\views\ViewExecutable->_initHandler('sort', Array)
#22 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(2256): Drupal\views\ViewExecutable->initHandlers()
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1679): Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute()
#24 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1614): Drupal\views\ViewExecutable->preExecute(Array)
#25 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Element/View.php(78): Drupal\views\ViewExecutable->executeDisplay('page_1', Array)
#26 [internal function]: Drupal\views\Element\View::preRenderViewElement(Array)
#27 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(376): call_user_func(Array, Array)
#28 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, false)
#29 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(226): Drupal\Core\Render\Renderer->render(Array, false)
#30 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
#31 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(227): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#32 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(117): Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#33 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#35 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(144): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent))
#36 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(62): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/Session.php(57): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#38 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(47): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#39 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(99): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#40 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(78): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(47): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#42 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(50): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#43 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#44 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(652): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#45 /home/afonso/public_html/drupal-8.2.3/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#46 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/                                                              |                                                  | 192.168.10.101 | 1481296462 |
| 1025 |   0 | php         | %type: @message in %function (line %line of %file) @backtrace_string.                  | a:6:{s:5:"%type";s:5:"Error";s:8:"@message";s:45:"Class name must be a valid object or a string";s:9:"%function";s:63:"Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:155;s:17:"@backtrace_string";s:4143:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Query/Sql/Tables.php(85): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Query/Sql/Query.php(274): Drupal\Core\Entity\Query\Sql\Tables->addField('created', 'LEFT', NULL)
#11 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php(78): Drupal\Core\Entity\Query\Sql\Query->getSqlField('created', NULL)
#12 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php(26): Drupal\Core\Entity\Query\Sql\QueryAggregate->addAggregate()
#13 /home/afonso/public_html/drupal-8.2.3/core/modules/node/node.module(630): Drupal\Core\Entity\Query\Sql\QueryAggregate->execute()
#14 [internal function]: node_cron()
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('node_cron', Array)
#16 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Cron.php(218): Drupal\Core\Extension\ModuleHandler->invoke('node', 'cron')
#17 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Cron.php(121): Drupal\Core\Cron->invokeCronHandlers()
#18 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/ProxyClass/Cron.php(75): Drupal\Core\Cron->run()
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php(65): Drupal\Core\ProxyClass\Cron->run()
#20 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): Drupal\automated_cron\EventSubscriber\AutomatedCron->onTerminate(Object(Symfony\Component\HttpKernel\Event\PostResponseEvent), 'kernel.terminat...', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#21 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(79): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.terminat...', Object(Symfony\Component\HttpKernel\Event\PostResponseEvent))
#22 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(32): Symfony\Component\HttpKernel\HttpKernel->terminate(Object(Symfony\Component\HttpFoundation\Request), Object(Symfony\Component\HttpFoundation\Response))
#23 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(630): Stack\StackedHttpKernel->terminate(Object(Symfony\Component\HttpFoundation\Request), Object(Symfony\Component\HttpFoundation\Response))
#24 /home/afonso/public_html/drupal-8.2.3/index.php(22): Drupal\Core\DrupalKernel->terminate(Object(Symfony\Component\HttpFoundation\Request), Object(Symfony\Component\HttpFoundation\Response))
#25 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1024 |   0 | cron        | Starting execution of @module_cron(), execution of @module_previous_cron() took @time. | a:3:{s:7:"@module";s:4:"node";s:16:"@module_previous";s:7:"history";s:5:"@time";s:6:"0.39ms";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |        5 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1023 |   0 | cron        | Starting execution of @module_cron(), execution of @module_previous_cron() took @time. | a:3:{s:7:"@module";s:7:"history";s:16:"@module_previous";s:4:"file";s:5:"@time";s:7:"62.76ms";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |        5 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1022 |   0 | file system | Could not delete temporary file "%path" during garbage collection                      | a:1:{s:5:"%path";s:26:"temporary://transferir.jpg";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |        3 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1021 |   0 | file system | Could not delete temporary file "%path" during garbage collection                      | a:1:{s:5:"%path";s:64:"temporary://rld_website-element_blog-d8-plus-other-tech_sq-1.jpg";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |        3 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1020 |   0 | file system | Could not delete temporary file "%path" during garbage collection                      | a:1:{s:5:"%path";s:48:"temporary://drupal 8 logo isolated CMYK 72_0.png";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |        3 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1019 |   0 | file system | Could not delete temporary file "%path" during garbage collection                      | a:1:{s:5:"%path";s:46:"temporary://drupal 8 logo isolated CMYK 72.png";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |        3 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1018 |   0 | file system | Could not delete temporary file "%path" during garbage collection                      | a:1:{s:5:"%path";s:29:"temporary://logo drupal_2.png";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |        3 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1017 |   0 | file system | Could not delete temporary file "%path" during garbage collection                      | a:1:{s:5:"%path";s:29:"temporary://logo drupal_1.png";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |        3 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1016 |   0 | file system | Could not delete temporary file "%path" during garbage collection                      | a:1:{s:5:"%path";s:29:"temporary://logo drupal_0.png";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |        3 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1015 |   0 | file system | Could not delete temporary file "%path" during garbage collection                      | a:1:{s:5:"%path";s:27:"temporary://logo drupal.png";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |        3 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1014 |   0 | file system | Could not delete temporary file "%path" during garbage collection                      | a:1:{s:5:"%path";s:29:"temporary://ds-8.x-2.6.tar.gz";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |        3 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1013 |   0 | cron        | Starting execution of @module_cron(), execution of @module_previous_cron() took @time. | a:3:{s:7:"@module";s:4:"file";s:16:"@module_previous";s:5:"field";s:5:"@time";s:5:"2.3ms";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |        5 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1012 |   0 | cron        | Starting execution of @module_cron(), execution of @module_previous_cron() took @time. | a:3:{s:7:"@module";s:5:"field";s:16:"@module_previous";s:5:"dblog";s:5:"@time";s:6:"12.6ms";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |        5 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1011 |   0 | cron        | Starting execution of @module_cron(), execution of @module_previous_cron() took @time. | a:3:{s:7:"@module";s:5:"dblog";s:16:"@module_previous";s:7:"comment";s:5:"@time";s:6:"6.69ms";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |        5 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1010 |   0 | cron        | Starting execution of @module_cron().                                                  | a:1:{s:7:"@module";s:7:"comment";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |        5 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1009 |   1 | php         | %type: @message in %function (line %line of %file).                                    | a:6:{s:5:"%type";s:24:"InvalidArgumentException";s:8:"@message";s:80:"Class "\Drupal\admin_toolbar_tools\Controller\ToolbarController" does not exist.";s:9:"%function";s:74:"Drupal\Core\DependencyInjection\ClassResolver->getInstanceFromDefinition()";s:5:"%file";s:96:"/home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DependencyInjection/ClassResolver.php";s:5:"%line";i:24;s:17:"@backtrace_string";s:2813:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Controller/ControllerResolver.php(123): Drupal\Core\DependencyInjection\ClassResolver->getInstanceFromDefinition('\\Drupal\\admin_t...')
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Controller/ControllerResolver.php(74): Drupal\Core\Controller\ControllerResolver->createController('\\Drupal\\admin_t...')
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Controller/ControllerResolver.php(91): Drupal\Core\Controller\ControllerResolver->getControllerFromDefinition('\\Drupal\\admin_t...', '/admin/flush')
#3 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(127): Drupal\Core\Controller\ControllerResolver->getController(Object(Symfony\Component\HttpFoundation\Request))
#4 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(62): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/Session.php(57): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(47): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#7 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(99): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#8 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(78): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#9 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(47): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#10 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(50): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#11 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#12 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(652): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#13 /home/afonso/public_html/drupal-8.2.3/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#14 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/admin/flush?token=VkT9g_cH1sgQq2Ldl3vc--a06wb54cSQryNb0pB36Is | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481296009 |
| 1008 |   0 | php         | %type: @message in %function (line %line of %file) @backtrace_string.                  | a:6:{s:5:"%type";s:5:"Error";s:8:"@message";s:45:"Class name must be a valid object or a string";s:9:"%function";s:63:"Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:155;s:17:"@backtrace_string";s:4143:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Query/Sql/Tables.php(85): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Query/Sql/Query.php(274): Drupal\Core\Entity\Query\Sql\Tables->addField('created', 'LEFT', NULL)
#11 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php(78): Drupal\Core\Entity\Query\Sql\Query->getSqlField('created', NULL)
#12 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php(26): Drupal\Core\Entity\Query\Sql\QueryAggregate->addAggregate()
#13 /home/afonso/public_html/drupal-8.2.3/core/modules/node/node.module(630): Drupal\Core\Entity\Query\Sql\QueryAggregate->execute()
#14 [internal function]: node_cron()
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('node_cron', Array)
#16 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Cron.php(218): Drupal\Core\Extension\ModuleHandler->invoke('node', 'cron')
#17 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Cron.php(121): Drupal\Core\Cron->invokeCronHandlers()
#18 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/ProxyClass/Cron.php(75): Drupal\Core\Cron->run()
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php(65): Drupal\Core\ProxyClass\Cron->run()
#20 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): Drupal\automated_cron\EventSubscriber\AutomatedCron->onTerminate(Object(Symfony\Component\HttpKernel\Event\PostResponseEvent), 'kernel.terminat...', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#21 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(79): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.terminat...', Object(Symfony\Component\HttpKernel\Event\PostResponseEvent))
#22 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(32): Symfony\Component\HttpKernel\HttpKernel->terminate(Object(Symfony\Component\HttpFoundation\Request), Object(Symfony\Component\HttpFoundation\Response))
#23 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(630): Stack\StackedHttpKernel->terminate(Object(Symfony\Component\HttpFoundation\Request), Object(Symfony\Component\HttpFoundation\Response))
#24 /home/afonso/public_html/drupal-8.2.3/index.php(22): Drupal\Core\DrupalKernel->terminate(Object(Symfony\Component\HttpFoundation\Request), Object(Symfony\Component\HttpFoundation\Response))
#25 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/admin/reports/profiler/frontend/db4e18/save                   | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481295783 |
| 1007 |   0 | cron        | Starting execution of @module_cron(), execution of @module_previous_cron() took @time. | a:3:{s:7:"@module";s:4:"node";s:16:"@module_previous";s:7:"history";s:5:"@time";s:7:"34.34ms";}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |        5 |      | http://192.168.10.105/drupal-8.2.3/admin/reports/profiler/frontend/db4e18/save                   | http://192.168.10.105/drupal-8.2.3/admin/content | 192.168.10.101 | 1481295783 |
Serrano’s picture

$settings['install_profile'] = 'standard';

alexpott’s picture

So it seems that a module that provides a field type has become uninstalled somehow. We need a better error here. We have an issue for this #2786443: \Drupal\field\FieldStorageConfigStorage::mapFromStorageRecords() can fail without a reasonable error - can you try applying the latest patch and then generating the error again and pasting the output of the same watchdog query.

Serrano’s picture

Is this how my file should look like?

protected function mapFromStorageRecords(array $records) {
    foreach ($records as &$record) {
      $class = $this->fieldTypeManager->getPluginClass($record['type']);
      if (empty($class)) {
        throw new \RuntimeException("Unable to determine class for field type '{$record['type$
        }
      $record['settings'] = $class::storageSettingsFromConfigData($record['settings']);
    }
    return parent::mapFromStorageRecords($records);
  }

protected function mapFromStorageRecords(array $records) {
  protected function mapToStorageRecord(EntityInterface $entity) {
    $record = parent::mapToStorageRecord($entity);
    $class = $this->fieldTypeManager->getPluginClass($record['type']);
    if (empty($class)) {
        throw new \RuntimeException("Unable to determine class for field type '{$record['type$
}
    $record['settings'] = $class::storageSettingsToConfigData($record['settings']);
    return $record;
alexpott’s picture

The lines starting throw new... do not look correct at the end.

alexpott’s picture

The line full line is:

throw new \RuntimeException("Unable to determine class for field type '{$record['type']}'");

Or just apply patches - see how here https://www.drupal.org/patch/apply

Anonymous’s picture

#9: After 2786443-2-25.patch it should looks like this:

  /**
   * {@inheritdoc}
   */
  protected function mapFromStorageRecords(array $records) {
    foreach ($records as &$record) {
      $class = $this->fieldTypeManager->getPluginClass($record['type']);
      if (empty($class)) {
        throw new \RuntimeException("Unable to determine class for field type '{$record['type']}'");
      }
      $record['settings'] = $class::storageSettingsFromConfigData($record['settings']);
    }
    return parent::mapFromStorageRecords($records);
  }

  /**
   * {@inheritdoc}
   */
  protected function mapToStorageRecord(EntityInterface $entity) {
    $record = parent::mapToStorageRecord($entity);
    $class = $this->fieldTypeManager->getPluginClass($record['type']);
    if (empty($class)) {
      throw new \RuntimeException("Unable to determine class for field type '{$record['type']}'");
    }
    $record['settings'] = $class::storageSettingsToConfigData($record['settings']);
    return $record;
  }

I also updated without profiles folder my local site (8.2.1 to 8.2.4) - all successful.

Serrano’s picture

After updating my file, as said above, the output of the watchdog query is:

| 1053 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:10:"ParseError";s:8:"@message";s:50:"syntax error, unexpected 'protected' (T_PROTECTED)";s:9:"%function";s:31:"Composer\Autoload\includeFile()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:167;s:17:"@backtrace_string";s:8871:"#0 /home/afonso/public_html/drupal-8.2.3/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/afonso/pu...')
#1 [internal function]: Composer\Autoload\ClassLoader->loadClass('Drupal\\field\\Fi...')
#2 [internal function]: spl_autoload_call('Drupal\\field\\Fi...')
#3 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityType.php(469): class_exists('Drupal\\field\\Fi...')
#4 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityType.php(443): Drupal\Core\Entity\EntityType->hasHandlerClass('storage', false)
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityTypeManager.php(234): Drupal\Core\Entity\EntityType->getHandlerClass('storage')
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityTypeManager.php(169): Drupal\Core\Entity\EntityTypeManager->getHandler('field_storage_c...', 'storage')
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(64): Drupal\Core\Entity\EntityTypeManager->getStorage('field_storage_c...')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Query/QueryFactory.php(54): Drupal\Core\Entity\EntityManager->getStorage('field_storage_c...')
#9 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal.php(436): Drupal\Core\Entity\Query\QueryFactory->get('field_storage_c...', 'AND')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(177): Drupal::entityQuery('field_storage_c...')
#11 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#12 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#13 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#14 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#20 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#21 [internal function]: views_views_data()
#22 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#24 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#25 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/ViewsHandlerManager.php(85): Drupal\views\ViewsData->get('node_field_data')
#26 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(882): Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL)
#27 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1030): Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('sort')
#28 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(888): Drupal\views\ViewExecutable->_initHandler('sort', Array)
#29 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(2256): Drupal\views\ViewExecutable->initHandlers()
#30 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1679): Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute()
#31 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1614): Drupal\views\ViewExecutable->preExecute(Array)
#32 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Element/View.php(78): Drupal\views\ViewExecutable->executeDisplay('page_1', Array)
#33 [internal function]: Drupal\views\Element\View::preRenderViewElement(Array)
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(376): call_user_func(Array, Array)
#35 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, false)
#36 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(226): Drupal\Core\Render\Renderer->render(Array, false)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
#38 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(227): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#39 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(117): Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#40 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#42 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(144): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent))
#43 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(62): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#44 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/Session.php(57): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#45 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(47): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#46 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(99): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#47 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(78): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#48 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(47): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#49 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(50): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#50 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#51 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(652): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#52 /home/afonso/public_html/drupal-8.2.3/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#53 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/            |         | 192.168.10.101 | 1481307750 |
| 1052 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:10:"ParseError";s:8:"@message";s:50:"syntax error, unexpected 'protected' (T_PROTECTED)";s:9:"%function";s:31:"Composer\Autoload\includeFile()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:167;s:17:"@backtrace_string";s:7793:"#0 /home/afonso/public_html/drupal-8.2.3/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/afonso/pu...')
#1 [internal function]: Composer\Autoload\ClassLoader->loadClass('Drupal\\field\\Fi...')
#2 [internal function]: spl_autoload_call('Drupal\\field\\Fi...')
#3 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityType.php(469): class_exists('Drupal\\field\\Fi...')
#4 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityType.php(443): Drupal\Core\Entity\EntityType->hasHandlerClass('storage', false)
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityTypeManager.php(234): Drupal\Core\Entity\EntityType->getHandlerClass('storage')
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityTypeManager.php(169): Drupal\Core\Entity\EntityTypeManager->getHandler('field_storage_c...', 'storage')
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(64): Drupal\Core\Entity\EntityTypeManager->getStorage('field_storage_c...')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Query/QueryFactory.php(54): Drupal\Core\Entity\EntityManager->getStorage('field_storage_c...')
#9 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal.php(436): Drupal\Core\Entity\Query\QueryFactory->get('field_storage_c...', 'AND')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(177): Drupal::entityQuery('field_storage_c...')
#11 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#12 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#13 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#14 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#20 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#21 [internal function]: views_views_data()
#22 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#24 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#25 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php(91): Drupal\views\ViewsData->get('block_content')
#26 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php(100): Drupal\views\Plugin\Derivative\ViewsEntityRow->getDerivativeDefinitions(Array)
#27 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php(86): Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDerivatives(Array)
#28 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php(280): Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions()
#29 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php(175): Drupal\Core\Plugin\DefaultPluginManager->findDefinitions()
#30 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.module(143): Drupal\Core\Plugin\DefaultPluginManager->getDefinitions()
#31 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(436): views_theme(Array, 'module', 'views', 'core/modules/vi...')
#32 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(323): Drupal\Core\Theme\Registry->processExtension(Array, 'views', 'module', 'views', 'core/modules/vi...')
#33 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(222): Drupal\Core\Theme\Registry->build()
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Utility/ThemeRegistry.php(86): Drupal\Core\Theme\Registry->get()
#35 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Utility/ThemeRegistry.php(67): Drupal\Core\Utility\ThemeRegistry->initializeRegistry()
#36 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(242): Drupal\Core\Utility\ThemeRegistry->__construct('theme_registry:...', Object(Drupal\Core\Cache\DatabaseBackend), Object(Drupal\Core\ProxyClass\Lock\DatabaseLockBackend), Array, true)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/ThemeManager.php(142): Drupal\Core\Theme\Registry->getRuntime()
#38 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(435): Drupal\Core\Theme\ThemeManager->render('html', Array)
#39 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, true)
#40 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(139): Drupal\Core\Render\Renderer->render(Array, true)
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}()
#42 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(140): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#43 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php(66): Drupal\Core\Render\Renderer->renderRoot(Array)
#44 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php(76): Drupal\Core\Render\BareHtmlPageRenderer->renderBarePage(Array, Object(Drupal\Core\StringTranslation\TranslatableMarkup), 'maintenance_pag...', Array)
#45 /home/afonso/public_html/drupal-8.2.3/core/modules/system/src/Controller/DbUpdateController.php(196): Drupal\Core\ProxyClass\Render\BareHtmlPageRenderer->renderBarePage(Array, Object(Drupal\Core\StringTranslation\TranslatableMarkup), 'maintenance_pag...', Array)
#46 [internal function]: Drupal\system\Controller\DbUpdateController->handle('info', Object(Symfony\Component\HttpFoundation\Request))
#47 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(110): call_user_func_array(Array, Array)
#48 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(73): Drupal\Core\Update\UpdateKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request))
#49 /home/afonso/public_html/drupal-8.2.3/update.php(19): Drupal\Core\Update\UpdateKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#50 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/update.php/ |         | 192.168.10.101 | 1481307575 |
| 1051 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:12:"User warning";s:8:"@message";O:25:"Drupal\Core\Render\Markup":1:{s:9:" * string";s:71:"The following module is missing from the file system: devel_node_access";}s:9:"%function";s:21:"drupal_get_filename()";s:5:"%file";s:65:"/home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc";s:5:"%line";i:236;s:17:"@backtrace_string";s:1602:"#0 /home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc(548): _drupal_error_handler_real(512, 'The following m...', '/home/afonso/pu...', 236, Array)
#1 [internal function]: _drupal_error_handler(512, 'The following m...', '/home/afonso/pu...', 236, Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc(236): trigger_error('The following m...', 512)
#3 /home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc(259): drupal_get_filename('module', 'devel_node_acce...')
#4 /home/afonso/public_html/drupal-8.2.3/core/includes/module.inc(134): drupal_get_path('module', 'devel_node_acce...')
#5 /home/afonso/public_html/drupal-8.2.3/core/includes/module.inc(93): module_load_include('install', 'devel_node_acce...')
#6 /home/afonso/public_html/drupal-8.2.3/core/includes/install.inc(82): module_load_install('devel_node_acce...')
#7 /home/afonso/public_html/drupal-8.2.3/core/modules/system/src/Controller/DbUpdateController.php(146): drupal_load_updates()
#8 [internal function]: Drupal\system\Controller\DbUpdateController->handle('info', Object(Symfony\Component\HttpFoundation\Request))
#9 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(110): call_user_func_array(Array, Array)
#10 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(73): Drupal\Core\Update\UpdateKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request))
#11 /home/afonso/public_html/drupal-8.2.3/update.php(19): Drupal\Core\Update\UpdateKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#12 {main}";} |        4 |      | http://192.168.10.105/drupal-8.2.3/update.php/ |         | 192.168.10.101 | 1481307575 |
| 1050 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:10:"ParseError";s:8:"@message";s:50:"syntax error, unexpected 'protected' (T_PROTECTED)";s:9:"%function";s:31:"Composer\Autoload\includeFile()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:167;s:17:"@backtrace_string";s:8871:"#0 /home/afonso/public_html/drupal-8.2.3/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/afonso/pu...')
#1 [internal function]: Composer\Autoload\ClassLoader->loadClass('Drupal\\field\\Fi...')
#2 [internal function]: spl_autoload_call('Drupal\\field\\Fi...')
#3 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityType.php(469): class_exists('Drupal\\field\\Fi...')
#4 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityType.php(443): Drupal\Core\Entity\EntityType->hasHandlerClass('storage', false)
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityTypeManager.php(234): Drupal\Core\Entity\EntityType->getHandlerClass('storage')
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityTypeManager.php(169): Drupal\Core\Entity\EntityTypeManager->getHandler('field_storage_c...', 'storage')
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(64): Drupal\Core\Entity\EntityTypeManager->getStorage('field_storage_c...')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Query/QueryFactory.php(54): Drupal\Core\Entity\EntityManager->getStorage('field_storage_c...')
#9 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal.php(436): Drupal\Core\Entity\Query\QueryFactory->get('field_storage_c...', 'AND')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(177): Drupal::entityQuery('field_storage_c...')
#11 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#12 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#13 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#14 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#20 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#21 [internal function]: views_views_data()
#22 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#24 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#25 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/ViewsHandlerManager.php(85): Drupal\views\ViewsData->get('node_field_data')
#26 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(882): Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL)
#27 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1030): Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('sort')
#28 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(888): Drupal\views\ViewExecutable->_initHandler('sort', Array)
#29 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(2256): Drupal\views\ViewExecutable->initHandlers()
#30 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1679): Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute()
#31 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1614): Drupal\views\ViewExecutable->preExecute(Array)
#32 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Element/View.php(78): Drupal\views\ViewExecutable->executeDisplay('page_1', Array)
#33 [internal function]: Drupal\views\Element\View::preRenderViewElement(Array)
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(376): call_user_func(Array, Array)
#35 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, false)
#36 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(226): Drupal\Core\Render\Renderer->render(Array, false)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
#38 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(227): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#39 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(117): Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#40 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#42 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(144): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent))
#43 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(62): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#44 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/Session.php(57): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#45 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(47): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#46 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(99): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#47 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(78): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#48 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(47): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#49 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(50): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#50 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#51 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(652): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#52 /home/afonso/public_html/drupal-8.2.3/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#53 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/            |         | 192.168.10.101 | 1481307574 |
| 1049 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:10:"ParseError";s:8:"@message";s:50:"syntax error, unexpected 'protected' (T_PROTECTED)";s:9:"%function";s:31:"Composer\Autoload\includeFile()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:167;s:17:"@backtrace_string";s:8871:"#0 /home/afonso/public_html/drupal-8.2.3/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/afonso/pu...')
#1 [internal function]: Composer\Autoload\ClassLoader->loadClass('Drupal\\field\\Fi...')
#2 [internal function]: spl_autoload_call('Drupal\\field\\Fi...')
#3 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityType.php(469): class_exists('Drupal\\field\\Fi...')
#4 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityType.php(443): Drupal\Core\Entity\EntityType->hasHandlerClass('storage', false)
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityTypeManager.php(234): Drupal\Core\Entity\EntityType->getHandlerClass('storage')
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityTypeManager.php(169): Drupal\Core\Entity\EntityTypeManager->getHandler('field_storage_c...', 'storage')
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(64): Drupal\Core\Entity\EntityTypeManager->getStorage('field_storage_c...')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Query/QueryFactory.php(54): Drupal\Core\Entity\EntityManager->getStorage('field_storage_c...')
#9 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal.php(436): Drupal\Core\Entity\Query\QueryFactory->get('field_storage_c...', 'AND')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(177): Drupal::entityQuery('field_storage_c...')
#11 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#12 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#13 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#14 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#20 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#21 [internal function]: views_views_data()
#22 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#24 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#25 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/ViewsHandlerManager.php(85): Drupal\views\ViewsData->get('node_field_data')
#26 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(882): Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL)
#27 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1030): Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('sort')
#28 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(888): Drupal\views\ViewExecutable->_initHandler('sort', Array)
#29 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(2256): Drupal\views\ViewExecutable->initHandlers()
#30 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1679): Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute()
#31 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1614): Drupal\views\ViewExecutable->preExecute(Array)
#32 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Element/View.php(78): Drupal\views\ViewExecutable->executeDisplay('page_1', Array)
#33 [internal function]: Drupal\views\Element\View::preRenderViewElement(Array)
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(376): call_user_func(Array, Array)
#35 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, false)
#36 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(226): Drupal\Core\Render\Renderer->render(Array, false)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
#38 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(227): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#39 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(117): Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#40 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#42 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(144): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent))
#43 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(62): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#44 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/Session.php(57): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#45 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(47): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#46 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(99): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#47 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(78): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#48 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(47): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#49 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(50): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#50 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#51 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(652): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#52 /home/afonso/public_html/drupal-8.2.3/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#53 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/            |         | 192.168.10.101 | 1481307538 |
| 1048 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:5:"Error";s:8:"@message";s:45:"Class name must be a valid object or a string";s:9:"%function";s:63:"Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:155;s:17:"@backtrace_string";s:7993:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#11 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#12 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#13 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#14 [internal function]: views_views_data()
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/ViewsHandlerManager.php(85): Drupal\views\ViewsData->get('node_field_data')
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(882): Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL)
#20 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1030): Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('sort')
#21 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(888): Drupal\views\ViewExecutable->_initHandler('sort', Array)
#22 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(2256): Drupal\views\ViewExecutable->initHandlers()
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1679): Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute()
#24 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1614): Drupal\views\ViewExecutable->preExecute(Array)
#25 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Element/View.php(78): Drupal\views\ViewExecutable->executeDisplay('page_1', Array)
#26 [internal function]: Drupal\views\Element\View::preRenderViewElement(Array)
#27 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(376): call_user_func(Array, Array)
#28 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, false)
#29 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(226): Drupal\Core\Render\Renderer->render(Array, false)
#30 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
#31 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(227): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#32 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(117): Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#33 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#35 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(144): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent))
#36 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(62): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/Session.php(57): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#38 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(47): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#39 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(99): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#40 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(78): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(47): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#42 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(50): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#43 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#44 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(652): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#45 /home/afonso/public_html/drupal-8.2.3/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#46 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/            |         | 192.168.10.101 | 1481304199 |
| 1047 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:5:"Error";s:8:"@message";s:45:"Class name must be a valid object or a string";s:9:"%function";s:63:"Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:155;s:17:"@backtrace_string";s:7993:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#11 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#12 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#13 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#14 [internal function]: views_views_data()
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/ViewsHandlerManager.php(85): Drupal\views\ViewsData->get('node_field_data')
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(882): Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL)
#20 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1030): Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('sort')
#21 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(888): Drupal\views\ViewExecutable->_initHandler('sort', Array)
#22 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(2256): Drupal\views\ViewExecutable->initHandlers()
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1679): Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute()
#24 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1614): Drupal\views\ViewExecutable->preExecute(Array)
#25 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Element/View.php(78): Drupal\views\ViewExecutable->executeDisplay('page_1', Array)
#26 [internal function]: Drupal\views\Element\View::preRenderViewElement(Array)
#27 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(376): call_user_func(Array, Array)
#28 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, false)
#29 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(226): Drupal\Core\Render\Renderer->render(Array, false)
#30 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
#31 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(227): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#32 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(117): Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#33 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#35 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(144): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent))
#36 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(62): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/Session.php(57): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#38 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(47): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#39 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(99): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#40 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(78): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(47): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#42 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(50): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#43 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#44 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(652): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#45 /home/afonso/public_html/drupal-8.2.3/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#46 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/            |         | 192.168.10.101 | 1481304199 |
| 1046 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:5:"Error";s:8:"@message";s:45:"Class name must be a valid object or a string";s:9:"%function";s:63:"Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:155;s:17:"@backtrace_string";s:7993:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#11 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#12 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#13 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#14 [internal function]: views_views_data()
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/ViewsHandlerManager.php(85): Drupal\views\ViewsData->get('node_field_data')
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(882): Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL)
#20 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1030): Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('sort')
#21 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(888): Drupal\views\ViewExecutable->_initHandler('sort', Array)
#22 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(2256): Drupal\views\ViewExecutable->initHandlers()
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1679): Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute()
#24 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1614): Drupal\views\ViewExecutable->preExecute(Array)
#25 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Element/View.php(78): Drupal\views\ViewExecutable->executeDisplay('page_1', Array)
#26 [internal function]: Drupal\views\Element\View::preRenderViewElement(Array)
#27 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(376): call_user_func(Array, Array)
#28 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, false)
#29 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(226): Drupal\Core\Render\Renderer->render(Array, false)
#30 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
#31 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(227): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#32 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(117): Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#33 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#35 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(144): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent))
#36 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(62): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/Session.php(57): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#38 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(47): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#39 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(99): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#40 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(78): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(47): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#42 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(50): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#43 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#44 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(652): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#45 /home/afonso/public_html/drupal-8.2.3/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#46 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/            |         | 192.168.10.101 | 1481304198 |
| 1045 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:5:"Error";s:8:"@message";s:45:"Class name must be a valid object or a string";s:9:"%function";s:63:"Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:155;s:17:"@backtrace_string";s:7993:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#11 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#12 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#13 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#14 [internal function]: views_views_data()
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/ViewsHandlerManager.php(85): Drupal\views\ViewsData->get('node_field_data')
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(882): Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL)
#20 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1030): Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('sort')
#21 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(888): Drupal\views\ViewExecutable->_initHandler('sort', Array)
#22 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(2256): Drupal\views\ViewExecutable->initHandlers()
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1679): Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute()
#24 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1614): Drupal\views\ViewExecutable->preExecute(Array)
#25 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Element/View.php(78): Drupal\views\ViewExecutable->executeDisplay('page_1', Array)
#26 [internal function]: Drupal\views\Element\View::preRenderViewElement(Array)
#27 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(376): call_user_func(Array, Array)
#28 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, false)
#29 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(226): Drupal\Core\Render\Renderer->render(Array, false)
#30 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
#31 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(227): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#32 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(117): Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#33 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#35 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(144): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent))
#36 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(62): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/Session.php(57): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#38 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(47): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#39 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(99): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#40 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(78): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(47): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#42 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(50): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#43 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#44 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(652): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#45 /home/afonso/public_html/drupal-8.2.3/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#46 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/            |         | 192.168.10.101 | 1481304197 |
| 1044 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:5:"Error";s:8:"@message";s:45:"Class name must be a valid object or a string";s:9:"%function";s:63:"Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:155;s:17:"@backtrace_string";s:7993:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#11 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#12 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#13 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#14 [internal function]: views_views_data()
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/ViewsHandlerManager.php(85): Drupal\views\ViewsData->get('node_field_data')
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(882): Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL)
#20 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1030): Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('sort')
#21 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(888): Drupal\views\ViewExecutable->_initHandler('sort', Array)
#22 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(2256): Drupal\views\ViewExecutable->initHandlers()
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1679): Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute()
#24 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1614): Drupal\views\ViewExecutable->preExecute(Array)
#25 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Element/View.php(78): Drupal\views\ViewExecutable->executeDisplay('page_1', Array)
#26 [internal function]: Drupal\views\Element\View::preRenderViewElement(Array)
#27 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(376): call_user_func(Array, Array)
#28 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, false)
#29 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(226): Drupal\Core\Render\Renderer->render(Array, false)
#30 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
#31 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(227): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#32 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(117): Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#33 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#35 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(144): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent))
#36 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(62): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/Session.php(57): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#38 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(47): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#39 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(99): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#40 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(78): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(47): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#42 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(50): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#43 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#44 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(652): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#45 /home/afonso/public_html/drupal-8.2.3/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#46 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/            |         | 192.168.10.101 | 1481304194 |
| 1043 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:5:"Error";s:8:"@message";s:45:"Class name must be a valid object or a string";s:9:"%function";s:63:"Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:155;s:17:"@backtrace_string";s:6915:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#11 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#12 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#13 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#14 [internal function]: views_views_data()
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php(91): Drupal\views\ViewsData->get('block_content')
#19 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php(100): Drupal\views\Plugin\Derivative\ViewsEntityRow->getDerivativeDefinitions(Array)
#20 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php(86): Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDerivatives(Array)
#21 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php(280): Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions()
#22 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php(175): Drupal\Core\Plugin\DefaultPluginManager->findDefinitions()
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.module(143): Drupal\Core\Plugin\DefaultPluginManager->getDefinitions()
#24 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(436): views_theme(Array, 'module', 'views', 'core/modules/vi...')
#25 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(323): Drupal\Core\Theme\Registry->processExtension(Array, 'views', 'module', 'views', 'core/modules/vi...')
#26 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(222): Drupal\Core\Theme\Registry->build()
#27 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Utility/ThemeRegistry.php(86): Drupal\Core\Theme\Registry->get()
#28 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Utility/ThemeRegistry.php(67): Drupal\Core\Utility\ThemeRegistry->initializeRegistry()
#29 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(242): Drupal\Core\Utility\ThemeRegistry->__construct('theme_registry:...', Object(Drupal\Core\Cache\DatabaseBackend), Object(Drupal\Core\ProxyClass\Lock\DatabaseLockBackend), Array, true)
#30 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/ThemeManager.php(142): Drupal\Core\Theme\Registry->getRuntime()
#31 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(435): Drupal\Core\Theme\ThemeManager->render('html', Array)
#32 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, true)
#33 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(139): Drupal\Core\Render\Renderer->render(Array, true)
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}()
#35 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(140): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#36 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php(66): Drupal\Core\Render\Renderer->renderRoot(Array)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php(76): Drupal\Core\Render\BareHtmlPageRenderer->renderBarePage(Array, Object(Drupal\Core\StringTranslation\TranslatableMarkup), 'maintenance_pag...', Array)
#38 /home/afonso/public_html/drupal-8.2.3/core/modules/system/src/Controller/DbUpdateController.php(196): Drupal\Core\ProxyClass\Render\BareHtmlPageRenderer->renderBarePage(Array, Object(Drupal\Core\StringTranslation\TranslatableMarkup), 'maintenance_pag...', Array)
#39 [internal function]: Drupal\system\Controller\DbUpdateController->handle('info', Object(Symfony\Component\HttpFoundation\Request))
#40 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(110): call_user_func_array(Array, Array)
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(73): Drupal\Core\Update\UpdateKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request))
#42 /home/afonso/public_html/drupal-8.2.3/update.php(19): Drupal\Core\Update\UpdateKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#43 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/update.php/ |         | 192.168.10.101 | 1481303603 |
| 1042 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:12:"User warning";s:8:"@message";O:25:"Drupal\Core\Render\Markup":1:{s:9:" * string";s:71:"The following module is missing from the file system: devel_node_access";}s:9:"%function";s:21:"drupal_get_filename()";s:5:"%file";s:65:"/home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc";s:5:"%line";i:236;s:17:"@backtrace_string";s:1602:"#0 /home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc(548): _drupal_error_handler_real(512, 'The following m...', '/home/afonso/pu...', 236, Array)
#1 [internal function]: _drupal_error_handler(512, 'The following m...', '/home/afonso/pu...', 236, Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc(236): trigger_error('The following m...', 512)
#3 /home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc(259): drupal_get_filename('module', 'devel_node_acce...')
#4 /home/afonso/public_html/drupal-8.2.3/core/includes/module.inc(134): drupal_get_path('module', 'devel_node_acce...')
#5 /home/afonso/public_html/drupal-8.2.3/core/includes/module.inc(93): module_load_include('install', 'devel_node_acce...')
#6 /home/afonso/public_html/drupal-8.2.3/core/includes/install.inc(82): module_load_install('devel_node_acce...')
#7 /home/afonso/public_html/drupal-8.2.3/core/modules/system/src/Controller/DbUpdateController.php(146): drupal_load_updates()
#8 [internal function]: Drupal\system\Controller\DbUpdateController->handle('info', Object(Symfony\Component\HttpFoundation\Request))
#9 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(110): call_user_func_array(Array, Array)
#10 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(73): Drupal\Core\Update\UpdateKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request))
#11 /home/afonso/public_html/drupal-8.2.3/update.php(19): Drupal\Core\Update\UpdateKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#12 {main}";} |        4 |      | http://192.168.10.105/drupal-8.2.3/update.php/ |         | 192.168.10.101 | 1481303603 |
| 1041 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:5:"Error";s:8:"@message";s:45:"Class name must be a valid object or a string";s:9:"%function";s:63:"Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:155;s:17:"@backtrace_string";s:7993:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#11 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#12 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#13 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#14 [internal function]: views_views_data()
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/ViewsHandlerManager.php(85): Drupal\views\ViewsData->get('node_field_data')
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(882): Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL)
#20 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1030): Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('sort')
#21 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(888): Drupal\views\ViewExecutable->_initHandler('sort', Array)
#22 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(2256): Drupal\views\ViewExecutable->initHandlers()
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1679): Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute()
#24 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1614): Drupal\views\ViewExecutable->preExecute(Array)
#25 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Element/View.php(78): Drupal\views\ViewExecutable->executeDisplay('page_1', Array)
#26 [internal function]: Drupal\views\Element\View::preRenderViewElement(Array)
#27 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(376): call_user_func(Array, Array)
#28 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, false)
#29 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(226): Drupal\Core\Render\Renderer->render(Array, false)
#30 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
#31 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(227): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#32 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(117): Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#33 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#35 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(144): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent))
#36 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(62): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/Session.php(57): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#38 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(47): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#39 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(99): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#40 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(78): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(47): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#42 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(50): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#43 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#44 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(652): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#45 /home/afonso/public_html/drupal-8.2.3/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#46 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/            |         | 192.168.10.101 | 1481302080 |
| 1040 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:5:"Error";s:8:"@message";s:45:"Class name must be a valid object or a string";s:9:"%function";s:63:"Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:155;s:17:"@backtrace_string";s:7993:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#11 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#12 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#13 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#14 [internal function]: views_views_data()
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/ViewsHandlerManager.php(85): Drupal\views\ViewsData->get('node_field_data')
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(882): Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL)
#20 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1030): Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('sort')
#21 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(888): Drupal\views\ViewExecutable->_initHandler('sort', Array)
#22 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(2256): Drupal\views\ViewExecutable->initHandlers()
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1679): Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute()
#24 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1614): Drupal\views\ViewExecutable->preExecute(Array)
#25 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Element/View.php(78): Drupal\views\ViewExecutable->executeDisplay('page_1', Array)
#26 [internal function]: Drupal\views\Element\View::preRenderViewElement(Array)
#27 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(376): call_user_func(Array, Array)
#28 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, false)
#29 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(226): Drupal\Core\Render\Renderer->render(Array, false)
#30 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
#31 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(227): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#32 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(117): Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#33 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#35 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(144): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent))
#36 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(62): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/Session.php(57): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#38 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(47): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#39 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(99): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#40 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(78): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(47): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#42 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(50): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#43 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#44 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(652): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#45 /home/afonso/public_html/drupal-8.2.3/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#46 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/            |         | 192.168.10.101 | 1481301941 |
| 1039 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:5:"Error";s:8:"@message";s:45:"Class name must be a valid object or a string";s:9:"%function";s:63:"Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:155;s:17:"@backtrace_string";s:6915:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#11 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#12 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#13 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#14 [internal function]: views_views_data()
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php(91): Drupal\views\ViewsData->get('block_content')
#19 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php(100): Drupal\views\Plugin\Derivative\ViewsEntityRow->getDerivativeDefinitions(Array)
#20 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php(86): Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDerivatives(Array)
#21 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php(280): Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions()
#22 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php(175): Drupal\Core\Plugin\DefaultPluginManager->findDefinitions()
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.module(143): Drupal\Core\Plugin\DefaultPluginManager->getDefinitions()
#24 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(436): views_theme(Array, 'module', 'views', 'core/modules/vi...')
#25 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(323): Drupal\Core\Theme\Registry->processExtension(Array, 'views', 'module', 'views', 'core/modules/vi...')
#26 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(222): Drupal\Core\Theme\Registry->build()
#27 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Utility/ThemeRegistry.php(86): Drupal\Core\Theme\Registry->get()
#28 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Utility/ThemeRegistry.php(67): Drupal\Core\Utility\ThemeRegistry->initializeRegistry()
#29 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(242): Drupal\Core\Utility\ThemeRegistry->__construct('theme_registry:...', Object(Drupal\Core\Cache\DatabaseBackend), Object(Drupal\Core\ProxyClass\Lock\DatabaseLockBackend), Array, true)
#30 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/ThemeManager.php(142): Drupal\Core\Theme\Registry->getRuntime()
#31 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(435): Drupal\Core\Theme\ThemeManager->render('html', Array)
#32 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, true)
#33 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(139): Drupal\Core\Render\Renderer->render(Array, true)
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}()
#35 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(140): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#36 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php(66): Drupal\Core\Render\Renderer->renderRoot(Array)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php(76): Drupal\Core\Render\BareHtmlPageRenderer->renderBarePage(Array, Object(Drupal\Core\StringTranslation\TranslatableMarkup), 'maintenance_pag...', Array)
#38 /home/afonso/public_html/drupal-8.2.3/core/modules/system/src/Controller/DbUpdateController.php(196): Drupal\Core\ProxyClass\Render\BareHtmlPageRenderer->renderBarePage(Array, Object(Drupal\Core\StringTranslation\TranslatableMarkup), 'maintenance_pag...', Array)
#39 [internal function]: Drupal\system\Controller\DbUpdateController->handle('info', Object(Symfony\Component\HttpFoundation\Request))
#40 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(110): call_user_func_array(Array, Array)
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(73): Drupal\Core\Update\UpdateKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request))
#42 /home/afonso/public_html/drupal-8.2.3/update.php(19): Drupal\Core\Update\UpdateKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#43 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/update.php/ |         | 192.168.10.101 | 1481301829 |
| 1038 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:12:"User warning";s:8:"@message";O:25:"Drupal\Core\Render\Markup":1:{s:9:" * string";s:71:"The following module is missing from the file system: devel_node_access";}s:9:"%function";s:21:"drupal_get_filename()";s:5:"%file";s:65:"/home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc";s:5:"%line";i:236;s:17:"@backtrace_string";s:1602:"#0 /home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc(548): _drupal_error_handler_real(512, 'The following m...', '/home/afonso/pu...', 236, Array)
#1 [internal function]: _drupal_error_handler(512, 'The following m...', '/home/afonso/pu...', 236, Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc(236): trigger_error('The following m...', 512)
#3 /home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc(259): drupal_get_filename('module', 'devel_node_acce...')
#4 /home/afonso/public_html/drupal-8.2.3/core/includes/module.inc(134): drupal_get_path('module', 'devel_node_acce...')
#5 /home/afonso/public_html/drupal-8.2.3/core/includes/module.inc(93): module_load_include('install', 'devel_node_acce...')
#6 /home/afonso/public_html/drupal-8.2.3/core/includes/install.inc(82): module_load_install('devel_node_acce...')
#7 /home/afonso/public_html/drupal-8.2.3/core/modules/system/src/Controller/DbUpdateController.php(146): drupal_load_updates()
#8 [internal function]: Drupal\system\Controller\DbUpdateController->handle('info', Object(Symfony\Component\HttpFoundation\Request))
#9 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(110): call_user_func_array(Array, Array)
#10 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(73): Drupal\Core\Update\UpdateKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request))
#11 /home/afonso/public_html/drupal-8.2.3/update.php(19): Drupal\Core\Update\UpdateKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#12 {main}";} |        4 |      | http://192.168.10.105/drupal-8.2.3/update.php/ |         | 192.168.10.101 | 1481301829 |
| 1037 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:5:"Error";s:8:"@message";s:45:"Class name must be a valid object or a string";s:9:"%function";s:63:"Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:155;s:17:"@backtrace_string";s:6915:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#11 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#12 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#13 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#14 [internal function]: views_views_data()
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php(91): Drupal\views\ViewsData->get('block_content')
#19 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php(100): Drupal\views\Plugin\Derivative\ViewsEntityRow->getDerivativeDefinitions(Array)
#20 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php(86): Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDerivatives(Array)
#21 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php(280): Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions()
#22 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php(175): Drupal\Core\Plugin\DefaultPluginManager->findDefinitions()
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.module(143): Drupal\Core\Plugin\DefaultPluginManager->getDefinitions()
#24 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(436): views_theme(Array, 'module', 'views', 'core/modules/vi...')
#25 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(323): Drupal\Core\Theme\Registry->processExtension(Array, 'views', 'module', 'views', 'core/modules/vi...')
#26 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(222): Drupal\Core\Theme\Registry->build()
#27 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Utility/ThemeRegistry.php(86): Drupal\Core\Theme\Registry->get()
#28 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Utility/ThemeRegistry.php(67): Drupal\Core\Utility\ThemeRegistry->initializeRegistry()
#29 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/Registry.php(242): Drupal\Core\Utility\ThemeRegistry->__construct('theme_registry:...', Object(Drupal\Core\Cache\DatabaseBackend), Object(Drupal\Core\ProxyClass\Lock\DatabaseLockBackend), Array, true)
#30 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Theme/ThemeManager.php(142): Drupal\Core\Theme\Registry->getRuntime()
#31 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(435): Drupal\Core\Theme\ThemeManager->render('html', Array)
#32 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, true)
#33 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(139): Drupal\Core\Render\Renderer->render(Array, true)
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}()
#35 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(140): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#36 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php(66): Drupal\Core\Render\Renderer->renderRoot(Array)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php(76): Drupal\Core\Render\BareHtmlPageRenderer->renderBarePage(Array, Object(Drupal\Core\StringTranslation\TranslatableMarkup), 'maintenance_pag...', Array)
#38 /home/afonso/public_html/drupal-8.2.3/core/modules/system/src/Controller/DbUpdateController.php(196): Drupal\Core\ProxyClass\Render\BareHtmlPageRenderer->renderBarePage(Array, Object(Drupal\Core\StringTranslation\TranslatableMarkup), 'maintenance_pag...', Array)
#39 [internal function]: Drupal\system\Controller\DbUpdateController->handle('info', Object(Symfony\Component\HttpFoundation\Request))
#40 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(110): call_user_func_array(Array, Array)
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(73): Drupal\Core\Update\UpdateKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request))
#42 /home/afonso/public_html/drupal-8.2.3/update.php(19): Drupal\Core\Update\UpdateKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#43 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/update.php/ |         | 192.168.10.101 | 1481301822 |
| 1036 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:12:"User warning";s:8:"@message";O:25:"Drupal\Core\Render\Markup":1:{s:9:" * string";s:71:"The following module is missing from the file system: devel_node_access";}s:9:"%function";s:21:"drupal_get_filename()";s:5:"%file";s:65:"/home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc";s:5:"%line";i:236;s:17:"@backtrace_string";s:1602:"#0 /home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc(548): _drupal_error_handler_real(512, 'The following m...', '/home/afonso/pu...', 236, Array)
#1 [internal function]: _drupal_error_handler(512, 'The following m...', '/home/afonso/pu...', 236, Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc(236): trigger_error('The following m...', 512)
#3 /home/afonso/public_html/drupal-8.2.3/core/includes/bootstrap.inc(259): drupal_get_filename('module', 'devel_node_acce...')
#4 /home/afonso/public_html/drupal-8.2.3/core/includes/module.inc(134): drupal_get_path('module', 'devel_node_acce...')
#5 /home/afonso/public_html/drupal-8.2.3/core/includes/module.inc(93): module_load_include('install', 'devel_node_acce...')
#6 /home/afonso/public_html/drupal-8.2.3/core/includes/install.inc(82): module_load_install('devel_node_acce...')
#7 /home/afonso/public_html/drupal-8.2.3/core/modules/system/src/Controller/DbUpdateController.php(146): drupal_load_updates()
#8 [internal function]: Drupal\system\Controller\DbUpdateController->handle('info', Object(Symfony\Component\HttpFoundation\Request))
#9 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(110): call_user_func_array(Array, Array)
#10 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Update/UpdateKernel.php(73): Drupal\Core\Update\UpdateKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request))
#11 /home/afonso/public_html/drupal-8.2.3/update.php(19): Drupal\Core\Update\UpdateKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#12 {main}";} |        4 |      | http://192.168.10.105/drupal-8.2.3/update.php/ |         | 192.168.10.101 | 1481301822 |
| 1035 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:5:"Error";s:8:"@message";s:45:"Class name must be a valid object or a string";s:9:"%function";s:63:"Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:155;s:17:"@backtrace_string";s:7993:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#11 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#12 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#13 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#14 [internal function]: views_views_data()
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/ViewsHandlerManager.php(85): Drupal\views\ViewsData->get('node_field_data')
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(882): Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL)
#20 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1030): Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('sort')
#21 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(888): Drupal\views\ViewExecutable->_initHandler('sort', Array)
#22 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(2256): Drupal\views\ViewExecutable->initHandlers()
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1679): Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute()
#24 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1614): Drupal\views\ViewExecutable->preExecute(Array)
#25 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Element/View.php(78): Drupal\views\ViewExecutable->executeDisplay('page_1', Array)
#26 [internal function]: Drupal\views\Element\View::preRenderViewElement(Array)
#27 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(376): call_user_func(Array, Array)
#28 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, false)
#29 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(226): Drupal\Core\Render\Renderer->render(Array, false)
#30 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
#31 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(227): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#32 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(117): Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#33 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#35 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(144): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent))
#36 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(62): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/Session.php(57): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#38 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(47): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#39 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(99): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#40 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(78): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(47): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#42 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(50): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#43 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#44 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(652): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#45 /home/afonso/public_html/drupal-8.2.3/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#46 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/            |         | 192.168.10.101 | 1481298564 |
| 1034 |   1 | php  | %type: @message in %function (line %line of %file) @backtrace_string. | a:6:{s:5:"%type";s:5:"Error";s:8:"@message";s:45:"Class name must be a valid object or a string";s:9:"%function";s:63:"Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords()";s:5:"%file";s:90:"/home/afonso/public_html/drupal-8.2.3/core/modules/field/src/FieldStorageConfigStorage.php";s:5:"%line";i:155;s:17:"@backtrace_string";s:7993:"#0 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(189): Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array)
#1 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityStorageBase.php(242): Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array)
#2 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/Entity.php(507): Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array)
#3 /home/afonso/public_html/drupal-8.2.3/core/modules/field/field.module(181): Drupal\Core\Entity\Entity::loadMultiple(Array)
#4 [internal function]: field_entity_field_storage_info(Object(Drupal\Core\Entity\ContentEntityType))
#5 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('field_entity_fi...', Array)
#6 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(510): Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_st...', Array)
#7 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityFieldManager.php(406): Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node')
#8 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Entity/EntityManager.php(154): Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node')
#9 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(110): Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node')
#10 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(366): Drupal\views\EntityViewsData->getFieldStorageDefinitions()
#11 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/EntityViewsData.php(266): Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object(Drupal\Core\Field\BaseFieldDefinition), Object(Drupal\Core\Entity\Sql\DefaultTableMapping), Array)
#12 /home/afonso/public_html/drupal-8.2.3/core/modules/node/src/NodeViewsData.php(16): Drupal\views\EntityViewsData->getViewsData()
#13 /home/afonso/public_html/drupal-8.2.3/core/modules/views/views.views.inc(169): Drupal\node\NodeViewsData->getViewsData()
#14 [internal function]: views_views_data()
#15 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleHandler.php(391): call_user_func_array('views_views_dat...', Array)
#16 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(245): Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data')
#17 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewsData.php(162): Drupal\views\ViewsData->getData()
#18 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/ViewsHandlerManager.php(85): Drupal\views\ViewsData->get('node_field_data')
#19 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(882): Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL)
#20 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1030): Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('sort')
#21 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(888): Drupal\views\ViewExecutable->_initHandler('sort', Array)
#22 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(2256): Drupal\views\ViewExecutable->initHandlers()
#23 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1679): Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute()
#24 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/ViewExecutable.php(1614): Drupal\views\ViewExecutable->preExecute(Array)
#25 /home/afonso/public_html/drupal-8.2.3/core/modules/views/src/Element/View.php(78): Drupal\views\ViewExecutable->executeDisplay('page_1', Array)
#26 [internal function]: Drupal\views\Element\View::preRenderViewElement(Array)
#27 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(376): call_user_func(Array, Array)
#28 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(195): Drupal\Core\Render\Renderer->doRender(Array, false)
#29 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(226): Drupal\Core\Render\Renderer->render(Array, false)
#30 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/Renderer.php(574): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
#31 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(227): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#32 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php(117): Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#33 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#34 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#35 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(144): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object(Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent))
#36 /home/afonso/public_html/drupal-8.2.3/vendor/symfony/http-kernel/HttpKernel.php(62): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#37 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/Session.php(57): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#38 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(47): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#39 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(99): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#40 /home/afonso/public_html/drupal-8.2.3/core/modules/page_cache/src/StackMiddleware/PageCache.php(78): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#41 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(47): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#42 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(50): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#43 /home/afonso/public_html/drupal-8.2.3/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#44 /home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/DrupalKernel.php(652): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#45 /home/afonso/public_html/drupal-8.2.3/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#46 {main}";} |        3 |      | http://192.168.10.105/drupal-8.2.3/            |         | 192.168.10.101 | 1481298564 |
alexpott’s picture

@Serrano that's a syntax error :( unfortunately it does not look like you patched the file correctly. The best way to patch is a file is to follow the instructions on https://www.drupal.org/patch/apply. You need to put the file back as it was and start again.

Maybe if you have drush installed you can use it to list the installed modules and see if any are missing as that is what is causing this. But you'll need to fix your codebase before doing that.

Serrano’s picture

The command git apply -v /home/afonso/drupal-8.2.3/2786443-2-25.patch is not working..
What am i doing wrong?

alexpott’s picture

@Serrano nope - if you have a git checkout then go to the root (/home/afonso/public_html/drupal-8.2.3/) and do git apply -v 2786443-2-25.patch

If you don't have git or a git checkout then...
patch -p1 < 2786443-2-25.patch
again run the command whilst in /home/afonso/public_html/drupal-8.2.3/

Serrano’s picture

It gives me this error: fatal: can't open patch '2786443-2-25.patch' : No such file or directory
Even though https://www.drupal.org/files/issues/2786443-2-25.patch

Anonymous’s picture

After updating my file, as said above, the output of the watchdog query is:

#9 code had errors:

protected function mapFromStorageRecords(array $records) {
  protected function mapToStorageRecord(EntityInterface $entity) {

....
        throw new \RuntimeException("Unable to determine class for field type '{$record['type$

#12 code was created by a command and hasn't this errors. Give me a link on you file after update. And please, spend your time studying patches, otherwise your actions like troling.

Serrano’s picture

When I try to apply the patch you linked me earlier this is the output:
patch: **** Only garbage was found in the patch input.

cilefen’s picture

@Serrano Please read about this topic: https://www.drupal.org/patch/apply. The comment in #17 suggests you did not download the patch to the specified location. Please do not post your entire watchdog log in further comments. It is better to attach those as text files.

Serrano’s picture

Now it outputs this:

patch -p1 < FieldStorageConfigStorage.php 2786433-2-25.patch
patch: **** Only garbage was found in the patch input.

And it is the newest version of the patch.

Will do, thanks.

cilefen’s picture

You have put the filename FieldStorageConfigStorage.php into the command, however I do not see that anyone on this issue suggested doing that.

Serrano’s picture

Thanks for the heads up.
I tried to run patch -p1 2786433-2-25.patch but nothing happens. It doesn't give any erros but doesn't apply the patch either.

cilefen’s picture

That command is not correct. Please read https://www.drupal.org/patch/apply

Serrano’s picture

I've tried

patch -p1 < 2786443-2-25.patch
patch < 2786443-2-25.patch
git apply -v 2786443-2-25.patch

and all output: No such file or directory.

Thanks by your pacience btw...

cilefen’s picture

It may be obvious, but you must be in the root directory of the Drupal installation. Example:

drupal8x ((8.2.3) %)$ wget https://www.drupal.org/files/issues/2786443-2-25.patch
--2016-12-12 12:45:07--  https://www.drupal.org/files/issues/2786443-2-25.patch
Resolving www.drupal.org... 151.101.20.68
Connecting to www.drupal.org|151.101.20.68|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3787 (3.7K) [text/x-diff]
Saving to: ‘2786443-2-25.patch’

2786443-2-25.patch                     100%[===========================================================================>]   3.70K  --.-KB/s    in 0s

2016-12-12 12:45:07 (52.3 MB/s) - ‘2786443-2-25.patch’ saved [3787/3787]

drupal8x ((8.2.3) %)$ patch -p1 < 2786443-2-25.patch
patching file core/modules/field/src/FieldStorageConfigStorage.php
patching file core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
cilefen’s picture

Do not bother with the git command. I don't think you are using git on this site.

As for patch, this error means you haven't referenced the proper path to the patch file.

Serrano’s picture

Ok i did it but the output was:

patching file core/modules/field/src/FieldStorageConfigStorage.php
HUNK #1 FAILED at 152.
HUNK #2 FAILED at 163.
2 out of 2 hunks FAILED -- saving rejects to file core/modules/field/src/FieldStorageConfigStorage.php.rej
patching file core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
cilefen’s picture

It would seem that core/modules/field/src/FieldStorageConfigStorage.php was altered from 8.2.3 and 8.2.4's version, because this should work otherwise.

Serrano’s picture

How do I know if it's patched?

alexpott’s picture

@Serrano I think you modifications to the file have changed it - so what you need to do is download Drupal somewhere else and get the unedited file and put it there. I would just attach the patched file here for you but before I do that I'll give the opportunity to try to fix it for yourself so you can be confident of applying patches in the future. If you are still still after trying I (or someone else) will attach the complete patched file.

cilefen’s picture

It seems #12 already answered that. I feel as though we are going in circles. Here are the changed functions:

  /**
   * {@inheritdoc}
   */
  protected function mapFromStorageRecords(array $records) {
    foreach ($records as &$record) {
      $class = $this->fieldTypeManager->getPluginClass($record['type']);
      if (empty($class)) {
        throw new \RuntimeException("Unable to determine class for field type '{$record['type']}'");
      }
      $record['settings'] = $class::storageSettingsFromConfigData($record['settings']);
    }
    return parent::mapFromStorageRecords($records);
  }

  /**
   * {@inheritdoc}
   */
  protected function mapToStorageRecord(EntityInterface $entity) {
    $record = parent::mapToStorageRecord($entity);
    $class = $this->fieldTypeManager->getPluginClass($record['type']);
    if (empty($class)) {
      throw new \RuntimeException("Unable to determine class for field type '{$record['type']}'");
    }
    $record['settings'] = $class::storageSettingsToConfigData($record['settings']);
    return $record;
  }

Serrano’s picture

Ok @alexpott, I have successfully patched the new file.
Do you want the select * from watchdog order by wid desc limit 20; output?

Serrano’s picture

We have progress!
Now when I try and go to my website it actually displays " Site inder maintenance " instead of an error.
I can also access the update.php page but when i click "Continue" i get the previous error I got before, "The website encountered an enexpected error. Please try again later."
All of this was in my ubuntu browser.
On the windows browser I get that error as soon as I try to open the site.

alexpott’s picture

@Serrano re #33 yep we need to see the new error...

Serrano’s picture

FileSize
42.43 KB

Where it is

alexpott’s picture

It doesn't look like the site is actually patched since that is the error you'd get when the site is not patched. Please find the entire file attached... you just need to copy it to core/modules/field/src/ and make sure it is called FieldStorageConfigStorage.php. Uploading to drupal.org will change the file name for security purposes.

alexpott’s picture

Also I'm confused about the file in #36 since the watchdog IDs are lower than in #13. Can you please run the query I gave you in #4 since that guarantees the most recent entries.

Serrano’s picture

FileSize
34.9 KB

I copied the file you uploaded and the output of select * from watchdog order by wid desc limit 20; is attached.

Anonymous’s picture

It could be that in the core/modules folder was no-core modules, like 'geolocation' and 'devel_node_access'?

Serrano’s picture

@vaplas Just cheked and no. core/modules is untouched. All my modules are in /drupal-8.2.3./modules.

Anonymous’s picture

Just for cleary undestand, /drupal-8.2.3./modules contains a module 'geolocation'? And what a version of this module? And you have or not any structure for modules (e.g. 'contrib', 'custom', 'patches', 'untrusted' folders)?

Serrano’s picture

Yes it does contain the module geolocation. How can i check the version without accessing the site?
No sub folders inside the modules folder. Just the modules.

alexpott’s picture

@Serrano you need to install Drush (http://www.drush.org/en/master/) and use it to enable the geolocation module. Drush is a scripting tool for Drupal that allows you to enable modules from the command line. If you can't do that then we can explore other ways of fixing it.

Serrano’s picture

I only use Drush to download and enable modules.
I did drush en geolocation and it did enable it.

alexpott’s picture

@Serrano and is the site fixed or do you have a new error - you can use drush ws to look at the watchdog error log :)

Serrano’s picture

Not yet fixed...
I get the the same error I did at the beggining. When I try and run update.php and click continue I get this "The website encountered an unexpected error. Please try again later."

Serrano’s picture

I ran drush cache-rebuild and the output was:

Command cache-rebuild needs a higher bootstrap level to run - you will need to    [error]
invoke drush from a more functional Drupal environment to run this command.
Command cache-rebuild requires Drupal core version 8+ to run.                     [error]
The drush command 'cache-rebuild' could not be executed.

I'm confused on "requires Drupal core 8+ to run"

alexpott’s picture

@Serrano that suggests you are not running drush from within the root directory or your settings.php is not right. The fact update.php is allowing you to run suggests that where you ran drush was not quite right. Also so you can see the errors please add the following line to the bottom of you settings.php... it'll make everything easier to work out what is going on...

$config['system.logging']['error_level'] = 'verbose';
Serrano’s picture

I think drush is not connecting to my database because when i run drush status it does not display any Drupal Version.
I've added that to my settings.php.

alexpott’s picture

@Serrano and what message do you see when you run update.php?

Serrano’s picture

The website encountered an unexpected error. Please try again later.

RuntimeException: Unable to determine class for field type 'geolocation' in Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords() (line 156 of core/modules/field/src/FieldStorageConfigStorage.php).
Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array) (Line: 189)
Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array) (Line: 242)
Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array) (Line: 507)
Drupal\Core\Entity\Entity::loadMultiple(Array) (Line: 181)
field_entity_field_storage_info(Object)
call_user_func_array('field_entity_field_storage_info', Array) (Line: 391)
Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_storage_info', Array) (Line: 510)
Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node') (Line: 406)
Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node') (Line: 154)
Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node') (Line: 110)
Drupal\views\EntityViewsData->getFieldStorageDefinitions() (Line: 366)
Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object, Object, Array) (Line: 266)
Drupal\views\EntityViewsData->getViewsData() (Line: 16)
Drupal\node\NodeViewsData->getViewsData() (Line: 169)
views_views_data()
call_user_func_array('views_views_data', Array) (Line: 391)
Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data') (Line: 245)
Drupal\views\ViewsData->getData() (Line: 162)
Drupal\views\ViewsData->get('block_content') (Line: 91)
Drupal\views\Plugin\Derivative\ViewsEntityRow->getDerivativeDefinitions(Array) (Line: 100)
Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDerivatives(Array) (Line: 86)
Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 280)
Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 175)
Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
Drupal\Core\Plugin\DefaultPluginManager->getDefinition('node_rss') (Line: 16)
Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('node_rss', Array) (Line: 84)
Drupal\Component\Plugin\PluginManagerBase->createInstance('node_rss') (Line: 810)
Drupal\views\Plugin\views\display\DisplayPluginBase->getPlugin('row') (Line: 122)
Drupal\views\Plugin\views\style\StylePluginBase->init(Object, Object, Array) (Line: 813)
Drupal\views\Plugin\views\display\DisplayPluginBase->getPlugin('style') (Line: 872)
Drupal\views\ViewExecutable->initStyle() (Line: 1829)
Drupal\views\ViewExecutable->getTitle() (Line: 132)
Drupal\views\Plugin\views\display\PathPluginBase->getRoute('frontpage', 'feed_1') (Line: 220)
Drupal\views\Plugin\views\display\PathPluginBase->collectRoutes(Object) (Line: 120)
Drupal\views\EventSubscriber\RouteSubscriber->routes()
call_user_func(Array) (Line: 146)
Drupal\Core\Routing\RouteBuilder->rebuild() (Line: 83)
Drupal\Core\ProxyClass\Routing\RouteBuilder->rebuild() (Line: 1141)
drupal_flush_all_caches() (Line: 350)
Drupal\system\Controller\DbUpdateController->selection(Object) (Line: 164)
Drupal\system\Controller\DbUpdateController->handle('selection', Object)
call_user_func_array(Array, Array) (Line: 110)
Drupal\Core\Update\UpdateKernel->handleRaw(Object) (Line: 73)
Drupal\Core\Update\UpdateKernel->handle(Object) (Line: 19)
alexpott’s picture

So not a new error :) you need to have drush working correctly... you need to change your directory to /home/afonso/public_html/drupal-8.2.3/ and run drush from there. Or do drush -r /home/afonso/public_html/drupal-8.2.3 en geolocation

Serrano’s picture

afonso@afonso-VirtualBox:~$ drush -r /home/afonso/public_html/drupal-8.2.3 en geolocation
The following extensions will be enabled: geolocation
Do you really want to continue? (y/n): y
Drupal\Core\Config\PreExistingConfigException: Configuration objects                    [error]
(geolocation.settings) provided by geolocation already exist in active configuration in
/home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/PreExistingConfigException.php:65
Stack trace:
#0
/home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Config/ConfigInstaller.php(471):
Drupal\Core\Config\PreExistingConfigException::create('geolocation', Array)
#1
/home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php(13                                                                     2):
Drupal\Core\Config\ConfigInstaller->checkConfigurationToInstall('module', 'geolocation')
#2
/home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/Extension/ModuleInstaller.php(141):
Drupal\Core\ProxyClass\Config\ConfigInstaller->checkConfigurationToInstall('module',
'geolocation')
#3
/home/afonso/public_html/drupal-8.2.3/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php                                                                     (83):
Drupal\Core\Extension\ModuleInstaller->install(Array, true)
#4 /home/afonso/vendor/drush/drush/commands/core/drupal/environment.inc(131):
Drupal\Core\ProxyClass\Extension\ModuleInstaller->install(Array, true)
#5 /home/afonso/vendor/drush/drush/commands/core/drupal/environment.inc(198):
drush_module_install(Array)
#6 /home/afonso/vendor/drush/drush/commands/pm/pm.drush.inc(1167):
drush_module_enable(Array)
#7 /home/afonso/vendor/drush/drush/includes/command.inc(422):
drush_pm_enable('geolocation')
#8 /home/afonso/vendor/drush/drush/includes/command.inc(231): _drush_invoke_hooks(Array,
Array)
#9 /home/afonso/vendor/drush/drush/includes/command.inc(199):
drush_command('geolocation')
#10 /home/afonso/vendor/drush/drush/lib/Drush/Boot/BaseBoot.php(67):
drush_dispatch(Array)
#11 /home/afonso/vendor/drush/drush/includes/preflight.inc(66):
Drush\Boot\BaseBoot->bootstrap_and_dispatch()
#12 /home/afonso/vendor/drush/drush/drush.php(12): drush_main()
#13 {main}
Serrano’s picture

I just went to my database in PhpMyAdmin and this was there:

Deprecation Notice in ./../php/php-gettext/streams.php#48
Methods with the same name as their class will not be constructors in a future version of PHP; StringReader has a deprecated constructor

Backtrace

./../php/php-gettext/gettext.inc#41: require()
./libraries/select_lang.lib.php#477: require_once(./../php/php-gettext/gettext.inc)
./libraries/common.inc.php#569: require(./libraries/select_lang.lib.php)
./index.php#12: require_once(./libraries/common.inc.php)

Deprecation Notice in ./../php/php-gettext/streams.php#84
Methods with the same name as their class will not be constructors in a future version of PHP; FileReader has a deprecated constructor

Backtrace

./../php/php-gettext/gettext.inc#41: require()
./libraries/select_lang.lib.php#477: require_once(./../php/php-gettext/gettext.inc)
./libraries/common.inc.php#569: require(./libraries/select_lang.lib.php)
./index.php#12: require_once(./libraries/common.inc.php)

Deprecation Notice in ./../php/php-gettext/streams.php#145
Methods with the same name as their class will not be constructors in a future version of PHP; CachedFileReader has a deprecated constructor

Backtrace

./../php/php-gettext/gettext.inc#41: require()
./libraries/select_lang.lib.php#477: require_once(./../php/php-gettext/gettext.inc)
./libraries/common.inc.php#569: require(./libraries/select_lang.lib.php)
./index.php#12: require_once(./libraries/common.inc.php)

Deprecation Notice in ./../php/php-gettext/gettext.php#36
Methods with the same name as their class will not be constructors in a future version of PHP; gettext_reader has a deprecated constructor

Backtrace

./../php/php-gettext/gettext.inc#42: require()
./libraries/select_lang.lib.php#477: require_once(./../php/php-gettext/gettext.inc)
./libraries/common.inc.php#569: require(./libraries/select_lang.lib.php)
./index.php#12: require_once(./libraries/common.inc.php)

alexpott’s picture

@Serrano so you're going to need to do the following commands:

drush -r /home/afonso/public_html/drupal-8.2.3 config-get geolocation.settings
drush -r /home/afonso/public_html/drupal-8.2.3 config-delete geolocation.settings
drush -r /home/afonso/public_html/drupal-8.2.3 en geolocation

The first command will get your current config so you can reset it after re-installing the module since you'll need to add you google_map_api_key again.

Serrano’s picture

Did that and when I now run /update.php it gives me a warning:

User warning: The following module is missing from the file system: devel_node_access in drupal_get_filename() (line 236 of core/includes/bootstrap.inc).
drupal_get_filename('module', 'devel_node_access') (Line: 259)
drupal_get_path('module', 'devel_node_access') (Line: 134)
module_load_include('install', 'devel_node_access') (Line: 93)
module_load_install('devel_node_access') (Line: 82)
drupal_load_updates() (Line: 146)
Drupal\system\Controller\DbUpdateController->handle('info', Object)
call_user_func_array(Array, Array) (Line: 110)
Drupal\Core\Update\UpdateKernel->handleRaw(Object) (Line: 73)
Drupal\Core\Update\UpdateKernel->handle(Object) (Line: 19)
alexpott’s picture

@Serrano so you need to put the devel module in /modules ... you can do this by doing drush -r /home/afonso/public_html/drupal-8.2.3 dl devel

Serrano’s picture

Install location /home/afonso/public_html/drupal-8.2.3//modules/devel already exists. Do you want to overwrite it? (y/n): y
Project devel (8.x-1.0-beta1) downloaded to /home/afonso/public_html/drupal-8.2.3//modules/devel.                                    [success]
Project devel contains 4 modules: webprofiler, devel_generate, kint, devel.

/update.php still displays the same.

cilefen’s picture

devel_node_access is a separate module.

Serrano’s picture

Thanks @cilefen, now that error is gone.
Although when I click Continue in update.php i still get the same...

alexpott’s picture

Although when I click Continue in update.php i still get the same...

Still get the same what? We can not see your screen.

Serrano’s picture

The same as #52:
The website encountered an unexpected error. Please try again later.

Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords(Array, Array) (Line: 189)
Drupal\Core\Config\Entity\ConfigEntityStorage->doLoadMultiple(Array) (Line: 242)
Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array) (Line: 507)
Drupal\Core\Entity\Entity::loadMultiple(Array) (Line: 181)
field_entity_field_storage_info(Object)
call_user_func_array('field_entity_field_storage_info', Array) (Line: 391)
Drupal\Core\Extension\ModuleHandler->invoke('field', 'entity_field_storage_info', Array) (Line: 510)
Drupal\Core\Entity\EntityFieldManager->buildFieldStorageDefinitions('node') (Line: 406)
Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions('node') (Line: 154)
Drupal\Core\Entity\EntityManager->getFieldStorageDefinitions('node') (Line: 110)
Drupal\views\EntityViewsData->getFieldStorageDefinitions() (Line: 366)
Drupal\views\EntityViewsData->mapFieldDefinition('node', 'uuid', Object, Object, Array) (Line: 266)
Drupal\views\EntityViewsData->getViewsData() (Line: 16)
Drupal\node\NodeViewsData->getViewsData() (Line: 169)
views_views_data()
call_user_func_array('views_views_data', Array) (Line: 391)
Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data') (Line: 245)
Drupal\views\ViewsData->getData() (Line: 162)
Drupal\views\ViewsData->get('block_content') (Line: 91)
Drupal\views\Plugin\Derivative\ViewsEntityRow->getDerivativeDefinitions(Array) (Line: 100)
Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDerivatives(Array) (Line: 86)
Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 280)
Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 175)
Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
Drupal\Core\Plugin\DefaultPluginManager->getDefinition('node_rss') (Line: 16)
Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('node_rss', Array) (Line: 84)
Drupal\Component\Plugin\PluginManagerBase->createInstance('node_rss') (Line: 810)
Drupal\views\Plugin\views\display\DisplayPluginBase->getPlugin('row') (Line: 122)
Drupal\views\Plugin\views\style\StylePluginBase->init(Object, Object, Array) (Line: 813)
Drupal\views\Plugin\views\display\DisplayPluginBase->getPlugin('style') (Line: 872)
Drupal\views\ViewExecutable->initStyle() (Line: 1829)
Drupal\views\ViewExecutable->getTitle() (Line: 132)
Drupal\views\Plugin\views\display\PathPluginBase->getRoute('frontpage', 'feed_1') (Line: 220)
Drupal\views\Plugin\views\display\PathPluginBase->collectRoutes(Object) (Line: 120)
Drupal\views\EventSubscriber\RouteSubscriber->routes()
call_user_func(Array) (Line: 146)
Drupal\Core\Routing\RouteBuilder->rebuild() (Line: 83)
Drupal\Core\ProxyClass\Routing\RouteBuilder->rebuild() (Line: 1141)
drupal_flush_all_caches() (Line: 350)
Drupal\system\Controller\DbUpdateController->selection(Object) (Line: 164)
Drupal\system\Controller\DbUpdateController->handle('selection', Object)
call_user_func_array(Array, Array) (Line: 110)
Drupal\Core\Update\UpdateKernel->handleRaw(Object) (Line: 73)
Drupal\Core\Update\UpdateKernel->handle(Object) (Line: 19)
Serrano’s picture

I don't know if this helps but i compared my /drupal-8.2.3/modules with my /drupal-8.2.4/modules (new drupal instalation) witch have the same modules installed and the /drupal-8.2.3 one has additional files. A composer.json and a composer.lock and a /vendor folder that the /drupal-8.2.4 doesn't. Just thought I'd let you know...

alexpott’s picture

@Serrano do you still have the patch applied - I guess there is another module involved - like in #52 can you please give us the actual exception?

Also have you actually enabled the geolocation module? - drush -r /home/afonso/public_html/drupal-8.2.3 en geolocation maybe not.

Serrano’s picture

RuntimeException: Unable to determine class for field type 'video_embed_field' in Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords() (line 156 of core/modules/field/src/FieldStorageConfigStorage.php).
Yes, I just doubled cheked.

alexpott’s picture

So that is a different module and not the same error - when you report stuff we need all the information or we can't help - also since it is obvious that somehow lots of modules came disable during your upgrade you might try looking at what module are installed and which you know are should be... This error is telling you that https://www.drupal.org/project/video_embed_field should be installed.

Serrano’s picture

I'm sorry for that.
I enabled the video_embed_module and when i now run update.php and click continue i gel no error message! It says "no pending updates" and let's me get to my front page. But that's it. I cannot login nor go into any other pages of my site. I get this:
Not Found

The requested URL /drupal-8.2.3/user/login was not found on this server.

Apache/2.4.18 (Ubuntu) Server at 192.168.10.113 Port 80

alexpott’s picture

Do you have a backup of your site prior to upgrading?

Serrano’s picture

I figgured it out. I must have deleted the .htaccess file. Copied it from the newer version and the site is back up! Thanks!

alexpott’s picture

Status: Active » Fixed
Issue tags: -Update Drupal 8.x
Related issues: +#2786443: \Drupal\field\FieldStorageConfigStorage::mapFromStorageRecords() can fail without a reasonable error

So as far I can see there aren't any action points other than to get #2786443: \Drupal\field\FieldStorageConfigStorage::mapFromStorageRecords() can fail without a reasonable error in.

@Serrano I'm pretty sure if you had followed the instructions in core/UPDATE.txt then you would not have had these problems.

alexpott’s picture

Serrano’s picture

Most likely.

Serrano’s picture

I was getting an error each time i tried to enable a module in the drupal interface but i would go to ubuntu enable it there and everything would be fine. The ones the interface didn't let me i just add to delete the config from the database and again, everything would be fine. Now i ran into the following error and I don't have a clue what it might be.

The website encountered an unexpected error. Please try again later.

Symfony\Component\Routing\Exception\RouteNotFoundException: Route "view.media.media_page_list" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 187 of core/lib/Drupal/Core/Routing/RouteProvider.php)

cilefen’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.