hello,
i migrated my working drupal to an other server.
Now i experience a problem where my browser dont get any css files, the drupal page is printed totally blank only text links.
Firebug just says like "the element has no style."

i allready did correct the permissions, no change.
Also my homepage seems to need a lot of bandwith.

Comments

bshetty’s picture

Hi jean,

Try clearing site performance cache (administer > Site Configuration > Performance). Also Go to Themes (Administer > Site building > Themes) and hit 'Save configuration' (make sure your theme is enabled). This rebuilds the theme registry.

Hth! :)

Regards,
BShetty

3oheme’s picture

Check source code (ctrl+u in firefox), specially header files, maybe your theme is using absolute positioning for css files and you're not getting any style.

(Also i'd be easier if you give a link to your page, but probably it's a dev version and don't want to spread it all over)

jean84’s picture

i had some wrong permissions for the css files, then i changed it but nothing happens, than i clean the caches and it work again so the problem is solved now, thanks :)