Closed (works as designed)
Project:
Backlinks
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2007 at 08:27 UTC
Updated:
15 Aug 2007 at 17:54 UTC
Steps to reproduce:
Add backlinks view, edit view and uncheck anonymous user access.
Logout, as anonymous user, and navigate to node that uses backlink.
Notice that the "what links here" tab is still enabled for anonymous user.
Is it possible I am doing something incorrect in the view.
I have attached a PDF with the view configuration and the logout screen displaying the what links here for anonymous user
| Comment | File | Size | Author |
|---|---|---|---|
| backlinkanon.pdf | 93.75 KB | earthandeconomy |
Comments
Comment #1
mfbCould you try truncating all your cache tables and see if that fixes it? You could either do this manually or via the devel module.
Comment #2
earthandeconomy commentedMark,
Forgive me for not being up-to-speed here. I am going to attempt to use devel version 5.x-1.x-dev to do what you suggested...however, when you indicate I should truncate my cache tables I am not sure how to proceed without "user error." If time permits, could you please provide some guidance.
Sorry for being the Drupal and MySQL newbie,
E&E
Comment #3
mfbI found that, at least with certain versions of views, when modifying access to the view, I needed to clear all of my cache tables in order to get the menu item to disappear. The easiest way to do this is to install the devel module (at least temporarily), which gives you the ability to clear the cache tables.
This may be fixed in more recent versions of views.. so you could also try upgrading to the current 5.x dev version of views.
Comment #4
mfbJust realized that views 1.6 was released.. So, try upgrading to views 1.6 if you don't already have it.
Comment #5
earthandeconomy commentedmfb,
I already have views 5.x-1.6 installed and I upgraded to Drupal 5.2 last night. I tried clearing the views cache using the Views Tools. The "what links here" still displays for an anonymous user even though access is only checked for administrator and authenticated users. I also tried disabling caching in Site configuration > Performance.
Thoughts?
Comment #6
mfbHmm I can't reproduce this issue. The only way I could reproduce it was to give anonymous users the "access all views" permission.
Comment #7
mfbJust curious if you're still seeing this issue. If so, did you try using devel module to clear all of your cache tables (cache, cache_menu, etc.)?
Comment #8
earthandeconomy commentedYou were correct...the reason it was not overwritten is because I did give anonymous users the "access all views" permission. I unchecked that and it appears to be fine now. I am currently not using the devel module so I did not clear the cache tables. I can clear them via PHPMyAdmin when that time comes.
Thanks for your assistance,
E&E
Comment #9
mfb