http error:500 after upgrade to php8.3-fpm
Posted: Wed Feb 05, 2025 2:40 pm
Hello all,
First of all here is some config info:
db version: V.4.5-2024.06.09.00
file version: V.4.5-2024.06.08.10
mysql version: 8.0
php verion: 8.3
os : Debian12
So i upgraded from php8.1 to php8.3 on this Debian server with these commands:
sudo a2enconf php8.3-fpm
sudo a2enmod proxy_fcgi
The Nubuilders on ths Debian now go to http error:500
I'm pretty sure I have to add .htaccess files and add something like:
<IfModule mod_suphp.c>
AddHandler application/x-httpd-php8.3 .php
</IfModule>
or edit files in /etc/apache2
but nothing works.
Can anyone help me out?
Greetings, j.
First of all here is some config info:
db version: V.4.5-2024.06.09.00
file version: V.4.5-2024.06.08.10
mysql version: 8.0
php verion: 8.3
os : Debian12
So i upgraded from php8.1 to php8.3 on this Debian server with these commands:
sudo a2enconf php8.3-fpm
sudo a2enmod proxy_fcgi
The Nubuilders on ths Debian now go to http error:500
I'm pretty sure I have to add .htaccess files and add something like:
<IfModule mod_suphp.c>
AddHandler application/x-httpd-php8.3 .php
</IfModule>
or edit files in /etc/apache2
but nothing works.
Can anyone help me out?
Greetings, j.