Closed (fixed)
Project:
Flexinode
Version:
master
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2006 at 05:05 UTC
Updated:
18 Apr 2006 at 00:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
hadishon commentedI'm getting this error using current CVS Drupal and current CVS Flexinode:
Fatal error: Call to undefined function: node_validate_title() in /home/httpd/vhosts/activefarming.com/httpdocs/modules/flexinode/flexinode.module on line 604
Comment #2
hadishon commentedAs per http://drupal.org/node/22218#node_validate_title and other issues for other items:
node_validate_title() was removed
The page above specifies to:
Simply specify the '#required' => TRUE attribute on the form item instead, and form API will validate for you.
How do I do this?
Comment #3
hadishon commentedI looked at the patch for project.module and they just deleted the line...
I tried deleting:
node_validate_title($node);and now flexinode appears to be working fine. I don't know if this would cause any other problems though?
Comment #4
RayZ commentedThis looks fine to me. Here is the patch. It appears '#required' => TRUE was already in there.
Comment #5
jonbob commentedCommitted.
Comment #6
(not verified) commented