Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2011 at 14:10 UTC
Updated:
28 Jul 2011 at 23:21 UTC
I'm trying to add the "user contact form" to my page, but there is no way to complete the process. See the attached screenshots for the best explanation.
Also the following warning is being thrown.
Theme key "panels_edit_display_form" not found.
| Comment | File | Size | Author |
|---|---|---|---|
| Contact Form | 186.58 KB | bryancasler |
Comments
Comment #1
bryancasler commentedUpdate
The warning being thrown in my original post is not related to this problem. This error, however, is.
Anyone else having trouble getting the contact form to show up?
Comment #2
bryancasler commentedThis is still occurring. I'm using the most current dev releases of drupal, panels and ctools.
Comment #3
bryancasler commentedI'm thinking this is more likely a ctools problem. Moving this issue over there.
Comment #4
merlinofchaos commentedLooks like that wasn't properly updated. The & should be removed from $form in the declaration of
ctools_user_contact_content_type_edit_form(); that should let you get past this error.Comment #5
bryancasler commentedThat worked, thanks Merlin.
Comment #6
merlinofchaos commentedComment #7
merlinofchaos commentedCommitted a fix to -dev. Shouldn't have set this fixed with no message. :)