Error Upgrading to EspoCRM v9.3 (required PHP version)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Triggerz
    Senior Member
    • May 2024
    • 150

    #1

    Error Upgrading to EspoCRM v9.3 (required PHP version)

    Hi,

    I am getting this error when I execute the upgrade command via CLI. It says that Php Version 8.2.3 is not supported, however I have already set my PHP Version in my server to 8.5.

    Is there a setting or configuration in EspoCRM that I need to update?

    Thanks

    Last edited by yuri; Yesterday, 08:37 AM.
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9681

    #2
    Hi,

    It's a very common error. Likely, you have set the new version for your webserver, but it's still the previous version for PHP CLI. You can check it with:

    Code:
    php -v

    Comment

    • Triggerz
      Senior Member
      • May 2024
      • 150

      #3
      Thanks Yuri. Yes, the CLI was still running the old PHP. Was able to update it to 8.5 and was able to proceed with the upgrade.

      Thanks

      Comment

      Working...