Closed (fixed)
Project:
Drupal.org Testing
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2007 at 14:15 UTC
Updated:
10 Aug 2011 at 21:52 UTC
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
Comment #1
drewish commentedwhat version of of Drupal/profile?
Comment #2
moshe weitzman commenteddrupal5.2 and HEAD drupalorg_testing profile
Comment #3
aclight commentedI can confirm this. With display_errors = ON and error_reporting = E_NOTICE, I get errors with drupal 5.5 and HEAD drupalorg_testing profile.
Comment #4
aclight commentedHmmm...I think the errors I'm seeing are due to D5 core itself, and not the drupal.org testing profile.
Comment #5
dwwWonder if this is related to http://drupal.org/node/114241.
Comment #6
hunmonk commentedthis should hopefully go away when i finish killing drupal_execute() by converting to using the install profile API
Comment #7
hunmonk commentedno errors of this kind appear anymore, most likely due to the change noted in #6.