I tried to install the module but received a blank page. (Drupal 5.18, CCK 5.x-1.10). Thereafter I enabled the module manually, where some errors appeared. My field was called revisions (field_revisions), but every time error appeared where field_revisions_vid was mentioned. The field was neither able to find any revision.
Hope there is some solution.
Thanks

Comments

PEpe’s picture

Try to send error messages. There is only development version for Drupal 5, version for Drupal 6 shloud work's fine.

kansaj’s picture

ok.
Error viewing any node

Unknown column 'field_revisions_vid' in 'field list' query: SELECT field_revisions_vid AS vid FROM content_type_story WHERE vid = 1 LIMIT 0, 1 in /home/cartrite/public_html/fleetsurveys/fleetbase/includes/database.mysql.inc on line 174.

Error after trying to remove the field

Can't DROP 'field_revisions_vid'; check that column/key exists query: ALTER TABLE content_type_story DROP field_revisions_vid in /home/cartrite/public_html/fleetsurveys/fleetbase/includes/database.mysql.inc on line 174.

Error during installation:
Blank screen no any message; after refresh module was not activated.

Please note:
the created field was "field_revisions".

Could provide more info and test, if needed
Thanks

PEpe’s picture

I'm afraid that still can't help you. Try to add manually (in phpMyAdmin or similar) integer column field_revisions_vid into table content_type_story. (I used module in time of CCK 5.x-1.6-1...maybe some architecture changed)

danielb’s picture

Status: Active » Closed (won't fix)

With the D5 end of life announcement, module maintainers have been recommended to stop supporting Drupal 5 versions.

http://drupal.org/node/1027214

I'm going to close this issue for this reason, as it looks like nobody is able to support it anyway.