Closed (fixed)
Project:
Webform
Version:
6.x-2.0-beta3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
14 May 2008 at 11:30 UTC
Updated:
25 Jan 2009 at 06:20 UTC
Jump to comment: Most recent file
Hi! I upgraded my webform module (I used 5.x-1.7). Since then when I create a new form or if I edit and save an old one, the form accessiis denyed to all but the admin role. I cheked on drupals forums :
http://drupal.org/node/226987
I have never installed node access and I saw this problem on other sites. I think the new version has a little bug because for now I came back with my previous version of webform and it works...
Please check the new version because I really like webform (and the new version is much more handy!)
Thanks
Bee
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | patch.patch | 5.06 KB | bwynants |
| #7 | patch.patch | 5.06 KB | bwynants |
| #6 | patch.patch | 3.47 KB | bwynants |
Comments
Comment #1
quicksketchMake sure you publish the Webform node (it's unpublished by Default).
Comment #2
quicksketchClosing after lack of response. I'm assuming it's the lack of publishing that's the problem.
Comment #3
ideashalini commentedI created a webform but when I try to add components like email, textfield or date, I am taken to a page that says the access is denied. I am the administrator. The email module is 6.x-1.1, date is 6.x-2.0-rc4. I have published the form too.
Comment #4
advseb commentedNot sure, but the problem might be that the "edit" page of a webform tends to forget certain values. This is the case if you change a value and click "Preview" instead of "Save". After preview, many settings are set back to their default values.
Comment #5
bwynants commentedsame problems here....
adding
to the menu's seems to help
Comment #6
bwynants commentedmore instances found patch enclosed
Comment #7
bwynants commentedMore complete patch, looks like some form changes and file includes where not handled correctly
Comment #8
quicksketchThis patch doesn't seem to apply to the latest DRUPAL-6 branch. Could you reroll?
Comment #9
bwynants commentedcreated patch again
Comment #10
quicksketchYou're creating patches against HEAD, not the DRUPAL-6 branch. There have been some many changes to Webform since the code was branched and so these patches do not apply. Could you roll against the Drupal 6 branch?
Comment #11
quicksketchI'm assuming bwynants was running out of HEAD instead of the DRUPAL-6--2 branch. All the corrections made in his patch were fixed in #245013: 6.2 Breaks Webform Permissions or other patches.