Missing argument 1 for theme_help() on clean installs and using php5
themes: democratica and friendselectric
Contact the theme owners, not the theme engine.
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(),
agreed. this is definitely a prob with PHPTemplate.
please reopen this.
this was related to running the wrong version of phptemplate (4.5) on drupal 4.6.
Comments
Comment #1
tesla.nicoli commentedthemes: democratica and friendselectric
Comment #2
morbus iffContact the theme owners, not the theme engine.
Comment #3
varunvnair commentedBut 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
Comment #4
bradleyg commentedagreed. this is definitely a prob with PHPTemplate.
please reopen this.
Comment #5
adrian commentedthis was related to running the wrong version of phptemplate (4.5) on drupal 4.6.