Please help!!!!

I created a Drupal 6 web site on my local machine and it runs great with WAMP. I've uploaded it to a Powweb server and I just get a blank page. Does anyone have any ideas why this might be happening?

Thank for any help

Comments

elgwiedo’s picture

I have been investigating Drupal for other web host servers. Sometimes there are a few modifications required before Drupal will just run fine. Try to get in contact with your host web server company.

styro’s picture

Usually caused by faulty PHP code, webserver misconfiguration (eg in .htaccess files), or running out of resources etc.

You need access to the servers error log (not standard the access log) to get any further help here as without the actual error message we can only make wild guesses.

Some hosts give you access to the error log, while others don't. If they don't, you'll need to contact your hosts support for more help.

lallen30’s picture

Thanks for your help. I enabled error messaging and to sum this up the problem was that PHP 4 was enabled instead PHP 5.

charan.adodis’s picture

Please check the database name and settings.php files.

There might be a possiblity to take the other database from your server , Check your configuration
settings.php and provide the correct database name with its username and password.

Yezid’s picture

Thanks for support.

anschinsan’s picture

I created a website on my local computer which worked fine ... after the upload on the real webhost, only a white screen appeared.

The problem was, that the memory limit was set to 8 MB in the php.ini ... After changing this setting to 32 MB the site worked. As I have imagecache module installed 64 MB would be better - but my host doesn't allow this.

I hope I fastened the debugging process for anybody with this feedback ;)

Greetings from Austria,
anschinsan

aebert’s picture

I created a Contact Form for my site and want to enable it. However there is no Contact page automatically placed in the navigation block. the Contact Form page has a link to mysite.com/contact so i click on it to preview my contact page. All i get is a white screen. My contact module is activated and I've been trying to figure this our for hours.

What am I not getting?