XF 2.3 HTTP ERROR 500 after upgarde 2.3.10

Radhi

Active member
Licensed customer
Hello, after upgrading the forum to version 2.3.10, I can't log in or access the control panel.

It says "HTTP ERROR 500" and my PHP version is 8.3.

What's the solution? Thank you.
 
Hello, after upgrading the forum to version 2.3.10, I can't log in or access the control panel.

It says "HTTP ERROR 500" and my PHP version is 8.3.

What's the solution? Thank you.
disable the addons using config.php

$config['enableListeners'] = false;

then debug which addon is causing it. Most probably an addon that is not compatible with XF 2.3 is causing it.
 
This is the error shown in the log.

[07-May-2026 13:20:14 UTC] PHP Warning: Undefined array key "SERVER_PORT" in /home/mzameer/public_html/vb/src/XF.php on line 3
[07-May-2026 13:20:14 UTC] PHP Warning: Undefined array key "HTTP_HOST" in /home/mzameer/public_html/vb/src/XF.php on line 3
[07-May-2026 13:20:14 UTC] PHP Warning: Undefined array key "REQUEST_URI" in /home/mzameer/public_html/vb/src/XF.php on line 3
 
Back
Top Bottom