Error Thrown when changing to PHP 7.2.2

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
mlestat1131
Forum Members
Forum Members
Posts: 41
Joined: Sat Sep 15, 2012 9:12 pm
Location: Columbus, Ohio

Error Thrown when changing to PHP 7.2.2

Post by mlestat1131 »

I am having an issue when implementing PHP 7.2.2, CMSMS version 2.2.10


[15-Jul-2019 13:14:38 America/Chicago] PHP Fatal error: Uncaught LogicException: Configuration error... mysqli functions are not available in/home3/maymcas/public_html/lib/classes/Database/mysqli/class.Connection.php:16
Stack trace:
#0/home3/maymcas/public_html/lib/classes/Database/class.Connection.php(710): CMSMS\Database\mysqli\Connection->Connect()
#1/home3/maymcas/public_html/lib/classes/Database/class.compatibility.php(88):CMSMS\Database\Connection::Initialize(Object(CMSMS\Database\ConnectionSpec))
#2 /home3/maymcas/public_html/lib/classes/class.CmsApp.php(313): CMSMS\Database\compatibility::init(Object(cms_config))
#3 /home3/maymcas/public_html/lib/include.php(168): CmsApp >GetDb()
#4 /home3/maymcas/public_html/index.php(34): require_once('/home3/maymcas/...')
#5 {main} thrown in home3/maymcas/public_html/lib/classes/Database/mysqli/class.Connection.php on line 16


Any help figuring out what is going on would be great.

Thanks,
Matthew
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Error Thrown when changing to PHP 7.2.2

Post by calguy1000 »

Your php environment does not have the mysqli extension installed/enabled.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Post Reply

Return to “CMSMS Core”