← Back to team overview

mahara-contributors team mailing list archive

[Bug 1480434] Re: Can't install latest master

 

This was due to the install page displaying what needed to be installed
but not actually installing it.

So clicking continue would fail

This was due to an error in a bootstrap change

This patch fixes it 
https://reviews.mahara.org/#/c/5026/

Which is now pushed to master

** Changed in: mahara
       Status: Triaged => Fix Committed

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

Title:
  Can't install latest master

Status in Mahara:
  Fix Committed

Bug description:
  When I pull the latest master (commit ) I can't complete the
  installation and only receive the following messages:

  [WAR] 15 (lib/dml.php:480) Failed to get a recordset: postgres8 error: [-18: ERROR:  relation "artefact_installed" does not exist
  LINE 1: SELECT * FROM "artefact_installed" ORDER BY name
                        ^] in EXECUTE("SELECT * FROM "artefact_installed" ORDER BY name ")
  Command was: SELECT * FROM "artefact_installed" ORDER BY name
  Call stack (most recent first):

      get_recordset_sql("SELECT * FROM "artefact_installed" ORDER BY name ", null) at /home/kristina/code/mahara/htdocs/lib/dml.php:429
      get_recordset_select("artefact_installed", "", null, "name", "*", "", "") at /home/kristina/code/mahara/htdocs/lib/dml.php:393
      get_recordset("artefact_installed", "", "", "name", "*", "", "") at /home/kristina/code/mahara/htdocs/lib/dml.php:565
      get_records_assoc("artefact_installed", "", "", "name") at /home/kristina/code/mahara/htdocs/lib/mahara.php:1602
      plugins_installed("artefact", true) at /home/kristina/code/mahara/htdocs/admin/upgrade.php:224
      check_installed_plugins() at /home/kristina/code/mahara/htdocs/admin/upgrade.php:23

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


References