When I add a tabbed style to a panel or mini panel I get a white screen.

adding to the index.php yields no errors either.

<?php
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
?>

No idea what you need to fix this issue?

Comments

roam2345’s picture

Also the only out put from drupal i get when looking at the page source is the html and body tags.

PinkChocobo’s picture

Check your logs for php errors, I was getting an error as such:

Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/drupal/sites/all/themes/a_blue_grey_smlabel/template.php:106) in /Applications/MAMP/htdocs/drupal/includes/common.inc on line 309.

I had extra spaces at the end of template.php which tabs_panel apparently didn't like

dawehner’s picture

Status: Active » Closed (fixed)

so this is fixed