Thanks to some help yesterday (http://drupal.org/node/125170) I was able to regain access to my site after having been locked out because I took the site offline for maintenance. (Yay!)

Now I can get into my site, but I am still faced with the problem that caused me to take it offline in the first place: The "Welcome to your New Drupal Website!" message has suddenly reappeared at the homepage and I cannot figure out why or how to make it disappear again. (I do have content on my frontpage, and until yesterday it was appearing at the main site for anonymous users.)

I have been looking around drupal.org for some clues as to how to resolve this issue, but so far haven't found much that seems to help. i am, one at at time, uninstalling contributed modules and removing them from the modules directory, but so far this approach is not working.

Any suggestions about other approaches to try, or ideas about particular modules that might be causing this problem?

Thanks.

Comments

femrich’s picture

As I investigated the Mystery of the Reappearing Welcome Screen, I found the following recurring error in my logs:

file_exists() [function.file-exists]: open_basedir restriction in effect. File(/style.css) is not within the allowed path(s): (/home/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/public_html/includes/theme.inc on line 67.

Could this be related to the problem?

Thanks