← Back to team overview

mahara-contributors team mailing list archive

[Bug 1649732] Re: MySql fallback not working in 16.10

 

** Changed in: mahara/16.10
       Status: Confirmed => In Progress

** Changed in: mahara/17.04
       Status: Confirmed => In Progress

-- 
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:
  In Progress
Status in Mahara 16.10 series:
  In Progress
Status in Mahara 17.04 series:
  In Progress

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