Warning: Invalid argument supplied for foreach() in include() (line 28 of /mysite/sites/all/modules/panels/templates/panels-add-content-modal.tpl.php).
Notice: Undefined variable: columns in include() (line 28 of /mysite/sites/all/modules/panels/templates/panels-add-content-modal.tpl.php).
Comments
Comment #1
Eventus commentedError appear when Devel module is enabled...
Comment #2
merlinofchaos commentedCan you please explain the negative behavior that makes this message critical?
Comment #3
dimitriseng commentedAfter the upgrade to 3.2 I am also getting the same errors as above when I am pressing the cog to add new content. Not sure if this is causing any other issues or not.
Also, when I am selecting the different options on the left hand side to select the content, I am getting notices and warnings such as the below. For example when I press on "Activity":
Comment #4
sluceroConfirmed that this happens when the Devel module is enabled and functionality returns to normal when the Devel module is disabled.
Comment #5
dimitriseng commentedSo, this is only happening when the Devel module is enabled. Does anybody know if this causing any other problems or should this be ignored then?
Comment #6
merlinofchaos commentedIt may indicate a bug in devel module? Are you using the latest devel?
Can this be reliably reproduced using just a minimal install + latest devel module?
Comment #7
sluceroUsing just a minimal install with Devel, Panels, and Page Manager I cannot reproduce the issue. At the moment I don't have access to the installation where I was experiencing the issue, but on Monday I'll compare and debug the issue a bit further.
Comment #8
crispin commentedsubbing to this - wsod when trying to show a twitter widget in panels....
edit: tried switching of devel and flushing cache etc - no dice.
block is fine when placed in regions outside of panels eg header / footer
Comment #9
Vc Developer commentedSub.....
Comment #10
milos.kroulik commentedI solved it by upgrading to dev version of Devel.
Comment #11
sluceroUpgrading to the latest dev version of Devel worked for me as well.
Comment #12
Letharion commentedI take it this is fixed in Devel then.
Comment #13
Letharion commentedComment #15
dimitriseng commentedIt looks like others have fixed this by updating to the latest version dev version of the Devel module, but this does not fix it for me. I have tried updating to the latest dev version of the Devel module as well as disabling it, but I am still getting these errors in the logs... I have cleared the cache and resaved my panels. If anybody has any thoughts on this let me know, I'll keep looking... Thanks.
Comment #16
njivy commentedThis problem appeared when I switched the error handler from "standard drupal" to "backtrace" in the devel module (7.x-1.2). It stopped when I switched back.
Comment #17
aangel commentedSwitching away from backtrace on 1.2 didn't work for me. Had to upgrade to 7.x-1.3.
Comment #18
alan d. commentedNot sure why changing the error reporting levels had anything to do with fixing this... (which is why Devel was triggering the display)
Anyway, I can confirm that these are resolved in the latest dev version :)
Comment #19
sonicthoughts commentedremoved devel and that resolved ajax issue.