Created
October 20, 2011 05:13
-
-
Save glennpratt/1300476 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
| 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