Drupal 5.2
Configuration file Protected
Cron maintenance tasks Last run 1 hour 47 min ago
You can run cron manually.
Database schema Up to date
Default system currency GBP - Pound Sterling
File system Writable (public download method)
MySQL database 4.1.22
PHP 5.2.4
Payment gateways enabled Cash on Delivery, PayPal, PayPal Express, PayPal Pro
Unicode library PHP Mbstring Extension
Web server Apache 3 - HOSTMerit
Hi I have a simple vew to show nodelist and when tick "Provide Menu" no menu shows in the menus . When I tick provide tab everything is fine.
Comments
Comment #1
vipconsult commentedSorry I wasn't very clear
My point was that Menu is not generated but Tab is.
Comment #2
merlinofchaos commentedThis is a highly, highly, highly used feature of Views; seriously, nearly everyone uses it, and no one has complained about it to date. So I have trouble believing it is just broken.
And I don't have enough information to even suggest what's wrong, either, but you should really look around. Be sure to look in the right menu (The default Navigation menu), at least. But I'm highly dubious there's anything wrong with Views here, or I'd be flooded with issue reports about it.
Comment #3
vipconsult commentedI will check on my other production seite and will come back to you.
Thanks
Comment #4
scrap2000 commentedI have the same problem. "Provide menu" is ticked, but no menu is generated. Any advice?
Comment #5
roychri commentedI have the same problem. I am using Views 5.x-1.6-beta5 on Drupal 5.5
I will try to debug it and report back if I find anything interesting.
Comment #6
roychri commentedI upgraded to latest 5.x-1.6, ran the update.php script, re-saved my view, still nothing in my menu tree.
I found what might be the cause of this problem.
I have a menu called "Bottom Menu" which I list a couple of thing and I added items manually in there.
One of the items in that menu had the same exact URL as my view (intended).
I want TWO entry in my menu that point to that view.
As soon as I removed that entry from the menu, my views menu entry showed up right away.
I was able to add my custom menu item in my bottom menu after the view menu item appeared in the menu tree.
So, it seems like any view that provide a menu must not conflict with any existing menu items's URL.
Comment #7
merlinofchaos commentedroychri: What you want is not possible, due to limitations in Drupal's menu system. There is nothing Views can do about it, either.
Comment #8
sun