Fatal error: Cannot use object of type stdClass as array xapian/xapian.module on line 611
See patch.
confirming error: Fatal error: Cannot use object of type stdClass as array in /var/www/sites/forum.example.de/modules/xapian/xapian.module on line 611
THe patch isn't good, you need to check whether you get an array or an object...
Crufty old API...
I just deployed this module on KernelTrap and ran into the same bug. Fix committed.
Automatically closed -- issue fixed for two weeks with no activity.
Comments
Comment #1
maulwuff commentedconfirming error:
Fatal error: Cannot use object of type stdClass as array in /var/www/sites/forum.example.de/modules/xapian/xapian.module on line 611
Comment #2
killes@www.drop.org commentedTHe patch isn't good, you need to check whether you get an array or an object...
Crufty old API...
Comment #3
catchComment #4
jeremy commentedI just deployed this module on KernelTrap and ran into the same bug. Fix committed.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.