Getting an error all of a sudden.

Collapse
X
Collapse
+ More Options
Posts
 
  • Time
  • Show
Clear All
new posts
  • mwhite949
    Junior Member
    • Sep 2021
    • 1

    Getting an error all of a sudden.

    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!
  • yuri
    Member
    • Mar 2014
    • 8495

    #2
    Could be that your PHP version has been downgraded.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...