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

merlinofchaos’s picture

Does this happen only with quicktabs?

dgeilhufe@yahoo.com’s picture

I believe yes. I have not observed the text "array" in any other context.

Anonymous’s picture

I'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!

Anonymous’s picture

So, 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 ;)

merlinofchaos’s picture

That render() thing gets people time and time again.

Anonymous’s picture

Well 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 ;)

merlinofchaos’s picture

Status: Active » Fixed

Looks like we can mark this fixed.

Status: Fixed » Closed (fixed)

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