Hello,
On my Ubuntu 18.04 server I upgraded my PHP from 7.3 to PHP 8.1.9, then I upgraded ESPO from 7.0.10 to the latest 7.1.11
I removed all PHP 7.3 then installed:
sudo apt-get install php8.1 php8.1-curl php8.1-common php8.1-mysql php8.1-mbstring php8.1-curl php8.1-xml php8.1-gd
I restarted apache. I even rebooted the server.
When I log into ESPO I get "Bad server response"
In the log files I get the following error:
[2022-08-31 01:30:15] ERROR: (0) GD does not appear to be avaliable in your PHP installation. Please try another generator; GET /; line: 15, file: /data/www/espo/vendor/yzalis/identicon/src/Identicon/Generator/GdGenerator.php [] []
[2022-08-31 01:30:16] ERROR: (0) GD does not appear to be avaliable in your PHP installation. Please try another generator; GET /; line: 15, file: /data/www/espo/vendor/yzalis/identicon/src/Identicon/Generator/GdGenerator.php [] []
phpinfo() shows GD extension installed and enabled.
Everything else seems to be working fine, emails send, new contacts are being saved. I just don't like the "Bad server response" on the screen. Do you think Identicons has an issue with some package in PHP 8.1.9?
The last update for Identicons was in 2019. https://github.com/yzalis/Identicon
Any help would be helpful in figuring this issue out.
Thank you.
On my Ubuntu 18.04 server I upgraded my PHP from 7.3 to PHP 8.1.9, then I upgraded ESPO from 7.0.10 to the latest 7.1.11
I removed all PHP 7.3 then installed:
sudo apt-get install php8.1 php8.1-curl php8.1-common php8.1-mysql php8.1-mbstring php8.1-curl php8.1-xml php8.1-gd
I restarted apache. I even rebooted the server.
When I log into ESPO I get "Bad server response"
In the log files I get the following error:
[2022-08-31 01:30:15] ERROR: (0) GD does not appear to be avaliable in your PHP installation. Please try another generator; GET /; line: 15, file: /data/www/espo/vendor/yzalis/identicon/src/Identicon/Generator/GdGenerator.php [] []
[2022-08-31 01:30:16] ERROR: (0) GD does not appear to be avaliable in your PHP installation. Please try another generator; GET /; line: 15, file: /data/www/espo/vendor/yzalis/identicon/src/Identicon/Generator/GdGenerator.php [] []
phpinfo() shows GD extension installed and enabled.
Everything else seems to be working fine, emails send, new contacts are being saved. I just don't like the "Bad server response" on the screen. Do you think Identicons has an issue with some package in PHP 8.1.9?
The last update for Identicons was in 2019. https://github.com/yzalis/Identicon
Any help would be helpful in figuring this issue out.
Thank you.
Comment