Announcement

Collapse
No announcement yet.

Parse Error after upgrade to version 7.2.7

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

  • Parse Error after upgrade to version 7.2.7

    After upgrading to the lastest version 7.2.7 via CLI, the login window don't load.

    Instead I get the following error message:

    Parse error: syntax error, unexpected 'Container' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /*****/application/Espo/Core/Application.php on line 51

    Has anyone an idea how to fix this ?

    Many thanks!

  • #2
    I already find the problem:
    This version needs a higher php version 8.*

    After changing php to 8 - everything worked now.
    Fixed.

    Comment


    • #3
      It more like 7.3 or lower is not support (or is it PHP 7.4). PHP8 is not the minimum requirement yet. Maybe v7.5 or v8

      Comment

      Working...
      X