XF 2.3 PHP Fatal error: Uncaught Error: Call to undefined function mysqli_report

Sebastiaan

Well-known member
What is this error telling me? i need a solution to solve this.

This is after i upgraded to 2.3.4 straight from 2.2.16.

Code:
PHP Fatal error: Uncaught Error: Call to undefined function mysqli_report() in /var/www/vhosts/unifi-forum.nl/httpdocs/src/XF.php:160 Stack trace: #0 /var/www/vhosts/unifi-forum.nl/httpdocs/src/XF.php(112): XF::standardizeEnvironment() #1 /var/www/vhosts/unifi-forum.nl/httpdocs/socket_server.php(11): XF::start('...') #2 {main} thrown in /var/www/vhosts/unifi-forum.nl/httpdocs/src/XF.php on line 160

On my test board it's running fine.
 
You don't need to put that line anywhere, we already have the appropriate line in the code.

You just need to make sure PHP is compiled correctly and mysqli_report is available.
 
I uninstall some add-ons and the error seems to be gone in the adminpanel.

Only error i get is when i want to change preferences and click the save button ... what can cause this?
1733822429219.webp
 
Running 8.3.14 php version, were to put the line?
the guy who runs the server i hosted on upgraded to 8.3.14 on his server and the one that runs my site.
we both had problems and he submitted a ticket.
we were told it was probably because that php version had a bug.
when tracy went back to 8.3.13 the problem we were having went away.
it was an oops! error also.
 
unless you had a backup before you upgraded you can not do it easily.
you might be able to do a database backup and then set it up 2.3 again and then import it like doing a merge of another site?
i do not know what all that would take though.
 
Back
Top Bottom