Error: Your PHP version (8.2.23) is not supported. Required version: >=8.3.0 <8.6.0.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • crmtesting
    Member
    • Oct 2024
    • 54

    #1

    Error: Your PHP version (8.2.23) is not supported. Required version: >=8.3.0 <8.6.0.

    I had deployed EspoCRM using easypanel about 1.5 years ago.
    To the best of my understanding,easypanel at the time used this: https://hub.docker.com/layers/espocr...6933af60106c29 7c4200cdb02129

    Since then, it has never been an issue to upgrade to newer versions but now I am stuck on version 9.2.7 because when I try to upgrade I'm getting php version error.


    root@372613e1325a:/var/www/html# php command.php upgrade
    Current version is 9.2.7.
    EspoCRM will be upgraded to version 9.3.4 now. Enter [Y] to continue.
    Y
    This may take a while. Do not close the terminal.
    Downloading...
    Error: Your PHP version (8.2.23) is not supported. Required version: >=8.3.0 <8.6.0.
    root@372613e1325a:/var/www/html# php -v
    PHP 8.2.23 (cli) (built: Sep 5 2024 00:29:41) (NTS)
    Copyright (c) The PHP Group
    Zend Engine v4.2.23, Copyright (c) Zend Technologies
    root@372613e1325a:/var/www/html#


    Please be kind and suggest how shall I upgrade it to the latest version.
    I can try to upgrade the PHP version, but I'm afraid it might break something else.
    Last edited by crmtesting; 03-31-2026, 04:58 PM.
  • victor
    Active Community Member
    • Aug 2022
    • 1172

    #2
    Support for 9.3+ starts with php8.3. So there is nothing surprising in your error.

    EspoCRM v9.2.7 works fine on both php8.2, php8.3 and php8.4.
    So, having EspoCRM v9.2.7, you need to first upgrade php to 8.3 or php8.4 and only then run the upgrade procedure of your instance.

    Comment

    Working...