Closed (fixed)
Project:
Panels
Version:
6.x-3.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2009 at 23:20 UTC
Updated:
24 Jun 2010 at 16:40 UTC
Jump to comment: Most recent file
Hi Earl,
I have now updated ctools, hierarchical select and panels 3.dev (latest .dev).
Everything is working fine, only I got a
preg_match() expects parameter 2 to be string, array given in /httpdocs/includes/bootstrap.inc on line 777
when I am looking at the settings in all my panes...
Greetings, Martijn
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | preg_match_error.jpg | 84.93 KB | intyms |
Comments
Comment #1
summit commentedHi Earl,
This error is all around the content area of pages:
On the content page, and all inside setting pages op panes within the page.
EDIT: How can I see where this error is comming from, I think the import export of a panel from 1.0 to 1.2 is the problem...
greetings, Martijn
Comment #2
summit commentedHi,
I got this on a new page..so with all pages I got
Please assist :(
Comment #3
afoster commentedHi All,
I'm getting this error without running panels at all! I've got a Drupal 6.14 See ticket http://drupal.org/node/628902.
I'm guessing it's core, views, or CCK.
Comment #4
summit commentedhi, please do not hiijak this thread, I only get this error with the newest panels and ctools.
Greetings, Martijn
Comment #5
realog32 commentedI was having a similar error message and realized that in one of my drupal form declarations, I had set the default value for a textfield form element to an array instead of a string.
Changing this fixed the issue for me.
Hope this helps someone.
Comment #6
summit commentedFor me it is everywhere within pages (ctools/panel panes), when I start a new one, the error occurs...
Comment #7
greenreaperSee RootCandy theme bug #656558: $items passed to theme('item_list',...) may contain subarrays from menu_navigation_links's $menu_tree
This may be the problem, or you may have other code with a similar problem.
Comment #8
summit commentedHi, I had a stupid mistake, nothing to do with panels, sorry Earl.
I finally could debug my situation with eclipse, which is great if you got a hang of it!
I missed the cck email module with a transfer, and no with that in place it is working again.
Earl, I wish you and your team, and your family a happy christmas and a very good new year, and thank you what you are doing for the Drupal community!!
I am so happy I can debug some things myself now!
Comment #10
citadin86 commentedI had the same error. My fix:
previously I installed Gmap module and created a field in CCK. Than I disabled the module and received the error. After I deleted the field, the error dissapeared.
Comment #12
m.sant commentedI had this error too in Drupal 6.16.
My case is similar to #11. The culprit was a cck location field after unistalling the Location module
Comment #13
intyms commentedi get the same error on summary page (see attached file).
I deleted a content type, but i forgot to delete the Node Variant for that content type.
i guess this actions caused the error.
can i do something to get rid of this error?
Comment #14
intyms commentedComment #15
cimo commentedSame issue on Panels 6.x-3.3 editign pages.
Comment #16
summit commentedHi, I think you should move to Panels 3.4, in my installation there was a security issue and 3.4 has off course also different improvements!
greetings, Martijn
Comment #17
cimo commentedAs commented in this thread also my issue was related to some orphans cck fields. No Panels related.
Comment #18
intyms commented#16
thank you.
After upgrade to latest panels, the error dissapears.