I have a problem. When accessing a site at http://www.site.com, users can log in and do whatever their roles allow. However, when users go back and access the site through http://site.com (without the www), their login resets or does not appear logged in. They have to re-login in order to see that page.
I'm thinking this is a problem with:
1. .htaccess file
2. Cookies -- the way login information is being stored
I just want to create a new menu and the following warning showed up:
user error: Access denied for user: 'XXX' to database 'XXXX'
query: LOCK TABLES sequences WRITE in /srv/www/XXX/XXX/html/XXX/includes/database.mysql.inc on line 66.
warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/XXX/html/XXX/includes/common.inc:384) in /srv/www/htdocs/XXX/html/XXX/includes/common.inc on line 192.
I cannot figure out what the image reference block in 4.7 is supposed to do. I thought it would be like the book navigation block and display some additional choices for images, but nothing is displayed even when I am in the galleries or for individual images.
I have a newly installed 4.7 implementation with an odd problem: every time I update a site feature in the admin area, drupal returns a blank screen. I can use the browser's back button to return to the function, then navigate to the next thing, but that's sort of weird. The function that returns the blank screen will invariably have worked, so it's as if some generic "updates accepted" module is failing.
I am trying to find a way to access the group name in my php template. I know how to access the group name if I am at the group's "main page", but I would like to have access to the group name once you click a story, event, etc. that is a part of that specific group. I get access to the group name on the "main page" by doing a node_load and then using $node->title.... but this does not work once you click a story or event within a group. Is there any way to have access to the group name within a particular story, event, or other node type?
Could someone tell me what RSS reader they are using to read secure RSS feeds via the securesite module? I've tried about seven different ones and cannot get the authentication to work correctly. Or, better yet, would someone who has implemented secure RSS feeds let me know how they did it?