mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #00377
[Bug 537492] Re: Group View Creation Error
Not sure if this will be helpful, but I put the whole Pieforms
constructor in a try/catch block and printed out the stack trace.
Caught exception: /web/mahara/htdocs-1.2.4/lib/activity.php
#0 /web/mahara/htdocs-1.2.4/lib/activity.php(74): ActivityTypeViewaccess->__construct(Object(stdClass), false)
#1 /web/mahara/htdocs-1.2.4/lib/activity.php(47): handle_activity(Object(stdClass), Object(stdClass))
#2 /web/mahara/htdocs-1.2.4/lib/view.php(691): activity_occurred('viewaccess', Object(stdClass))
#3 /web/mahara/htdocs-1.2.4/lib/view.php(319): View->set_access(Array)
#4 /web/mahara/htdocs-1.2.4/lib/view.php(162): View::_create(Array, '44')
#5 /web/mahara/htdocs-1.2.4/lib/view.php(2741): View::create(Array)
#6 [internal function]: createview_submit(Object(Pieform), Array)
#7 /web/mahara/htdocs-1.2.4/lib/pieforms/pieform.php(431): call_user_func_array('createview_subm...', Array)
#8 /web/mahara/htdocs-1.2.4/lib/pieforms/pieform.php(170): Pieform->__construct(Array)
#9 /web/mahara/htdocs-1.2.4/lib/pieforms/pieform.php(71): Pieform::process(Array)
#10 /web/mahara/htdocs-1.2.4/view/groupviews.php(57): pieform(Array)
#11 {main}
--
Group View Creation Error
https://bugs.launchpad.net/bugs/537492
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: New
Bug description:
Creating a new "Group View" results in an error message when it's created.
"View not found
You tried to access a view that didn't exist!
View with id 2310 not found"
The view is still created, and can be edited and renamed. The same error happens when we save from edit view access panel, which prevents saving the view to be "copyable"
References