Displaying 2 results from an estimated 2 matches for "lcoate".
2004 Jul 20
10
Installing X100P
I attempted to install an X100P card but it was not correctly recognized
by my Redhat 9 install. I had a test install running without any cards
which was working great minus the outward dialing since no cards
existed. Now that I have a card, I want to add it to the system. Do I
have to scratch the whole current install in order to get the X100P
running on my system or is there a way to get it
2006 Nov 30
1
PHP / XapianQueryParser
...$oqparser->add_boolean_prefix("Q",1);$oquery = $oqparser->parse_query($query, 1);
I found some perl examples and 'ported' it over to the PHP version. Varying the flags (like XapianQueryParser::FLAG_PHRASE) or the boolean_prefix, etc. does not influence anything. I tried to lcoate the error in Xapian.php, but I think the error can be a bit deeper... I can query using XapianQuery, with a single keyword.
Fatal error: No matching function for overloaded 'new_Query' in /var/www/htdocs/almar/xapian.php on line 1123
Which is this function in XapianQuery
function __c...