Fatal error when deleting comment
catch - June 26, 2008 - 19:56
| Project: | xapian |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Jeremy |
| Status: | closed |
Jump to:
Description
Fatal error: Cannot use object of type stdClass as array xapian/xapian.module on line 611
See patch.
| Attachment | Size |
|---|---|
| obj.patch | 574 bytes |

#1
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
#2
THe patch isn't good, you need to check whether you get an array or an object...
Crufty old API...
#3
#4
I just deployed this module on KernelTrap and ran into the same bug. Fix committed.
#5
Automatically closed -- issue fixed for two weeks with no activity.