mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #40410
[Bug 1649732] A patch has been submitted for review
Patch for "master" branch: https://reviews.mahara.org/7364
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1649732
Title:
MySql fallback not working in 16.10
Status in Mahara:
Confirmed
Status in Mahara 16.10 series:
Confirmed
Status in Mahara 17.04 series:
Confirmed
Bug description:
In init.php file there is a check to make sure that if one is using a
mysql database they are using either database type 'mysqli' or
'mysql'. And they relate to drivers in htdocs/lib/adodb/drivers/
But we removed the ADODB driver for 'mysql' so we can't fall back to that one any more.
See commit 2f19a42ddd6af732e40b1aae9359ee80e28f9111
We need to tidy up the init.php file (around line 133) to throw error
if 'mysqli' PHP extension is not installed rather than trying to use
'mysql' as database type.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1649732/+subscriptions
References