Version 2.0.4 breaks site
-
after install i have only message:
Call to undefined function hash() in vendor/twig/Environment.php line 273
public function getTemplateClass($name, $index = null)
{
$suffix = null === $index ? ” : ‘_’.$index;
$cls = $name.$suffix;
if (isset($this->templateClasses[$cls])) {
return $this->templateClasses[$cls];
}return $this->templateClasses[$cls] = $this->templateClassPrefix.hash(‘sha256’, $this->getLoader()->getCacheKey($name)).$suffix;
}
- The topic ‘Version 2.0.4 breaks site’ is closed to new replies.