Step 4 Installation problem 2.2.7 (Skookumchuck)

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
emthanh
New Member
New Member
Posts: 1
Joined: Sat Mar 10, 2018 11:53 pm

Step 4 Installation problem 2.2.7 (Skookumchuck)

Post by emthanh »

Error message:
No compatible database extensions could be found

Context:
Windows 10
CMSMS 2.2.7 (Skookumchuck)
PHP 5.6.19
webserver : php -S localhost:8000 -t <path>\cmsms
cmsms source location <path>\cmsms\install

installation
Step 2 : embedded install path warning
Step 3 : All features green

php.ini
loaded db module

Code: Select all

extension=php_mysql.dll
;extension=php_mysqli.dll
;extension=php_oci8_12c.dll  ; Use with Oracle Database 12c Instant Client
;extension=php_opcache.dll
extension=php_openssl.dll
;extension=php_pdo_firebird.dll
extension=php_pdo_mysql.dll
;extension=php_pdo_oci.dll
;extension=php_pdo_odbc.dll
extension=php_pdo_pgsql.dll
extension=php_pdo_sqlite.dll
extension=php_pgsql.dll
Database:
MySql 5.5
users : root , <username>
databases : cms , cmsms
All privileges granted
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3484
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: Step 4 Installation problem 2.2.7 (Skookumchuck)

Post by velden »

Mysqli driver is used for CMS Made Simple. Seems it's disabled though in your php.ini
Post Reply

Return to “CMSMS Core”