Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2010 at 16:37 UTC
Updated:
19 Jan 2011 at 18:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
merlinofchaos commentedAre you using PHP 5.3?
Comment #2
Lubas commentedYep, PHP 5.3.2
I got more errors like this, and even a wsod for a while, so I disabled ctools: it only caused troubles!
Comment #3
valoonux commentedHi all !
I get the same error
Warning: Parameter 1 to ctools_export_ui_edit_item_wizard_form() expected to be a reference, value given in drupal_retrieve_form() (line 705 of /usr/share/drupal7b3/includes/form.inc).
when I try to work with panels, for example when I go to /admin/structure/mini-panels/add
(I'm usingPHP 5.3.2)
Valerie
Comment #4
deepbluesolutions commentedComment #5
deepbluesolutions commentedhi all, Im still getting the problems outlined above, I cant get any endpoint created for services to function. I note merlinofchaos comment, re php 5.3, is ctools 5.3+ compatible is this where my problem is?
Im using the latest dev release of d7 core, as well as latest dev releases of ctools, services and rdf. any pointers very gratefully received.
Warning: Parameter 1 to services_edit_form_endpoint() expected to be a reference, value given in drupal_retrieve_form() (line 766
This issue was nothing to do with ctools !!, and is now sorted, upgrade to the latest version of services!
Comment #6
roma.k commentedGot the same error when I went to mini panels and clicked Add, refering to adding a mini panel. Here is the error.
Warning: Parameter 1 to ctools_export_ui_edit_item_wizard_form() expected to be a reference, value given in drupal_retrieve_form() (line 766 of /Users/user/Sites/DrupalSite/includes/form.inc).Drupal 7 RC2
Mac OS X
php 5.3
Comment #7
berdyshev commentedHere is the patch, this helps me.
Comment #8
aspilicious commentedComment #9
berdyshev commentedOps, in previous patch exists some error.... I fixed it.
File to patch: ctools/plugins/export_ui/ctools_export_ui.class.php
You must apply patch from directory: ctools/plugins/export_ui
Comment #10
bpeter commentedCorrected patch to prevent WSOD. It works with the latest -dev. (PHP 5.3.3)
I changed to RTBC because the correction was trivial.
Comment #11
bpeter commentedOops, I missed BerdArt's patch...
My patch is the same but you can apply it from the ctools directory.
Comment #12
merlinofchaos commentedCommitted. Thanks!