Secure Pages kills Views for anon. users
manatwo - June 9, 2009 - 23:37
| Project: | Secure Pages |
| Version: | 6.x-1.7 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
My site makes heavy use of Views. As soon as I enable Secure Pages, anonymous users are no longer able to see any pages output by Views or nodes that have views embedded. No errors are being logged. Any help would be greatly appreciated.

#1
I'm also having this problem in troubleshooting a client's website. View template is there, but no node content whatsoever.
My client tells me that it works in Chrome, but I've yet to ask him whether he was logged in/logged out to confirm that. The browser shouldn't make a difference in the slightest, so I'm guessing he was likely logged in.
Details:
Drupal core is 6.x-1.2
Using Views 6.x-2.5
Secure Pages 6.x-1.8
Any help would be great. Site is schoohousekitchen(dot)com. Please let me know if there is any information I can give to help figure this out.
#2
I was having a similar issue with Panels and Secure Pages with anonymous users. Everything worked through port 80 but Panels pages were broken through SSL while standard nodes were fine. I troubleshot extensively and the only temporary fix I could find was disabling CSS and Javascript optimization in /admin/settings/performace. No guarantees but it has been stable on my site for at least a month. I'm still searching for the root cause as I would like to turn CSS optimization back on. I also discovered that during a database export/import the anonymous user in the user table had the wrong ID. I changed it back to 0 to fix other issues. It could certainly be related.