I've migrated a drupal installation that i've setup with XAMPP to a webserver. backed up the db using the backup and migrate module and copied all the drupal files to the webserver with an ftp program.

I've adjusted the db info in settings.php

when i brawse to the website all i see it this (follow the link for a screenshot). it's like the theme is not being displayed or something. not sure what to do here. any suggestions?

http://www.molszak.nl/drupal.JPG

Comments

olszakmike’s picture

Just to update on the issue i had. I solved it with the help of the thread below.

http://drupal.org/node/110916

basically the problem was caused by the garland theme. I had the colors changed on my xampp installation. as most of you probably know a new instance of the theme is created in /sites/default/files/color/garland-a139034a

the css file in there could not be read.

there were lot's of workarounds for this but the one that did it for me was to comment our line 2 and 3 from the .htacess.php in the /sites/default/files folder.