kronoszx
8/22/2018 - 4:13 PM

Prestashop 1.7 (PHP7) FrontController Assets Problems

classes/controller/FrontController.php

replace this line:
$this->$asset['type']($library, $asset['path'], $asset['params']);
 
with this one:
$this->{$asset['type']}($library, $asset['path'], $asset['params']);