just tries to update to latest version of 6.x 2.x dev, ad-
which is what i had been running (same series, most recent before new release of oct 7)
update fails (update #6007)
i noticed on ad.install, line 475:
return $array();
removed the $ and trying it now... (the update... it works).
but-
i did get a few more errors-
1- attempting to add an item that already exists (i didn't save the col/index name, it was something like ad date actions aid)
2- attempting to drop 'aid', which doesn't exist
since i don't have any ads or even any ad groups live-
it appeared to go thru ok
hope this info helps
thanks
vincent
Comments
Comment #1
jeremy commentedUpdating title, as this bug will only affect upgrades, not new installs.
> update fails (update #6007)
>
> i noticed on ad.install, line 475:
>
> return $array();
Whoops -- thanks for reporting this! Fix committed:
http://drupal.org/project/cvs/102776
> but-
> i did get a few more errors-
These errors were from running the update twice -- the first time it ran and failed do to the bad return it first change the indexes. The second time it tried to change them again and it failed. This can be safely ignored.