I recently migrated a site from my local to dreamhost. Drush worked great for me while developing the sites. FWIW, my drupal dir structure looks like this:
drupal6/
sites/domain1.com
sites/domain2.com
I'm using the Zen theme with multiple sub-themes in sites/all/themes/
My drushrc.php file has these options added:
$options['r'] = '/home/username/drupal6';
$options['uri'] = 'http://www.domain1.com';
Since completing the migration I havent been able to figure out why drush is failing for me. When I run drush I get this error message:
Warning: zen_theme(.//template.theme-registry.inc): failed to open stream: No such file or directory in /home/.timone/ppmax/drupal6/sites/all/themes/zen/zen/template.php on line 39
Warning: zen_theme(): Failed opening './/template.theme-registry.inc' for inclusion (include_path='.:/usr/local/lib/php') in /home/.timone/ppmax/drupal6/sites/all/themes/zen/zen/template.php on line 39
Fatal error: Call to undefined function: _zen_theme() in /home/.timone/ppmax/drupal6/sites/all/themes/zen/zen/template.php on line 40
Any suggestions?
thx again for a great module
Comments
Comment #1
damienmckennaThis seems to be an common issue with subthemes.. To fix it I've had to go into the Variables table in my database and change the "theme_default" variable to e.g.: s:2:"zen";
Comment #2
owen barton commentedDoes the site itself still work via a web browser?
Comment #3
moshe weitzman commentedplesse reopen if needed. all this code has changed