Closed (fixed)
Project:
Send
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Nov 2009 at 11:13 UTC
Updated:
18 Feb 2010 at 01:30 UTC
Jump to comment: Most recent file
I am upgrading to Send 6.x-1.0-alpha2 and I ran updates on this module. I got an error that said:
Cannot use object of type stdClass as array in modules/send/send.install on line 539.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | send.install_update6002.patch.txt | 571 bytes | girishmuraly |
Comments
Comment #1
girishmuraly commentedFound the bug was caused due to using a stdclass object as an array key.
The fix is attached as a patch below. Please review.
Thanks,
Girish
Comment #2
girishmuraly commentedUpdated the project to Send.
Comment #3
asb commentedConforming this issue when upgrading the database from D5 to D6.
The patch from #1 applies cleanly and fixes the issue for me.
Thanks & greetings,
-asb
Comment #4
jerdaviscommitted, thanks!