Error message
Deprecated function: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in
require() (line
110 of
vendor/symfony/class-loader/ApcClassLoader.php).
require() (Line: 110)
Symfony\Component\ClassLoader\ApcClassLoader->loadClass('Twig_Node')
spl_autoload_call('Twig_Node') (Line: 18)
require('/var/www/html/d8docseducation/vendor/twig/twig/lib/Twig/Node/Expression.php') (Line: 110)
Symfony\Component\ClassLoader\ApcClassLoader->loadClass('Twig_Node_Expression')
spl_autoload_call('Twig_Node_Expression') (Line: 12)
require('/var/www/html/d8docseducation/vendor/twig/twig/lib/Twig/Node/Expression/Name.php') (Line: 110)
Symfony\Component\ClassLoader\ApcClassLoader->loadClass('Twig_Node_Expression_Name')
spl_autoload_call('Twig_Node_Expression_Name') (Line: 13)
require('/var/www/html/d8docseducation/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php') (Line: 110)
Symfony\Component\ClassLoader\ApcClassLoader->loadClass('Twig_Node_Expression_AssignName')
spl_autoload_call('Twig_Node_Expression_AssignName') (Line: 546)
Twig_ExpressionParser->parseAssignmentExpression() (Line: 35)
Twig_TokenParser_Set->parse(Object) (Line: 187)
Twig_Parser->subparse(NULL, ) (Line: 100)
Twig_Parser->parse(Object) (Line: 636)
Twig_Environment->parse(Object) (Line: 696)
Twig_Environment->compileSource('{#
/**
* @file
* Theme override for the basic structure of a single Drupal page.
*
* Variables:
* - logged_in: A flag indicating if user is logged in.
* - root_path: The root path of the current page (e.g., node, admin, user).
* - node_type: The content type for the current node, if the page is a node.
* - head_title: List of text elements that make up the head_title variable.
* May contain one or more of the following:
* - title: The title of the page.
* - name: The name of the site.
* - slogan: The slogan of the site.
* - page_top: Initial rendered markup. This should be printed before 'page'.
* - page: The rendered page markup.
* - page_bottom: Closing rendered markup. This variable should be printed after
* 'page'.
* - db_offline: A flag indicating if the database is offline.
* - placeholder_token: The token for generating head, css, js and js-bottom
* placeholders.
*
* @see template_preprocess_html()
*/
#}
{%
set body_classes = [
logged_in ? 'user-logged-in',
not root_path ? 'path-frontpage' : 'path-' ~ root_path|clean_class,
node_type ? 'page-node-type-' ~ node_type|clean_class,
db_offline ? 'db-offline',
]
%}
{{ head_title|safe_join(' | ') }}
{#
Keyboard navigation/accessibility link to main content section in
page.html.twig.
#}
<a href="#main-content" class="visually-hidden focusable skip-link">
{{ 'Skip to main content'|t }}
</a>
{{ page_top }}
{{ page }}
{{ page_bottom }}
', 'core/themes/classy/templates/layout/html.html.twig') (Line: 397)
Twig_Environment->loadTemplate('core/themes/classy/templates/layout/html.html.twig') (Line: 64)
twig_render_template('core/themes/classy/templates/layout/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 435)
Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 195)
Drupal\Core\Render\Renderer->render(Array, 1) (Line: 139)
Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 574)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 140)
Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 66)
Drupal\Core\Render\BareHtmlPageRenderer->renderBarePage(Array, 'Choose language', 'install_page', Array) (Line: 76)
Drupal\Core\ProxyClass\Render\BareHtmlPageRenderer->renderBarePage(Array, 'Choose language', 'install_page', Array) (Line: 1000)
install_display_output(Array, Array) (Line: 156)
install_drupal(Object) (Line: 44)