When going to my ESPO login page, I get the following error:
[15-Sep-2021 18:40:35 UTC] PHP Parse error: syntax error, unexpected '}', expecting identifier (T_STRING) or function (T_FUNCTION) or const (T_CONST) in /home/MyDomainHere/public_html/espo/index.php on line 36
Yesterday it was working great. Today, Its completely down. Line 36 of my Index.php looks like this:
use Espo\Core\{
Application,
ApplicationRunners\Client,
ApplicationRunners\EntryPoint,
} <--- Here is line 36
$app = new Application();
I am not real technical and why I enjoy ESPO. Can someone provide some insight as to what I need to do to get my ESPO back up?
Thanks in Advance!
[15-Sep-2021 18:40:35 UTC] PHP Parse error: syntax error, unexpected '}', expecting identifier (T_STRING) or function (T_FUNCTION) or const (T_CONST) in /home/MyDomainHere/public_html/espo/index.php on line 36
Yesterday it was working great. Today, Its completely down. Line 36 of my Index.php looks like this:
use Espo\Core\{
Application,
ApplicationRunners\Client,
ApplicationRunners\EntryPoint,
} <--- Here is line 36
$app = new Application();
I am not real technical and why I enjoy ESPO. Can someone provide some insight as to what I need to do to get my ESPO back up?
Thanks in Advance!
Comment