I am trying to remove old webforms (6.x-3.11) from a drupal 6 website.
Some of these old webforms must have already been partially removed: Here is why I think that:
1. When I navigate to Content management > Content > List, (filter by webform content type) - The old webforms do not show up in the list.
2. When I navigate to Content management > Webforms - The old webforms show up in the list, but when I click the edit link associated with the old webform I get this message: " The page you are looking for could not be found. Please use the navigational links or the search box in the upper right corner to find your topic of interest. " If I click the link to view the old webform I get a "Sorry, this page could not be found."
So why is this form still displaying in my webforms list if it doesn't exist? How do I remove this webform from the Content management > Webforms list?
Comments
Clear the menu cache?
Clear the menu cache?
Cache
I just tried clearing the menu cache just to make sure, but that did not work.
I have "Flushed all caches" on the site.
Thanks for the suggestion.
Drat. The only case I've run
Drat.
The only case I've run into with this in Drupal 6 is with content types and image.module. The solution there was to "overwrite" the deleted (but still present in the menu) content type with a new one from CCK. Then delete the CCK content type. I don't know how applicable this would be for Webform.