Closed (fixed)
Project:
Node and Comments Form Settings
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 May 2011 at 14:02 UTC
Updated:
4 Jan 2014 at 00:53 UTC
Jump to comment: Most recent
Comments
Comment #1
deaftone commentedComment #2
lelizondo commentedCan you post your apache / php logs please for when this error occurs.
Comment #3
osopolarNot sure but I guess I have the same problem. When I edit the content type I get:
( ! ) Fatal error: Call to undefined function ctools_dependent_process() in /path/to/drupal/includes/form.inc on line 1724
Without checking for ctools you set '#process' => array('ctools_dependent_process') in settings_node.inc: _nodeformsettings_settings_form()
BTW: I had installed ctools before, but I uninstalled it later ... now I installed it again, as a workaround for this issue.
Comment #4
lelizondo commentedWell, this is not a bug then, more like a Feature request to make this module not dependent on Ctools. Anyway, at least in my sites, Ctools is becoming a huge dependency since now Views and many others are Ctools dependent.
Comment #5
osopolarAt the moment it's a bug, because the module is not working as expected. You may solve this by declaring this module explicitly ctools dependent. And another task would actually be: "Make this module not Ctools dependent". But you decide, you are the maintainer.
Comment #6
lelizondo commentedCtools is needed in a very small configuration thing. Is not really worth it to make it a dependency. If Ctools is not installed, the only thing that is going to happen is that a small setting will not be dependent on another and it will not show/hide.
I just committed and pushed to 7.x-2.x
Comment #7
lelizondo commentedAlso commited and pushed to 6.x-2.x