Closed (fixed)
Project:
Panels
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2008 at 01:59 UTC
Updated:
12 Mar 2010 at 00:24 UTC
I just started playing with panels 2.x development module with the tabs panel style module. I was able to setup my mini-panels but I can into this error when my page loaded with the mini-panels. I updated panels-view problem 205883. And now I got this warning on the top of my site:
warning: array_merge_recursive() [function.array-merge-recursive]: recursion detected in includes/common.inc on line 1679.
I don't know where to begin to figure the error out.
Comments
Comment #1
merlinofchaos commentedI've never seen this error, and just looking at that piece of code isn't giving me a good idea what is causing it.
I will need instructions on how to duplicate this error in order to be able to help.
Comment #2
yched commentedI'm seeing those too from time to time. Haven't been able to figure out a pattern, though.
Comment #3
merlinofchaos commentedyched, if you can get this to come up semi-reliably, can you maybe log a debug_backtrace when it happens? It might be kind of tough to catch it.
Comment #4
jmai commentedI did some more debugging by changing the layout settings. Instead of using the Tabs from the tab panel style module, i used the default setting and I'm not seeing the warnings anymore. I created an issue over the tabs panel style project 207486 if your interested on reading more about it. Thanks for your help.
Comment #5
yched commentedI'm also using tabs panels styles. Couldn't tell right now whether I'm seeing this only on tabs-enabled panels.
Comment #6
jmai commentedyched: I was getting the warning on pages that didn't have the tabs-enabled panels. But after disabling the tabs from those minipanels, the warnings didn't appear. My admin pages were consistently getting the warning even tho those panels weren't even displayed.
Comment #7
sdboyer commentedAny more info on this? If not, I'm going to assume/hope that some of the other API fixups we've done take care of it :)
Comment #8
cameronp commentedI'm still getting this error unfortunately :(, but i just disabled the block that had a tabbed mini panel in it for admin/edit/panel and it did the job, so looks like something is up when mini panels tab gets involved.
Comment #9
wwalc commentedUnfortunately I've created the same bug recently in the FCKeditor module ;]
It was caused by multiple calls of drupal_add_js(..., 'setting'); with the same associative array, so in my case it happened only when I was editing multiple text fields on a single page (CCK field).
I'm not sure if that's the same case, but I've googled out this bug report and thought that perhaps this infromation may help you.
(setting ticket status to active because I provided new information, I'm not sure if this bug still exists though, so feel free to change status back).
Comment #10
scarer commentedhey wwalc,
did you manage to fix the error? i am getting the same error.
Comment #11
Steve Dondley commentedI'm getting this with fckeditor installed. Has nothing to do with panels. It doesn't happen all the time. It did just happen on a page with two text areas. But it doesn't happen all the time on a page with two text areas.
Comment #12
wwalc commented@scarer: sorry for late reply. Yes, I fixed it in the FCKeditor module. Don't know if that have anything to do with this bug though. As I wrote earlier, it was caused by multiple calls of drupal_add_js(..., 'setting') function.
Comment #13
esmerel commentedAppears to be problem with another module, No fixes will be added to the 2.x line.