[Xapian-discuss] php error parse_query

Olly Betts olly at survex.com
Wed Jul 8 04:15:13 BST 2009


On Wed, Jul 08, 2009 at 12:19:43PM +0930, Frank John Bruzzaniti wrote:
> *Fatal error*: No matching function for overloaded 
> 'QueryParser_parse_query' in */usr/local/share/php5/xapian.php* on line 
> *1409
> [...]
> 
> $query = $qp->parse_query($query_string);

Sounds like something doesn't have the type you expect - I would try
printing out var_dump($qp) and var_dump($query_string).

Cheers,
    Olly



More information about the Xapian-discuss mailing list