Drupal 6: moving localhost to server | clear cached data

Posted by artmania on Stack Overflow See other posts from Stack Overflow or by artmania
Published on 2010-05-26T16:42:42Z Indexed on 2010/05/27 6:01 UTC
Read the original article Hit count: 142

Filed under:
|
|
|
|

Hi friends,

I worked on localhost to build my drupal site. then, I moved to server.

Steps:

  1. Clear cache tables (Site Configuration > Performance > Clear Cached Data button) on localhost
  2. Export db and then import on live server
  3. Move files/folders to live server
  4. Edit settings.php to reflect live server config

everything is working great until I make Clear Cached Data on Server. than my custom theme, custom front page, etc... all mess up :(

What can be the problem? I appreciate helps so much!! Thanks!


!!SORTED!!

I used a subtheme for Zen, named mgf . then I had taken a back-up as mgf- somehow after I make Clear Cached Data, Drupal links to this mgf- which is old and doesnt have latest stylings. I just removed this folder from themes, and it linked to the right-latest mgf.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about database