Install error on Fresh 6.0RC1 install
grndlvl - December 21, 2007 - 14:31
| Project: | Content Construction Kit (CCK) |
| Version: | 6.x-1.x-dev |
| Component: | General |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The error.
(Currently using Content Version Your CCK database is not up to date and will not work correctly in this version of the Content module. Please upgrade your database in Drupal 5.x to at least Content update 1008, using the latest 5.x version of the Content module, before upgrading to Drupal 6.x.)Again this is not an upgrade from 5.x it is a fresh installation of 6.0-rc1

#1
Right. Should be fixed in latest HEAD.
#2
The change you committed only fixed the issue on the content and fieldgroup modules. The text, number and optionwidgets modules would not install. Changing the code in the .install files to
if (($current_version > -1) && ($current_version < $minimum_version)) {like the previous two fixes worked perfectly. I'm assuming the contentcopy, userreference and nodereference will need the same fix as well (I haven't tested them though).
#3
Er, of course. Fixed now. Thanks :-)
#4
Automatically closed -- issue fixed for two weeks with no activity.