Hello--
I have created several users and several pages for the website I'm building. Each page I create is owned by "admin" (myself), but under "additional editors" I highlight one or more of the users I have created. These users belong to no group--they are just regular, independent users.
When I log out and log back in as one of those regular users (not admin), I can edit a page that I have been listed as additional editor for exactly one time. I press the Submit button. If I decide to edit the page again (both before I log out or after logging back in), I get the "No Access to Edit Page" error message.
This leads me to believe that the "additional editors" is being reset somehow by the actions of one of those additional editors editing and then submitting the page. If I log in as "admin" again and open that webpage for editing, I can see that in the list of possible "additional editors," no name is highlighted. If I re-highlight one or more names and then login as that user, I can edit the page once, but that's all. Any subsequent attempt gives me a "No Access to Edit Page" error.
Do users that I wish to assign as additional editors to specific webpages have to be in a group that has the permission to "Modify any Content"? The problem there is that I would like for specific users to be able to edit specific pages they are assigned to but nothing else.
"additional editors" assignment not sticky?
"additional editors" assignment not sticky?
Yeah, this is a known bug. It will be in 0.8.2rc2 when it comes out sometime today.
-
Airwave
Re: "additional editors" assignment not sticky?
Ted,
I also have the same error using 0.12.2
When an additional editor click on submit, the page disappears from his list of editable page
Can you please help me to fix this ?
You already explained it on the forum :
1. Open up admin/editcontent.php in a text editor
2. Go to line 141 (it should have else by itself on a line)
3. Change it to else if ($adminaccess)
4. Do the same exact thing on line 189
5. Save file and test
Thanks!
I also have the same error using 0.12.2
When an additional editor click on submit, the page disappears from his list of editable page
Can you please help me to fix this ?
You already explained it on the forum :
1. Open up admin/editcontent.php in a text editor
2. Go to line 141 (it should have else by itself on a line)
3. Change it to else if ($adminaccess)
4. Do the same exact thing on line 189
5. Save file and test
Thanks!
Last edited by Airwave on Fri Jun 23, 2006 3:14 pm, edited 1 time in total.
Re: "additional editors" assignment not sticky?
Yup. And for anyone else, it was fixed in 0.13.

