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

merlinofchaos’s picture

Right now form contexts need some work and I haven't gotten to them yet.

chesketh’s picture

Subscribing, this prevents me from being able to use panels for node edit forms.

bennash’s picture

subscribing

OnkelTem’s picture

Priority: Normal » Major

Please, upgrade this code asap, this prevents us from using Panels on Drupal 7 in its full power.
Setting to major.

esmerel’s picture

Priority: Major » Normal

Priority 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.

OnkelTem’s picture

@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?

esmerel’s picture

I'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.

duncanssmith’s picture

White 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

MChall’s picture

Subscribing; Looks like a related issue http://drupal.org/node/959016

duncanssmith’s picture

It 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.

merlinofchaos’s picture

Status: Active » Fixed

I 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.