Closed (fixed)
Project:
Pathauto
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2008 at 09:22 UTC
Updated:
23 Jan 2010 at 19:40 UTC
I am installing pathauto in installation profile using hook_profile_modules().
If pathauto is installed function "drupal_execute" doesn't save taxonomy terms during installation.
$form_state['values']['taxonomy'] = array(1 => array($office['region']));
But if i remove pathauto from hook_profile_modules() drupal_execute works fine!
Drupal installer writes: An illegal choice has been detected. Please contact the site administrator.
Comments
Comment #1
gregglesCan you post some more of the code that actually does the drupal_execute so that I could try to repeat the bug?
Comment #2
dave reidNo follow-up from original poster in over a year. Marking as fixed.