Download Size md5 hash
bluga-6.x-1.1.tar.gz 19.14 KB 20984c7f64596abed13c6ace99d2788c
bluga-6.x-1.1.zip 22.01 KB 9619ea0cd69903cb186364a53cb3a238
Official release from tag: 6.x-1.1
Last updated: December 24, 2010 - 22:33

If you installed 6.x-1.0 fresh, you don't need this update.

For users of the 5.x-1.x version and 5.x-1.0 version upgrading to 6.x-1.1, this update is critical. Without this update, you will only be able to create a single thumbnail and the module will not work after that. This is because 6.x-1.0 failed to include the update required to make it work with the way Drupal 6 handles auto-incrementing ID columns. This release corrects that problem.

Note for 6.x-1.x and 6.x-1.0 users: When you run update.php after this upgrade, you will receive two FAILURE messages:

  • user warning: Incorrect table definition; there can be only one auto column and it must be defined as a key query: ALTER TABLE bluga_request DROP PRIMARY KEY in /home/sterling/Dropbox/code/drupal/bluga-sandbox6/includes/database.mysql-common.inc on line 386.
  • user warning: Multiple primary key defined query: ALTER TABLE bluga_request CHANGE `rid` `rid` INT unsigned NOT NULL auto_increment, ADD PRIMARY KEY (rid) in /home/sterling/Dropbox/code/drupal/bluga-sandbox6/includes/database.mysql-common.inc on line 520.

This is expected and indicates that your table is already correct, so you can safely ignore these errors.