mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #51642
[Bug 1814954] A change has been merged
Reviewed: https://reviews.mahara.org/9524
Committed: https://git.mahara.org/mahara/mahara/commit/ddd0ac8a2820495cf99465b70932eccd4e807cb4
Submitter: Cecilia Vela Gurovic (ceciliavg@xxxxxxxxxxxxxxx)
Branch: master
commit ddd0ac8a2820495cf99465b70932eccd4e807cb4
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date: Thu Feb 7 08:49:36 2019 +1300
Bug 1814954: Getting "Undefined index: artefactid" on upgrade
Due to checking for a null array vaue incorrectly
behatnotneeded
Change-Id: Iac2d98878f9baea098af6661d08a4d2dcc6be30b
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
--
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/1814954
Title:
"aretefactid" is not defined error on db upgrade
Status in Mahara:
Fix Committed
Bug description:
On upgrade we sometimes get the error:
[WAR] 66 (lib/db/upgrade.php:893) Undefined index: artefactid
This is due to trying to spot the array key 'artefactid' whn it's
value is null
But if 'artefactid' is not set at all we get the error.
Need to use array_key_exists() instead of is_null()
As the upgrade will still complete I will mark as medium bug
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1814954/+subscriptions
References