Page 1 of 1

Error Thrown when changing to PHP 7.2.2

Posted: Mon Jul 15, 2019 6:44 pm
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

Re: Error Thrown when changing to PHP 7.2.2

Posted: Mon Jul 15, 2019 7:00 pm
by calguy1000
Your php environment does not have the mysqli extension installed/enabled.