After upgrading from 5.7 to 6.1 which worked fine I have the problem that only the admin sess the site as it was = menus and content is shown normally to the admin.

Without login (anonymous), or login of a non admin gives only the screen:

"Welcome to your new Drupal website!"
with the advice to do some modifications as admin, but I already did.

Maybe it is a simple permission issue, but I cannot find it.

Would be great if somebody has an idea about this!

Comments

hbryan’s picture

I ran into this *same* problem last night ... what solved it for me was disabling the "category access control lite" module under "Category" in modules.

ahales’s picture

I have the same problem. The taxonomy access control module is not available for Drupal 6 so I do not know how to get rid of the problem.

hackia’s picture

When doing a special landing page or such and have that darn message on there you have to find it and get rid of it from source code.

You search companion cant find it because its in a ".inc" format but anyhow go to drupal/modules/node/node node page inc

and delete the code

good luck

ebeyrent’s picture

Don't hack core!

The solution is here: http://drupal.org/node/61233

ebeyrent’s picture

When you hack core, you affect your upgrade path. There are almost always ways to work around the problem.