Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempting an upgrade fires an error #78

Closed
jonpugh opened this issue Mar 1, 2016 · 1 comment
Closed

Attempting an upgrade fires an error #78

jonpugh opened this issue Mar 1, 2016 · 1 comment

Comments

@jonpugh
Copy link
Member

jonpugh commented Mar 1, 2016

Gotta be something about the node types hooks...
Column not found: 'disabled' in 'where clause': SELECT nt.*
FROM
{node_type} nt
WHERE (disabled = :db_condition_placeholder_0)
ORDER BY nt.type ASC; Array
(
[:db_condition_placeholder_0] => 0
)

Hostin  7000  Clear cache for tasks view update.                               
 g_task
Do you wish to run all pending updates? (y/n): y
WD php: PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown[error]
column 'disabled' in 'where clause': SELECT nt.*
FROM 
{node_type} nt
WHERE  (disabled = :db_condition_placeholder_0) 
ORDER BY nt.type ASC; Array
(
    [:db_condition_placeholder_0] => 0
)
 in _node_types_build() (line 739 of
/var/aegir/devmaster-1.x/modules/node/node.module).
Cannot modify header information - headers already sent by (output   [warning]
started at
/usr/share/composer/vendor/drush/drush/includes/output.inc:38)
bootstrap.inc:1232
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'disabled' in 'where clause': SELECT nt.*
FROM 
{node_type} nt
WHERE  (disabled = :db_condition_placeholder_0) 
ORDER BY nt.type ASC; Array
(
    [:db_condition_placeholder_0] => 0
)
 in _node_types_build() (line 739 of /var/aegir/devmaster-1.x/modules/node/node.module).

@jonpugh
Copy link
Member Author

jonpugh commented Jul 18, 2017

No longer an issue. Upgrades are tested.

@jonpugh jonpugh closed this as completed Jul 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant