Closed (fixed)
Project:
Skinr
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2010 at 04:07 UTC
Updated:
8 Oct 2010 at 12:15 UTC
Installing Skinr (and dependencies) with Fusion theme on a fresh install of Pressflow 6.19, locally on MAMP. On enabling Skinr, I'm getting multiple:
Notice: Undefined property: stdClass::$status in skinr_skinsets() (line 819 of /Users/kathymarks/Sites/skinr.dev/sites/all/modules/skinr/skinr.module).
Notice: Undefined index: fusion_starter in skinr_skinset_statuses() (line 883 of /Users/kathymarks/Sites/skinr.dev/sites/all/modules/skinr/skinr.module).
Comments
Comment #1
kdmarks commentedNvm. Saw this http://drupal.org/node/832448
"Set error_reporting = E_ALL & ~E_NOTICE in php.ini to silence PHP's "notices"."
Comment #2
juan_g commentedThis bug was fixed at: #889326: Make Skinr E_ALL compliant