search for: objxapian

Displaying 1 result from an estimated 1 matches for "objxapian".

2008 Apr 20
1
Exception DatabaseCorruptError under php
...and now stucks after a few thousand... I check for disk issues (there a few hundred of gigabytes free) and swap disks, just in case. This process runs alone: there aren't any other process writting nor reading xapian database; and I've instantiated Xapian object using xapian-bindings with: objXapian = new XapianWritableDatabase( "/var/lib/xapian/trade.ar", DB_CREATE_OR_OPEN ); Actually, /var/lib/xapian/trade.ar/ is an empty directory. Where else can I check? Thank you, Sebastian