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

jeremy’s picture

Title: extra $ in front of array, breaks update / install » extra $ in front of array, breaks update
Status: Active » Fixed

Updating 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.

Status: Fixed » Closed (fixed)

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