Hi,
I just upgraded to new cvs version, and now when I enter a new node, I get the following error messages:
[code]
* user warning: Unknown column 'nid' in 'field list' query: INSERT INTO node_field_shorttext_data (nid, vid, field_name, field_shorttext, format) VALUES (71, 71, 'field_sous_titre', '', 0) in /homepages/23/d154239500/htdocs/min/includes/database.mysql.inc on line 118.
* user warning: Unknown column 'nid' in 'field list' query: INSERT INTO node_field_longtext_data (nid, vid, field_name, field_longtext, format) VALUES (71, 71, 'field_texte', 'texte', 1) in /homepages/23/d154239500/htdocs/min/includes/database.mysql.inc on line 118.
[/code]

Then the node is inserted, BUT only the title is recorded, the body of the message and the subtitle I created (so, two text fields) are not inserted.

Thanks

Comments

Julien PHAM’s picture

I guess this is because my database is not up to date but I'm unable to find anything about cck is update.php, as stated in node http://drupal.org/node/50294

JonBob’s picture

Status: Active » Postponed

It looks like the current module archive that is available for download doesn't contain my .install file changes. These are necessary for update.php to work. This is very strange, as the other changes I made during the same CVS commit *did* make it into the archive.

I don't know when packages are re-rolled by the project module here on drupal.org; I'll check again in a day to see if things have stabilized. In the meantime, you could get the module directly from a CVS checkout instead of the site if your need is urgent.

Julien PHAM’s picture

I downloaded your files from:
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/cck/

But I still have nothing in update.php...

Julien PHAM’s picture

Ok someone just gave me the latest cck and now it works perfectly, thanks.

KarenS’s picture

Component: Code » content.module
Status: Postponed » Fixed

Fixed a long time ago.

Anonymous’s picture

Status: Fixed » Closed (fixed)