Closed (fixed)
Project:
Coherent Access
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2008 at 05:15 UTC
Updated:
14 Jul 2012 at 19:39 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedHuh??
Sorry, unfortunately I'm not a coder and would not know where to begin with this task
.
I'm have modest home photography business and I recently put a site up using drupal. I like Coherent Access so that I can create content only clients to view only their photos online. But each time I create a new 'private' page I get
.
Any ideas? I'm currently using Drupal 6.3.
Comment #2
chuntley commentedIn my patched copy the calls to form_builder() are at the end of lines 363 and 376.
On line 363 I changed
form_builder($_POST['form_id'], $form['shared_editing']['edit']['remove_editors'])
to
form_builder($_POST['form_id'], $form['shared_editing']['edit']['remove_editors'],$form_values)
On line 376 I changed
form_builder($_POST['form_id'], $form['shared_editing']['view']['remove_viewers'])
to
form_builder($_POST['form_id'], $form['shared_editing']['view']['remove_viewers'],$form_values)
That made the warning messages go away.
Comment #3
jgraham commentedThanks for the help chuntley. I've been busy over here and will get to cleaning up the 6.x port and doing a proper release as soon as possible.
The form processing in 6 needs to be reworked and be cleaner given the AHAH options for forms I need to read up on this a bit. Unfortunately I have not had much spare time to come up to speed on this and do a proper port of this module to 6.
Comment #4
jgraham commentedComment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.