This one is a 404 error, not 500.. and I'm a newbie.
After restricting content to registered users, I'm getting 404 errors every time I try to call the node module. I know drupal_not_found() is being called somewhere because I can manipulate the behaviour in common.inc. There's only one line in node.module that calls drupal_not_found() but redirecting at that point doesn't work.
All I'm trying to do is redirect to the registration page when the user doesn't have access to content.
I'm trying to modify my setup to only allow registered users to have access to it. However, when I set the permissions and roles up accordingly I started receiving a 500 error after logging out. I hit the back button a few times to get back to the sign in page and logged back in and gave some privliges to the annonymous users and immediatly got a 500 message (even before logging out). As such I'm can't log in or anything of that nature.
Is it possible to force the xtemplate fields to be translated by the locale module? As far as I can tell this is necessary for xtemplate based themes to be used in conjunction with i18n. Otherwise the hyperlinks in "primary links" and "secondary links" do not have the language switches prepended and the "mission statement" message will never get translated.
Any advice would be appreciated. Thanks in advance.