Missing argument 1 for theme_help() on clean installs and using php5

Comments

tesla.nicoli’s picture

themes: democratica and friendselectric

morbus iff’s picture

Status: Active » Closed (won't fix)

Contact the theme owners, not the theme engine.

varunvnair’s picture

But isn't this a problem with the phpTemplate engine? All phpTemplate based themes give this error.

Take a look at http://drupal.org/node/22169

The following change makes the error go away

// 'help' => theme('help'),
    'help' => menu_get_active_help(),
bradleyg’s picture

agreed. this is definitely a prob with PHPTemplate.

please reopen this.

adrian’s picture

this was related to running the wrong version of phptemplate (4.5) on drupal 4.6.