← Back to team overview

mahara-contributors team mailing list archive

[Bug 1381811] Re: Copying collection throws error

 

Using git bisect I've identified this change as the cause of the error:
https://reviews.mahara.org/#/c/3463/

** Tags added: regression

** Changed in: mahara
       Status: New => Confirmed

** Also affects: mahara/1.10
   Importance: Undecided
       Status: Confirmed

** Also affects: mahara/1.11
   Importance: Undecided
       Status: New

** Changed in: mahara/1.11
       Status: New => Confirmed

** Changed in: mahara/1.10
   Importance: Undecided => High

** Changed in: mahara/1.11
   Importance: Undecided => High

** Changed in: mahara/1.10
    Milestone: None => 1.10.0

** Changed in: mahara/1.11
    Milestone: None => 1.11.0

** Changed in: mahara/1.10
   Importance: High => Critical

** Changed in: mahara/1.11
   Importance: High => Critical

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

Title:
  Copying collection throws error

Status in Mahara ePortfolio:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 1.11 series:
  Confirmed

Bug description:
  Mahara 1.10rc1

  Copying of a collection produces an error. Tested in Portfolio and
  groups.

  1. Create 5 pages under portfolio / group.
  2. Put them into a collection.
  3. Copy the collection. Error (see below shows up). Collection is created though.

  ---------------

  [WAR] 49 (lib/adodb/adodb-exceptions.inc.php:43) Array to string conversion
  Call stack (most recent first):

      log_message("Array to string conversion", 8, true, true, "/var/www/html/maharatest/htdocs/lib/adodb/adodb-ex...", 43) at /var/www/html/maharatest/htdocs/lib/errors.php:439
      error(8, "Array to string conversion", "/var/www/html/maharatest/htdocs/lib/adodb/adodb-ex...", 43, array(size 7)) at /var/www/html/maharatest/htdocs/lib/adodb/adodb-exceptions.inc.php:43
      ADODB_Exception->__construct("postgres7", "adodb_throw", -1, "ERROR: null value in column "submittedstatus" vio...", "UPDATE "collection" SET "owner" = ? , "ctime" = ? ...", array(size 13), object(ADODB_postgres7)) at /var/www/html/maharatest/htdocs/lib/adodb/adodb-exceptions.inc.php:78
      adodb_throw("postgres7", "adodb_throw", -1, "ERROR: null value in column "submittedstatus" vio...", "UPDATE "collection" SET "owner" = ? , "ctime" = ? ...", array(size 13), object(ADODB_postgres7)) at /var/www/html/maharatest/htdocs/lib/adodb/adodb.inc.php:257
      ADODB_TransMonitor("postgres7", "EXECUTE", -1, "ERROR: null value in column "submittedstatus" vio...", "UPDATE "collection" SET "owner" = ? , "ctime" = ? ...", array(size 13), object(ADODB_postgres7)) at /var/www/html/maharatest/htdocs/lib/adodb/adodb.inc.php:1074
      ADOConnection->_Execute("UPDATE "collection" SET "owner" = ? , "ctime" = ? ...", array(size 13)) at /var/www/html/maharatest/htdocs/lib/adodb/adodb.inc.php:1045
      ADOConnection->Execute("UPDATE "collection" SET "owner" = ? , "ctime" = ? ...", array(size 13)) at /var/www/html/maharatest/htdocs/lib/dml.php:1256
      update_record("collection", object(stdClass), "id") at /var/www/html/maharatest/htdocs/lib/collection.php:163
      Collection->commit() at /var/www/html/maharatest/htdocs/lib/collection.php:100
      Collection::save(array(size 8)) at /var/www/html/maharatest/htdocs/collection/edit.php:130
      submit(object(Pieform), array(size 8)) at Unknown:0
      call_user_func_array("submit", array(size 2)) at /var/www/html/maharatest/htdocs/lib/pieforms/pieform.php:527
      Pieform->__construct(array(size 5)) at /var/www/html/maharatest/htdocs/lib/pieforms/pieform.php:162
      Pieform::process(array(size 5)) at /var/www/html/maharatest/htdocs/lib/pieforms/pieform.php:71
      pieform(array(size 5)) at /var/www/html/maharatest/htdocs/collection/edit.php:113

  [WAR] 49 (lib/errors.php:745) Failed to get a recordset: postgres7 error: [-1: ERROR:  null value in column "submittedstatus" violates not-null constraint] in adodb_throw(UPDATE "collection" SET "owner" = ? , "ctime" = ? , "mtime" = ? , "name" = ? , "description" = ? , "navigation" = ? , "submittedgroup" = ? , "submittedhost" = ? , "submittedtime" = ? , "submittedstatus" = ? , "group" = ? , "institution" = ?  WHERE "id" = ? , Array)
  Command was: UPDATE "collection" SET "owner" = ? , "ctime" = ? , "mtime" = ? , "name" = ? , "description" = ? , "navigation" = ? , "submittedgroup" = ? , "submittedhost" = ? , "submittedtime" = ? , "submittedstatus" = ? , "group" = ? , "institution" = ?  WHERE "id" = ?  and values was (1,2014-10-16 12:20:51,2014-10-16 12:20:51,Testing,,1,,,,,,,3)
  Call stack (most recent first):

      log_message("Failed to get a recordset: postgres7 error: [-1: E...", 8, true, true) at /var/www/html/maharatest/htdocs/lib/errors.php:95
      log_warn("Failed to get a recordset: postgres7 error: [-1: E...") at /var/www/html/maharatest/htdocs/lib/errors.php:745
      SQLException->__construct("Failed to get a recordset: postgres7 error: [-1: E...") at /var/www/html/maharatest/htdocs/lib/dml.php:1260
      update_record("collection", object(stdClass), "id") at /var/www/html/maharatest/htdocs/lib/collection.php:163
      Collection->commit() at /var/www/html/maharatest/htdocs/lib/collection.php:100
      Collection::save(array(size 8)) at /var/www/html/maharatest/htdocs/collection/edit.php:130
      submit(object(Pieform), array(size 8)) at Unknown:0
      call_user_func_array("submit", array(size 2)) at /var/www/html/maharatest/htdocs/lib/pieforms/pieform.php:527
      Pieform->__construct(array(size 5)) at /var/www/html/maharatest/htdocs/lib/pieforms/pieform.php:162
      Pieform::process(array(size 5)) at /var/www/html/maharatest/htdocs/lib/pieforms/pieform.php:71
      pieform(array(size 5)) at /var/www/html/maharatest/htdocs/collection/edit.php:113

  [WAR] 49 (lib/dml.php:1260) Failed to get a recordset: postgres7 error: [-1: ERROR:  null value in column "submittedstatus" violates not-null constraint] in adodb_throw(UPDATE "collection" SET "owner" = ? , "ctime" = ? , "mtime" = ? , "name" = ? , "description" = ? , "navigation" = ? , "submittedgroup" = ? , "submittedhost" = ? , "submittedtime" = ? , "submittedstatus" = ? , "group" = ? , "institution" = ?  WHERE "id" = ? , Array)
  Command was: UPDATE "collection" SET "owner" = ? , "ctime" = ? , "mtime" = ? , "name" = ? , "description" = ? , "navigation" = ? , "submittedgroup" = ? , "submittedhost" = ? , "submittedtime" = ? , "submittedstatus" = ? , "group" = ? , "institution" = ?  WHERE "id" = ?  and values was (1,2014-10-16 12:20:51,2014-10-16 12:20:51,Testing,,1,,,,,,,3)
  Call stack (most recent first):

      update_record("collection", object(stdClass), "id") at /var/www/html/maharatest/htdocs/lib/collection.php:163
      Collection->commit() at /var/www/html/maharatest/htdocs/lib/collection.php:100
      Collection::save(array(size 8)) at /var/www/html/maharatest/htdocs/collection/edit.php:130
      submit(object(Pieform), array(size 8)) at Unknown:0
      call_user_func_array("submit", array(size 2)) at /var/www/html/maharatest/htdocs/lib/pieforms/pieform.php:527
      Pieform->__construct(array(size 5)) at /var/www/html/maharatest/htdocs/lib/pieforms/pieform.php:162
      Pieform::process(array(size 5)) at /var/www/html/maharatest/htdocs/lib/pieforms/pieform.php:71
      pieform(array(size 5)) at /var/www/html/maharatest/htdocs/collection/edit.php:113

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


References