Reviewed: https://reviews.mahara.org/5549 Committed: https://git.nzoss.org.nz/mahara/mahara/commit/06cc26d14d56440c8e0f0438d4393bd5b92c202f Submitter: Aaron Wells ([email protected]) Branch: master
commit 06cc26d14d56440c8e0f0438d4393bd5b92c202f Author: Robert Lyon <[email protected]> Date: Sat Oct 17 22:14:21 2015 +1300 Bug 1506695: Undefined theme index error Suppress this for user if institution hasn't got around to updating their theme. Occurs when $cfg->sitethemeprefs is true and user is in an institution with an old theme like 'ultima' and they go to their settings page. Change-Id: I6289da0777b1964cabc8f933478f90ae22569af8 Signed-off-by: Robert Lyon <[email protected]> -- 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/1506695 Title: Undefined theme index when upgrading to 15.10 Status in Mahara: In Progress Bug description: When im on this URL and I upload a CSV file containing 1000 new users the following happens: It takes 6mins to upload but stops at 51% and page displays 504 gateway timeout message. But users are still uploaded in the system. [DBG] 40 (admin/users/uploadcsv.php:553) added user user0784 [WAR] ed (lib/user.php:306) Undefined index: primary Call stack (most recent first): log_message("Undefined index: primary", 8, true, true, "/var/www/master-bigdb-prod-mahara/releases/2015101...", 306) at /var/www/master-bigdb-prod-mahara/releases/20151015203951/lib/errors.php:441 error(8, "Undefined index: primary", "/var/www/master-bigdb-prod-mahara/releases/2015101...", 306, array(size 12)) at /var/www/master-bigdb-prod-mahara/releases/20151015203951/lib/user.php:306 general_account_prefs_form_elements(object(stdClass)) at /var/www/master-bigdb-prod-mahara/releases/20151015203951/admin/users/uploadcsv.php:127 [WAR] ed (lib/user.php:306) Trying to get property of non-object Call stack (most recent first): log_message("Trying to get property of non-object", 8, true, true, "/var/www/master-bigdb-prod-mahara/releases/2015101...", 306) at /var/www/master-bigdb-prod-mahara/releases/20151015203951/lib/errors.php:441 error(8, "Trying to get property of non-object", "/var/www/master-bigdb-prod-mahara/releases/2015101...", 306, array(size 12)) at /var/www/master-bigdb-prod-mahara/releases/20151015203951/lib/user.php:306 general_account_prefs_form_elements(object(stdClass)) at /var/www/master-bigdb-prod-mahara/releases/20151015203951/admin/users/uploadcsv.php:127 To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1506695/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

