I have just updated one of my drupal installs from 6.12 to 6.13.
There was a serious issue with drupal 6.13 and versions of admin menu before admin_menu-6.x-1.5 (older versions would bork a complete install of drupal 6.12). Long story, see http://drupal.org/node/505820 and http://drupal.org/node/507746.
So I managed to get this working and went and then attempted to update webform to 6.x-3.x-dev(2009-Jun-21)
Now I have another problem in that the menus (in admin menu) for the webform functionality are all screwed up.
I should not be posting this an issue in this queue I suppose as it is more of a admin menu thing.
This is more of a heads up than anything else.
I flushed all the caches after the webform module update.
Thanks
Comments
Comment #1
dadderley commentedI just started this as an issue on the admin menu issues queue, http://drupal.org/node/509024
Comment #2
regx commentedI am having a serious issue with menus as well.
From administer menu I can add menus to any node except for webforms.
As soon as I change a working menu link to a webform path the menu item disappears.
Comment #3
regx commentedAnd now I feel like an idiot!
Webform items are not set to be published by default.
Changing the webform content type to be published by default so I do not make that mistake again.
Wow - I feel dumb now.
Comment #4
florianherlings commentedI had the same issue. As every other node type is published by default (at least on my system), I did not even look for that setting. This thread saved my a good amount of time, so thank you very much for asking the question in the first place. :)
Comment #5
andrewsuth commentedI had the same issue but now it is resolved thanks to this message.
I have changed this issue to a feature request as I think it makes more sense to make the menu available to the admin even though the form is not published to the user. I am not that familiar with the Drupal menu system and am not sure this is easily possible.
Comment #6
quicksketchIt is not easily possible to make unpublished content show up in the menu system, especially now that webforms may be attached to any content type in 3.x. In the 3.x version of Webform, forms are no longer forced to be unpublished by default so this problem seems much less likely to occur. Marking this fixed as a support request.
Comment #8
Katy J commentedThanks guys. #3 was the answer for me. Sometimes you just don't think of the most obvious thing do ya...
Comment #9
argiepiano commentedAnother one who fell for the same dumb mistake: me! Thanks guys