Hi. I've downloaded the beta1 version. When I've enabled it with Drush I've had the following errors (reproduced two times on two different clean Drupal installations):

WD php: DatabaseSchemaObjectExistsException: Table nodequeue_auto already exists. in                            [error]
DatabaseSchema->createTable() (line 629 of /var/www/includes/database/schema.inc).
WD php: Warning: Cannot modify header information - headers already sent by (output started at                  [warning]
/usr/share/drush/includes/drush.inc:579) in drupal_send_headers() (line 1039 of
/var/www/includes/bootstrap.inc).
DatabaseSchemaObjectExistsException: Table <em class="placeholder">nodequeue_auto</em> already exists. in DatabaseSchema->createTable() (line 629 of /var/www/includes/database/schema.inc).
Drush command terminated abnormally due to an unrecoverable error.                                              [error]

The same error appears even enabling the module from the modules page.

Comments

davidfells81@gmail.com’s picture

Assigned: Unassigned » davidfells81@gmail.com
Status: Active » Needs work
bruce0’s picture

Similar error: It installed once ok, but then got worse.

Error messageDatabaseSchemaObjectExistsException: Table front_page already exists. in DatabaseSchema->createTable() (line 629 of ...path.../includes/database/schema.inc).
The website encountered an unexpected error. Please try again later.

davidfells81@gmail.com’s picture

Status: Needs work » Closed (fixed)

Really sorry I took so long getting to this. This error wasn't critical, had to do with me not realizing the schema was installed automatically w/o calling schema install in the install hook.

bruce0, I have no idea how that error could have come from this module. If you ever use the module again and see it please create a new bug with detailed steps to reproduce.