Closed (fixed)
Project:
WoW Armory
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Mar 2011 at 11:10 UTC
Updated:
30 May 2011 at 21:36 UTC
Hi,
Had the module working fine for the past week. As of the weekend I've been getting this error.....
Fatal error: Cannot use object of type stdClass as array in /home/xxxxxxxx/public_html/xxxxxxxx.com/sites/all/modules/wowarmory/wowarmory.module on line 280
Any help would be awesome.
Comments
Comment #1
nhdriver4 commentedThis error has been reproduced and happens when a character deletion is attempted.
Comment #2
nhdriver4 commentedThis has been resolved in the latest commit.
Comment #3
nhdriver4 commentedComment #5
Talwin commentedWhenever i run cron with the new commit it says......
Fatal error: Cannot use object of type stdClass as array in /home/xxxxxxxx/public_html/xxxxxxx.com/sites/all/modules/wowarmory/wowarmory.module on line 296
Comment #6
Talwin commentedjust tried the one posted up on the 8th march and still the same error [and line reference, 296]
Comment #7
nhdriver4 commentedMake sure that you overwrote the files on your web server. I'm not able to produce the error again on 7.x-1.x-dev
Comment #8
Talwin commentedi deleted all the old stuff in the module folder, then uploaded the new stuff however it does keep all the old settings.... so i'll have a look for some temp / settings file and get rid of them.
Thanks for the help btw
Comment #9
Talwin commentedok that fixed it, thanks a million
Comment #10
trentoncolley commentedThe reason I believe its keeping the old settings is because we haven't removed the variables set during configuration when the module is disabled so they're cached still. At least I think that's what's happening, probably should work on that too.
Comment #11
trentoncolley commented