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

bforchhammer’s picture

Project: Automatic Entity Label » Twitter Block
Category: bug » support
Priority: Major » Normal

The error message looks like either your twitter_block database table somehow got changed/broken; or the twitter block module uses an invalid database statement. Either way, that's not something the automatic entity label module is responsible for, hence moving and re-classifying the issue...

Devin Carlson’s picture

Status: Active » Fixed

As mentioned by bforchhammer in #1, it looks like the {twitter_block} table got messed up.

I'd suggest reinstalling Twitter Block.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.