View Single Post
  #6  
Old 07-07-2023, 02:58 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,922

What version of PHP are you on? Can you place a php file with "<?php phpinfo(); ?>" in the directory the script is running in and see if the extension is actually enabled?

That error is because PHP cannot find a class for mysqli. That happens when the extension isn't enabled or isn't configured properly.
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote