Posts

Showing posts from June, 2010

Win7 vs Snow

Win7: Maximizes windows Crashes less More compatible software Better text editors Uses less memory OSX: Spotlight much better Less frustrating, responds much faster Hangs less Looks awesome Better keyboard shortcuts

Drupal migration process

Turn off clean-urls Set to maintenance mode Enable default themes, set to garland (else also causes blank screens like memory issue) Download app code and DB Install just drupal on new server and test Disable clean urls, uninstall drupal, truncate DB Restore app DB Clear caches Restore app code Enable www redirection in .htaccess if required Modify app settings file, set permissions Set permissions on folders default and files Enable clean urls Check update.php, increase memory in PHP.ini to 32/64 if insufficient Remove from maintenance mode

drupal cache clear all

TRUNCATE   TABLE   cache ; TRUNCATE   TABLE   cache_content ; TRUNCATE   TABLE   cache_filter ; TRUNCATE   TABLE   cache_menu ; TRUNCATE   TABLE   cache_page ;