← Back to team overview

mahara-contributors team mailing list archive

[Bug 1697568] [NEW] Problem installing smartevidence on MariaDB

 

Public bug reported:

On install the line in module_installed table is not being set.

It should be added like so:

INSERT INTO module_installed (name, version, release, active) VALUES
('framework', '2016101400', '1.0.3', 1);

Need to investigate more

** Affects: mahara
     Importance: Undecided
         Status: New

-- 
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/1697568

Title:
  Problem installing smartevidence on MariaDB

Status in Mahara:
  New

Bug description:
  On install the line in module_installed table is not being set.

  It should be added like so:

  INSERT INTO module_installed (name, version, release, active) VALUES
  ('framework', '2016101400', '1.0.3', 1);

  Need to investigate more

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1697568/+subscriptions


Follow ups