lines like the one below gave me php5 errors during install. likely is php5 related. happenned 4 times.

drupal_execute('taxonomy_form_term', array('name' => $name, 'description' => $description), $vid);

Comments

drewish’s picture

what version of of Drupal/profile?

moshe weitzman’s picture

drupal5.2 and HEAD drupalorg_testing profile

aclight’s picture

I can confirm this. With display_errors = ON and error_reporting = E_NOTICE, I get errors with drupal 5.5 and HEAD drupalorg_testing profile.

aclight’s picture

Hmmm...I think the errors I'm seeing are due to D5 core itself, and not the drupal.org testing profile.

dww’s picture

Wonder if this is related to http://drupal.org/node/114241.

hunmonk’s picture

Version: » 6.x-1.x-dev

this should hopefully go away when i finish killing drupal_execute() by converting to using the install profile API

hunmonk’s picture

Status: Active » Fixed

no errors of this kind appear anymore, most likely due to the change noted in #6.

Status: Fixed » Closed (fixed)

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