Closed (fixed)
Project:
Panels
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2011 at 10:12 UTC
Updated:
17 Mar 2011 at 01:41 UTC
panels.module on line 1031 and common.inc on line 160 are using drupal_render_form. I was experimenting along the lines of #959016: Node edit page calls undefined function drupal_render_form() and with drupal_get_form and drupal_render, but I didn't get far (well, nowhere to be precise).
Comments
Comment #1
merlinofchaos commentedRight now form contexts need some work and I haven't gotten to them yet.
Comment #2
chesketh commentedSubscribing, this prevents me from being able to use panels for node edit forms.
Comment #3
bennash commentedsubscribing
Comment #4
OnkelTem commentedPlease, upgrade this code asap, this prevents us from using Panels on Drupal 7 in its full power.
Setting to major.
Comment #5
esmerel commentedPriority is not driven by how much a user wants the code done. It's driven by the actual severity of the problem. Changing it to major is not going to give the maintainers time to work on it.
Comment #6
OnkelTem commented@esmerel
> It's driven by the actual severity of the problem
So you estimate the inability to build any form with Panels as of with not enough severity? Indeed.
How many 7.x-3.x-dev issues are of major Priority in the queue - maybe scores of them?
http://drupal.org/project/issues/panels?text=&status=Open&priorities=4&c...
No, 2 issues in total: one is "fixed" and the other is postponded.
So what would be really major bug, huh?
Comment #7
esmerel commentedI'm saying that the one of the primary maintainers already looked at this once and didn't raise the severity. The software is also alpha - that means that nothing is really guaranteed to work. If one of them feels this is major, they'll likely change it.
Comment #8
duncanssmith commentedWhite screen on attempt to create a Form variant for a specific Node type.
When "Node Add Edit form" is enabled, this issue occurs whether a Variant exists or not.
Works fine with Variants when "Node View" is enabled
PHP Error log:
PHP Fatal error: Call to undefined function drupal_render_form() in C:\Program Files\BitNamiDrupalStack\apps\drupal\htdocs\sites\all\modules\panels\panels.module on line 1030
Comment #9
MChall commentedSubscribing; Looks like a related issue http://drupal.org/node/959016
Comment #10
duncanssmith commentedIt does indeed look related. Perhaps these can be merged.
I am concerned about the Node edit form issue as this may be a show-stopper.
Comment #11
merlinofchaos commentedI just pushed fixes to the form stuff. It's MOSTLY on the CTools side but there was a fix on the Panels side as well. It'll be 12 hours before -dev is rebuilt.