Running a brand new, fresh install of Drupal 5.3. Just within the last day or two, the actions on the "Administer Views" page, which normally contains Edit/Export/Delete/Clone or Add/Enable, have disappeared. The "Actions" column is still there, just empty table cells. I've verified that I have all of the relevant permissions, even though I am the admin so that shouldn't matter. I've looked everywhere online and I've seen no mention of this problem before.
I just installed the fivestar and votingapi modules yesterday - I tried disabling those, but it only gave me an SQL error, the views administration actions were still missing. Re-enabling the votingapi module ended the SQL error messages.
Any ideas? I've checked everything I can think of. Thanks for your help.
Comments
Comment #1
roedelius commentedI should also mention that I can still manually edit/clone/export views, by going to the admin URL (/admin/build/views/[viewname]/[edit|clone|export]) or by going to a view's normal page URL - the tabs are still there. The only issue here is that, on the "Administer Views" page (/admin/build/views), the actions are missing.
Thanks again for any advice or suggestions, and I apologize if I missed/forgot something obvious.
Comment #2
roedelius commentedNevermind, sorry to bother. The problem was that I wanted to customize $links in node.tpl.php and used a variation of what's described on this page: http://drupal.org/node/134442 (phptemplate_links() and links.tpl.php). That wiped out the links in "Administer Views" page.