Installation failure

kansaj - June 30, 2009 - 12:01
Project:Revision reference
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

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

#1

PEpe - June 30, 2009 - 12:08

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

#2

kansaj - June 30, 2009 - 12:47

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

#3

PEpe - June 30, 2009 - 13:00

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)

 
 

Drupal is a registered trademark of Dries Buytaert.