Create a panel page.
Create a quicktabs block.
Expose quicktabs block in the panel page.
Observe preview rendering correctly.
Observe the actual page rendering just the text "array"
Create a panel page.
Create a quicktabs block.
Expose quicktabs block in the panel page.
Observe preview rendering correctly.
Observe the actual page rendering just the text "array"
Comments
Comment #1
merlinofchaos commentedDoes this happen only with quicktabs?
Comment #2
dgeilhufe@yahoo.com commentedI believe yes. I have not observed the text "array" in any other context.
Comment #3
Anonymous (not verified) commentedI'm getting 'Array' for any data output from panels - tried quicktabs module out previously but uninstalled it as they're waiting for some tabs code so it doesn't work.
I tried with a blank stack and it's all working fine so I can only presume this is what happened to me... just hope I don't have to rebuild my entire stack again. That'll learn me!
Comment #4
Anonymous (not verified) commentedSo, after an all-nighter and a complete stack rebuild, I find out the problem for me was that fusion core forgot Drupal 7 now has a render API, so instead of doing 'print $content', you need to print render($content). See http://drupal.org/node/1006472
Array issue now fixed for me.
Meh ;)
Comment #5
merlinofchaos commentedThat render() thing gets people time and time again.
Comment #6
Anonymous (not verified) commentedWell I let them know on the issue as they'd marked it as closed, think they thought it was something else. Quite a lot of people use Fusion theme so let's hope they fix it!
I guess I could download all contrib 7 & grep for 'print $content', maybe at the weekend ;)
Comment #7
merlinofchaos commentedLooks like we can mark this fixed.