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: 194
        
Hi friends,
I worked on localhost to build my drupal site. then, I moved to server.
Steps:
- Clear cache tables (Site Configuration > Performance > Clear Cached Data button) on localhost
 - Export db and then import on live server
 - Move files/folders to live server
 - 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