Closed (fixed)
Project:
Studio theme pack
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2009 at 18:32 UTC
Updated:
4 May 2009 at 20:20 UTC
I get lots of php notices from this theme. It would be nice if it were E_NOTICE compliant.
Undefined variable: output in /opt/local/apache2/htdocs/6d/sites/all/themes/studio/canvas/functions/theme-custom.inc on line 63.
Is about appending data to a non-existent variable in the theme-custom.inc file. To get rid of that you'll need to define the variable $output = ''; at the top of the function.
There are dozens or even hundreds more. In order to test this you'll need to base your Drupal installation on a 6.x-dev tarball or use a CVS checkout of the DRUPAL-6 branch (so that you can get the E_ALL reporting).
Comments
Comment #1
Zarabadoo commentedThis should be fixed now.