Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.5
Component:
CCK in core
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2009 at 07:39 UTC
Updated:
15 Oct 2009 at 15:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
markus_petrux commentedMake sure the .info file of the content module contains the correct information. You may also want to click the "Check manually" link in the "Available updates" page to make sure your site has up to date information about projects.
Comment #2
Ole Martin commentedI have checked the version number and it is ok, run the "Check manually", but nothing changed. Have a page where everything is ok and copied all of the modules from the page, but it did not. Is the database updated, or is it the old values that ogsø apply there?
Modules in terms of:
Content 6.x-2.0-RC7
Content Copy 6.x-2.0-RC7
Content Permissions 6.x-2.0-RC7
Field Group 6.x-2.0-RC7
Reference Node 6.x-2.0-RC7
Number 6.x-2.0-RC7
Option Widgets 6.x-2.0-RC7
Text 6.x-2.0-RC7
User Reference 6.x-2.0-RC7
All other modules related to CCK is "Up to date" .
Can I do anything about this in the database without destroying anything on the page?
Comment #3
markus_petrux commentedhmmm.. maybe you have a CCK package installed in another directory than the one you have updated?
Comment #4
Ole Martin commentedNo, it is in "sites/all/modules",
and I checked in Modules also. It is so strange ... thought I' Should delete all these modules in the database in the "system" table. Have back-up. But then I have to do it later
Comment #5
markus_petrux commentedMaybe you have a CCK package installed in sites/domain/modules.
Visit modules administration page, then check the {system} table to see which is the path Drupal is looking at for CCK.
The filename column contains the path to content.module. Then, check the file content.info in that directory.
This is the information that uses the Update status report.
Comment #6
Ole Martin commentedI was in and looked after the path and I found something strange. This is an old page, where several have previously worked. Do not know how this should happend ;-) , but found that the Path to the modules were: "sites/all/modules/admin_menu/CCK /content.module".
Checking in "admin menu" module, but there was nothing. Have been erased by previous work since I deleted almost all the modules and loaded theme up again new.
It's probably just to delete these tables and activate CCK again?
Comment #7
markus_petrux commentedNope. Do not delete the rows in the {system} table. Just remove the cck folder from the admin_menu folder. Then visit the Modules administration page. Drupal should update these rows with the correct path to the CCK package in your installation.
If you remove rows from the {system} table, you'll get an inconsistent state of the module, because it was already installed, and its own tables were already created, etc. But if those rows are removed, the Schema version of the module is lost.
Comment #8
Ole Martin commentedI think that the CCK module was removed from the admin menu module some time ago when I wore it on and uploaded it again. Now I have tried to run "update.php" and selected all the modules to CCK. Still, there is no change.
Comment #9
Ole Martin commentedI took another round of updates and now it came. Thank you for all the help.
Comment #10
markus_petrux commentedSweet :)