Posted by catch on June 26, 2008 at 7:56pm
Jump to:
| Project: | xapian |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Jeremy |
| Status: | closed (fixed) |
Issue Summary
Fatal error: Cannot use object of type stdClass as array xapian/xapian.module on line 611
See patch.
| Attachment | Size |
|---|---|
| obj.patch | 574 bytes |
Comments
#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.