Downloads
Download tar.gz
19.14 KB
MD5: 20984c7f64596abed13c6ace99d2788c
SHA-1: 719d9acf5d421c7ce4660418ec7e408449ff3780
SHA-256: 581d9008778df5c5c7313162e2546dfa4fdca0f0bea6665450e5228a02da49d5
Download zip
22.01 KB
MD5: 9619ea0cd69903cb186364a53cb3a238
SHA-1: e896283019a847d09589efc6ae5be79440e40d80
SHA-256: bea192bb5c2e7e455b3fa14bebc4f99810cd154a0dd104ffb5582cc861994512
Release notes
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.