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

CommentFileSizeAuthor
#13 preg_match_error.jpg84.93 KBintyms

Comments

summit’s picture

Hi Earl,

This error is all around the content area of pages:

http://www.site.com/admin/build/pages/nojs/operation/page-[panelpagetitle]
/handlers/page_[panelpagetitle]_panel_context/content.

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

summit’s picture

Hi,

I got this on a new page..so with all pages I got

preg_match() expects parameter 2 to be string, array given in /httpdocs/includes/bootstrap.inc on line 777

Please assist :(

afoster’s picture

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

summit’s picture

hi, please do not hiijak this thread, I only get this error with the newest panels and ctools.
Greetings, Martijn

realog32’s picture

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

summit’s picture

For me it is everywhere within pages (ctools/panel panes), when I start a new one, the error occurs...

greenreaper’s picture

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

summit’s picture

Status: Active » Fixed

Hi, 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!

Status: Fixed » Closed (fixed)

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

citadin86’s picture

Status: Closed (fixed) » Fixed

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

Status: Fixed » Closed (fixed)

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

m.sant’s picture

I 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

intyms’s picture

Status: Closed (fixed) » Active
StatusFileSize
new84.93 KB

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

intyms’s picture

Version: 6.x-3.x-dev » 6.x-3.3
cimo’s picture

Same issue on Panels 6.x-3.3 editign pages.

summit’s picture

Hi, 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

cimo’s picture

As commented in this thread also my issue was related to some orphans cck fields. No Panels related.

intyms’s picture

Status: Active » Fixed

#16
thank you.

After upgrade to latest panels, the error dissapears.

Status: Fixed » Closed (fixed)

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