When you install backup_migrate for the first time you get a collection of errors regarding uninitialized indexes in actions.
Later if you just submit the admin/build/modules page you get and error about uninitialized array index 'configurable'.
A quick peek at hook_actions_info reveals the array it returns is improperly formatted. The attached patch updates the hook_actions_info to be compatible with D6. The action callbacks themselves may need to be modified.
| Comment | File | Size | Author |
|---|---|---|---|
| backup_migrate-actions.patch | 797 bytes | dopry |
Comments
Comment #1
ronan commentedAwesome, thanks for the patch. Unfortunately I haven't had a lot of time to spend with the 6x version of the module but I'll try and get this tested and commited tonight or tomorrow,
thanks again
Comment #2
dgorton commentedOk - just so you know - Ronan is having a baby tomorrow (5/15 - C-Section - so it's scheduled). He isn't going to be around to answer questions for a while - and work has been busy on top of everything.
So - lest you despair over this patch, be aware that he's got some big things happening in life right now...
Comment #3
dopry commentedcongrats ronan!! I won't sweat not having this patch in... You should probably find someone to help with maintenance.... sorry to say it, but I think babies are more fun than drupal. :)
Comment #4
dgorton commentedHa! Yes, good points all around! Drupal is awesome, but there's something extra special 'bout them babies.
:)
I'm going to do what I can in the meantime - but that's pretty horribly limited... (sigh)
Drew
Comment #5
ronan commentedSorry about the extremely long delay. I have applied your patch and made some other minor modification and the action seems to work now.
Thanks for the patch
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.