There was some stuff b0rken (discovered when code was still in og) which i fixed, please see attached patch.

CommentFileSizeAuthor
og_panels-fix-undefined-stuff.patch1.85 KBeMPee584

Comments

eMPee584’s picture

oh and have to add: please add

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);

to your settings.php to show all these PHP warnings (if your server is not already configured to do so) and test a bit around.

eMPee584’s picture

to add another: ctools requires a description to bet set, i had thought you have fixed this so my patch doesn't contain that... seems you have not, sorry for FUD. here's the resulting warning:
notice: Undefined index: description in /var/www/drupal-hfopi/sites/all/modules/ctools/includes/content.inc on line 74.

eMPee584’s picture

bump: none of this stuff in yet.

populist’s picture

Status: Needs review » Fixed

commited

Status: Fixed » Closed (fixed)

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