I have EGW running on a APACHE 2.4 + PGSQL + Windows 2012R2 server environment.

I’m trying to upgrade EGW from 21.1 to 23.1, but when I try to login I have this error even after upgrading from the previous PHP 7.3 to PHP 8.2:

EGroupware requires PHP 8.0 or greater.
Please contact your System Administrator to upgrade PHP!

But actually PHP is already a 8.x release:

C:\Users\Administrator>php -v
PHP 8.2.11 (cli) (built: Sep 26 2023 15:23:50) (ZTS Visual C++ 2019 x86)
Copyright (c) The PHP Group
Zend Engine v4.2.11, Copyright (c) Zend Technologies

Any suggestion to make that EGW detect the real release of PHP?

  • created

    Sep '23
  • last reply

    Sep '23
  • 1

    reply

  • 406

    views

  • 1

    user

Ok, I found it, it was enough to restart apache from windows services instead from the command “httpd -k restart”