I recently upgraded my site from Drupal 5 to Drupal 6, including content types with link fields. I've just noticed that new nodes no longer save any content entered into link fields. Editing previously created fields allows for editing and saving of link content, so this is only affecting new nodes. All software versions are at latest. The log error when trying to save links in new nodes is:

Column 'field_website_title' cannot be null query: INSERT INTO content_field_website (vid, nid, field_website_url, field_website_title, field_website_attributes) VALUES (3773, 3551, 'http://www.cesi.org.uk/training/course_pages/Development_programme_for_managers.htm', NULL, 'N;') in /srv/indusdelta.co.uk/public/htdocs/sites/all/modules/cck/content.module on line 1207.

Any idea what's going on?

Comments

DanielJohnston’s picture

Status: Active » Closed (duplicate)

Oops. Found an existing issue. Marking as duplicate of #318277

jcfiala’s picture

Thanks for noticing this is a duplicate yourself! Good eyes. :)

Could you try installing link-6.x-2.6-BETA1, and then running the update.php? This new version has a change that should fix your problem. (And please reply here to let me know if your problem was successfully fixed or not.)

Thank you!

DanielJohnston’s picture

Yup, it fixed the problem just fine. All is well with links.