Skip to content

Instantly share code, notes, and snippets.

@kepford
Created June 4, 2012 22:50
Show Gist options
  • Save kepford/2871321 to your computer and use it in GitHub Desktop.
Save kepford/2871321 to your computer and use it in GitHub Desktop.
drush site-install my_profile --site-name=mysite --account-name=admin --account-pass=admin --db-url=mysql://root:root@localhost/mysitedb --y --v
WD system: state_machine module enabled. [info]
WD ctools: Plugin state_flow of plugin type state_flow:plugins points to nonexistent file [notice]
profiles/my_profile/modules/contrib/state_machine/modules/state_flow/StateFlow.class.php for class handler handler.
WD system: state_flow module installed. [info]
WD system: state_flow module enabled. [info]
WD ctools: Plugin state_flow of plugin type state_flow:plugins points to nonexistent file [notice]
profiles/my_profile/modules/contrib/state_machine/modules/state_flow/StateFlow.class.php for class handler handler.
WD system: btsa_messaging module installed. [info]
WD system: btsa_messaging module enabled. [info]
WD ctools: Plugin state_flow of plugin type state_flow:plugins points to nonexistent file [notice]
profiles/my_profile/modules/contrib/state_machine/modules/state_flow/StateFlow.class.php for class handler handler.
WD system: btsa_page module installed. [info]
WD system: btsa_page module enabled. [info]
Cannot modify header information - headers already sent by (output started at /Users/kepford/drush/includes/drush.inc:918) bootstrap.inc:1239 [warning]
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mysitedb.watchdog' doesn't exist: INSERT INTO {watchdog} (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8, :db_insert_placeholder_9); Array
(
[:db_insert_placeholder_0] => 0
[:db_insert_placeholder_1] => ctools
[:db_insert_placeholder_2] => Plugin @plugin of plugin type @owner:@type points to nonexistent file @file for class handler @class.
[:db_insert_placeholder_3] => a:5:{s:7:"@plugin";s:10:"state_flow";s:6:"@owner";s:10:"state_flow";s:5:"@type";s:7:"plugins";s:5:"@file";s:90:"profiles/my_profile/modules/contrib/state_machine/modules/state_flow/StateFlow.class.php";s:6:"@class";s:7:"handler";}
[:db_insert_placeholder_4] => 5
[:db_insert_placeholder_5] =>
[:db_insert_placeholder_6] => http://default/index.php
[:db_insert_placeholder_7] =>
[:db_insert_placeholder_8] => 127.0.0.1
[:db_insert_placeholder_9] => 1338846488
)
in dblog_watchdog() (line 154 of /Users/kepford/Dropbox/htdocs/mycodebase/modules/dblog/dblog.module).
Drush command terminated abnormally due to an unrecoverable error. [error]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment