Project:Panels Tabs
Version:5.x-1.5
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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

#2

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

#3

Status:active» closed (fixed)

so this is fixed