I use panels(8.x-4.2) and panels everywhere(8.x-1.0-alpha1) and I patched patch.
Current settings for pages: site template and node view are enabled.
When I open node(example.com/node/2) then i get error

Error: Cannot use object of type Drupal\Core\Render\Markup as array in Drupal\Core\Render\Renderer->doRender() (line 212 of core/lib/Drupal/Core/Render/Renderer.php).
Drupal\Core\Render\Renderer->doRender(Object, 1) (Line: 195)
Drupal\Core\Render\Renderer->render(Object, 1) (Line: 139)
Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 576)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 140)
Drupal\Core\Render\Renderer->renderRoot(Object) (Line: 859)
drupal_render_root(Object) (Line: 53)
CommentFileSizeAuthor
settings_page.png37.69 KBmar4ehk0
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mar4ehk0 created an issue. See original summary.

Alumei’s picture

I this should be solved by the patch from #2902488: Cannot use object of type Drupal\Core\StringTranslation\TranslatableMarkup as array. As you are using the alpha release, you don't get that fix because the fix was committed to the new 4.x development branch.

markus_petrux’s picture

Status: Active » Closed (duplicate)