Closed (fixed)
Project:
Project issue tracking
Version:
7.x-2.x-dev
Component:
Issues
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Jul 2012 at 17:41 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bdragon commentedHave you tried clearing caches? (admin/config/development/performance)
Comment #2
mvlabat commentedDone. Nothing has changed... I still get the same error. (
Comment #3
mvlabat commentedThe problem still exists. How to solve it?
Comment #4
bdragon commentedAh, I see what's going on.
Since node_add is in node.pages.inc, it's usually implicitly included. But since we're manually setting up the form, it's only ensuring issue_node_form.inc is loaded...
Try this patch.
Comment #5
dwwTagging so this doesn't get lost.
I'll try to review test in the near future if possible, although if mvlabat can test the latest patch and report back your findings, that'd be great.
Thanks,
-Derek
Comment #6
mvlabat commentedExcuse me for my being absent for so long...
But yes! The patch works for me! Thank you a lot! :)
Comment #7
bdragon commentedOK, committed.
http://drupalcode.org/project/project_issue.git/commit/f9c46de70b9eab150...