I saw another report about this, but that was resolved a while ago and closed out. I looked at my copy of the module (downloaded HEAD yesterday) and the code is substantially different from that in the other issue, so I'm assuming my issue has another cause.
Drupal 5, Apache 1.3.37, PHP 5.1.2 MySQL 4.1.16
1. Installed fresh copy of Drupal 5.0 a few days ago.
2. Installed category (v5), filemanager (HEAD) and Video (HEAD). Ran update.php after each of these just in case (noting recommendation in other issue) and found no problems.
3. Installed Acidfree HEAD.
4. Ran update.php and installed update 4.
5. Created album, and no drop downs existed for Parent -- could not create this content.
6. Removed Acidfree completely.
7. Installed again, ran update.php, installed 3 and then 4.
8. Repeated step 5, same result.
I suspect I could hack around this issue by creating a page w/ PHP input type, but I'm not sure what code would be required.
Until another fix or patch is offered, can anyone help me work around this problem
Comments
Comment #1
silurius commentedError upon clicking Submit button:
Comment #2
silurius commentedBumping, in part due to the relative lack of integrated gallery modules for Drupal 5.x.
Comment #3
silurius commentedOK I've gone through a few cycles of rebuilding my site from scratch using Drupal 5.1 and Acidfree HEAD, with no success. This cripples Acidfree's ability to create albums.
Drupal 5.1, Apache 1.3.37, PHP 5.1.2, MySQL 4.1.16
I carefully followed the suggested steps in this issue, and nothing surfaced until trying to run the Acidfree updates through Drupal's update.php.
http://drupal.org/node/111991
Upon running Acidfree update #3, I get:
user warning: Table 'drupal5_acidfree_album' already exists query: CREATE TABLE drupal5_acidfree_album (aid INT(11) NOT NULL auto_increment, tid int(11) NOT NULL default '0', thumb INT(11) NOT NULL default '0', share INT(1) NOT NULL default '0', order_by VARCHAR(32) NOT NULL default 'n.nid DESC', view varchar(32) NOT NULL default 'grid', PRIMARY KEY (aid)) type=MyISAM /*!40100 DEFAULT CHARACTER SET utf8 */; in /home/examplepath/examplesite.com/includes/database.mysql.inc on line 172Upon running Acidfree update #4, I get:
Comment #4
vhmauery commentedThis is pretty old. Does it work on the current Acidfree?
Comment #5
vhmauery commented