Used this theme in D8a10, and after setting it default and returning to front screen, I get the WSOD.

Twig_Error_Syntax: The function "hide" does not exist in "themes/fontfolio/templates/node.html.twig" at line 100 in Twig_ExpressionParser->getFunctionNodeClass() (line 553 of core/vendor/twig/twig/lib/Twig/ExpressionParser.php).

Comments

  • Commit 7c393c5 on 8.x-2.x by israelshmueli:
    Issue #2228309 by eljay: update node.html.twig to fix twig syntax error...
israelshmueli’s picture

Thanks eljay,
I fixed that. node.html.twig file had non existing (anymore) hide() function that replaced with without() function that perform same task.

israelshmueli’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

ddease2’s picture

I'm assuming this fix has been committed?

I'm still getting WSOD on my D8.0.0-beta2 dev install.

Any suggestion?