← Back to team overview

mahara-contributors team mailing list archive

[Bug 537492] Re: Group View Creation Error

 

There's nothing in the apache log indicating an error.

In the likely event that those database dumps provided above aren't very
useful, the answer to your (Richard Mansfield's) question about what if
anything is in the view_access* tables for the view in question is:
Nothing.  For example, I just created a view, got the error message that
view id 175 does not exist even though the view is in fact created, but
a select for all records from view_access* tables where view=175 returns
0 rows.

portfolio_dev=> select * from view_access_group where view=175;
 view | group | role | startdate | stopdate
------+-------+------+-----------+----------
(0 rows)

portfolio_dev=> select * from view_access_token where view=175;
 view | token | startdate | stopdate | visible
------+-------+-----------+----------+---------
(0 rows)

portfolio_dev=> select * from view_access_usr where view=175;
 view | usr | startdate | stopdate
------+-----+-----------+----------
(0 rows)

portfolio_dev=> select * from view_access where view=175;
 view | accesstype | startdate | stopdate
------+------------+-----------+----------
(0 rows)

portfolio_dev=>

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