andreas.kviby February 28, 2019 / 00:00
Hey
When I install this great CMS using composer I get an error in the Parser.php under the utils folder. On row 2492 in that file you need to update the below:

$pos = strpos($subject, $search);

To:
$pos = strpos($subject, (string)$search);

Can someone comment on this or update the src?


Comments for Error in Parser.php when creating a new site using composer

Peter Ivanov   2019-02-28 19:49:24
Thanks its fixed now
You have to log in or register to post a comment: