I have PHP warning and error when I go to url for install (version 3.1).
This is the error:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /3w/wz.cz/c/catchamouse/commentics-3.1/comments/install/index.php on line 59
Parse error: syntax error, unexpected T_STRING in /3w/wz.cz/c/catchamouse/commentics-3.1/comments/install/index.php on line 59
This is the error code:
$controller = new \Commentics\MainStartController($cmtx_registry);
This is the error:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /3w/wz.cz/c/catchamouse/commentics-3.1/comments/install/index.php on line 59
Parse error: syntax error, unexpected T_STRING in /3w/wz.cz/c/catchamouse/commentics-3.1/comments/install/index.php on line 59
This is the error code:
$controller = new \Commentics\MainStartController($cmtx_registry);