Posts

Showing posts with the label drupal

Chrome adds www to localhost

s imple solution: add http://

Attempting to get Localhost to find drupal migration....clearing the cache in mysql for D7

Drupal "The connection was reset" | Serban Ghita : UPDATE `variable` SET `value` = 'i:0:"";' WHERE `name` = 'cache' LIMIT 1; UPDATE `variable` SET `value` = 'i:0:"";' WHERE `name` = 'page_compression' LIMIT 1; UPDATE `variable` SET `value` = 'i:0:"";' WHERE `name` = 'block_cache' LIMIT 1; UPDATE `variable` SET `value` = 'i:0:"";' WHERE `name` = 'preprocess_css' LIMIT 1; UPDATE `variable` SET `value` = 'i:0:"";' WHERE `name` = 'preprocess_js' LIMIT 1;

Moving Drupal 7 site to a new server - Tory Lawson

Simple and straightforward guide Moving Drupal 7 site to a new server - Tory Lawson

Modify mysql my.ini file to import drupal db to localhost

Setting up a localhost server to develop my drupal site using drush... Using xampp. After multiple attemps using backup and migrate module and failing, I tried manually to export and then import the sql db and copy files using ftp. -had to modifiy my.ini file of mysql to increase limits...following a '#2006 server can't be found' error copying the menu cache tables  https://drupal.org/node/259580