When installing on site with twitter_block in place, the following occurs -

WD php: PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown        [error]
column 'bid' in 'field list': SELECT bid, info FROM {twitter_block} ORDER
BY info; Array
(
)
 in twitter_block_block_info() (line 117 of
/home/internetservices/xxxxxx/sites/all/modules/twitter_block/twitter_block.module).
Cannot modify header information - headers already sent by (output         [warning]
started at /usr/share/php/drush/includes/output.inc:37)
bootstrap.inc:1212
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'bid' in 'field list': SELECT bid, info FROM {twitter_block} ORDER BY info; Array
(
)
 in twitter_block_block_info() (line 117 of /home/internetservices/xxxxxx/sites/all/modules/twitter_block/twitter_block.module).
Drush command terminated abnormally due to an unrecoverable error.           [error]

Comments

tclnj’s picture

Status: Active » Closed (fixed)
MustangGB’s picture

Issue summary: View changes
Status: Closed (fixed) » Closed (works as designed)