Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reply to Bill Hobbs re PHP 8.2 Upgrade
#1
Hi Bill, I was unable to post a reply on the WA Forum, so until that's fixed I hope you see this!

The error:

Fatal error: Uncaught Error: Call to undefined function mysqli_init()

means that PHP can't find the mysqli_init() function, which only exists if the MySQLi extension is installed and enabled in your PHP environment.

Check if the MySQLi extension is installed - download the attached phpinfo.php file and upload it to your server. Access the page in the browser, then search the page for "mysqli".

If you don’t see it, the extension is not installed or not enabled.

You may need to ask your server supplier to enable it, or let me know if you need help. Once activated, check the phpinfo page again.

You should remove the phpinfo.php file once you've finished with it for security purposes.


.php   phpinfo.php (Size: 22 bytes / Downloads: 0)
Reply


Messages In This Thread
Reply to Bill Hobbs re PHP 8.2 Upgrade - by Mags - 09-22-2025, 09:34 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)