Skip to content

Instantly share code, notes, and snippets.

@glennpratt
Created October 20, 2011 05:13
Show Gist options
  • Select an option

  • Save glennpratt/1300476 to your computer and use it in GitHub Desktop.

Select an option

Save glennpratt/1300476 to your computer and use it in GitHub Desktop.
WD php: PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'uuid' in 'where clause': SELECT t.cid AS cid [error]
FROM
{comment} t
WHERE ( (uuid = :db_condition_placeholder_0) OR (uuid IS NULL ) ); Array
(
[:db_condition_placeholder_0] =>
)
in _uuid_sync_table() (line 116 of /srv/store/current/www/profiles/apci_store/modules/contrib/uuid/uuid.module).
Cannot modify header information - headers already sent by (output started at /usr/local/lib/drush/includes/drush.inc:917) bootstrap.inc:1207 [warning]
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'uuid' in 'where clause': SELECT t.cid AS cid
FROM
{comment} t
WHERE ( (uuid = :db_condition_placeholder_0) OR (uuid IS NULL ) ); Array
(
[:db_condition_placeholder_0] =>
)
in _uuid_sync_table() (line 116 of /srv/store/current/www/profiles/apci_store/modules/contrib/uuid/uuid.module).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment