Parse Error after upgrade to version 7.2.7

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Michael-NDV
    Junior Member
    • Oct 2019
    • 14

    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!
  • Michael-NDV
    Junior Member
    • Oct 2019
    • 14

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

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

    Comment

    • esforim
      Active Community Member
      • Jan 2020
      • 2204

      #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...