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

Zarabadoo’s picture

Status: Active » Fixed

This should be fixed now.

Status: Fixed » Closed (fixed)

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