Announcement

Collapse
No announcement yet.

Getting an error all of a sudden.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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!

  • #2
    Could be that your PHP version has been downgraded.

    Comment

    Working...
    X