Created
October 9, 2014 18:21
-
-
Save roberttdev/ef19688f4c39d5e1e368 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bootstrap to phase 0. [0 sec, 2.38 MB] [bootstrap] | |
Drush bootstrap phase : _drush_bootstrap_drush() [0 sec, 2.51 MB] [bootstrap] | |
Cache HIT cid: 6.2.0-commandfiles-0-f19506a43831c12de4a0bc8288bf3199 [debug] | |
[0.01 sec, 2.53 MB] | |
Bootstrap to phase 0. [0.05 sec, 6.29 MB] [bootstrap] | |
Bootstrap to phase 0. [0.08 sec, 6.29 MB] [bootstrap] | |
Found command: sql-sync (commandfile=sql) [0.08 sec, 6.29 MB] [bootstrap] | |
Including /usr/share/php/drush/commands/sql/sync.sql.inc [0.14 sec, [bootstrap] | |
6.31 MB] | |
Calling drush command init function: drush_sql_sync_init [0.14 sec, [bootstrap] | |
6.44 MB] | |
Loaded alias @oasis.local from file [notice] | |
/home/rwilliams/.drush/oasis.aliases.drushrc.php [0.26 sec, 6.45 MB] | |
Loaded alias @oasis.prod from file [notice] | |
/home/rwilliams/.drush/oasis.aliases.drushrc.php [0.39 sec, 6.45 MB] | |
Backend invoke: ssh -o PasswordAuthentication=no ubuntu@oasis 'drush [command] | |
--backend=2 --verbose --debug --root=/srv/www/www.aarweb.org/htdocs | |
--uri=www.aarweb.org sql-conf --all 2>&1' 2>&1 [0.49 sec, 6.49 MB] | |
ssh -o PasswordAuthentication=no ubuntu@oasis 'drush --backend=2 [notice] | |
--verbose --debug --root=/srv/www/www.aarweb.org/htdocs | |
--uri=www.aarweb.org sql-conf --all 2>&1' 2>&1 [0.49 sec, 6.49 MB] | |
The external command could not be executed due to an application [error] | |
error. [0.72 sec, 6.49 MB] | |
Illegal string offset 'site' backend.inc:1013 [0.72 sec, 6.5 MB] [warning] | |
The command could not be executed successfully (returned: Permission [error] | |
denied (publickey). | |
, code: 255) [0.72 sec, 6.5 MB] | |
Backend invoke: /usr/bin/php -d magic_quotes_gpc=Off -d [command] | |
magic_quotes_runtime=Off -d magic_quotes_sybase=Off | |
/usr/share/php/drush/drush.php --php=/usr/bin/php --php-options=' -d | |
magic_quotes_gpc=Off -d magic_quotes_runtime=Off -d | |
magic_quotes_sybase=Off' --backend=2 --verbose --debug | |
--root=/srv/www/www.aarweb.org/htdocs --uri=local.aarweb.org | |
sql-conf --all 2>&1 [0.84 sec, 6.5 MB] | |
/usr/bin/php -d magic_quotes_gpc=Off -d magic_quotes_runtime=Off -d [notice] | |
magic_quotes_sybase=Off /usr/share/php/drush/drush.php | |
--php=/usr/bin/php --php-options=' -d magic_quotes_gpc=Off -d | |
magic_quotes_runtime=Off -d magic_quotes_sybase=Off' --backend=2 | |
--verbose --debug --root=/srv/www/www.aarweb.org/htdocs | |
--uri=local.aarweb.org sql-conf --all 2>&1 [0.84 sec, 6.51 MB] | |
The command sql-sync could not be initialized. [1.13 sec, 6.52 MB] [error] | |
Command dispatch complete [1.13 sec, 6.52 MB] [notice] | |
Peak memory usage was 8.44 MB [1.13 sec, 6.51 MB] [memory] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WD php: PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown[error]
column 'base.owner' in 'field list': SELECT base.id AS id, base.name
AS name, base.label AS label, base.plugin AS plugin, base.active AS
active, base.weight AS weight, base.status AS status, base.dirty AS
dirty, base.module AS module, base.owner AS owner,
base.access_exposed AS access_exposed, base.data AS data
FROM
{rules_config} base
WHERE (base.plugin = :db_condition_placeholder_0) AND (base.active =
:db_condition_placeholder_1) ; Array
(
[:db_condition_placeholder_0] => reaction rule
[:db_condition_placeholder_1] => 1
)
in EntityAPIController->query() (line 187 of
/srv/www/www.aarweb.org/htdocs/sites/all/modules/entity/includes/entity.controller.inc).
Drush command terminated abnormally due to an unrecoverable error. [error]