Closed (fixed)
Project:
Panels Tabs
Version:
5.x-1.5
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2008 at 12:59 UTC
Updated:
21 Mar 2009 at 18:40 UTC
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
Comment #1
roam2345 commentedAlso the only out put from drupal i get when looking at the page source is the html and body tags.
Comment #2
PinkChocobo commentedCheck your logs for php errors, I was getting an error as such:
I had extra spaces at the end of template.php which tabs_panel apparently didn't like
Comment #3
dawehnerso this is fixed