somethings is not right. When an ordinary user uses the gui, then it
tries
to match "@to his@email" by default. However I can't see his emails
address
in the query.
Could you edit index.php and add the following after session_start()?
print_r($_SESSIONS);
let's see what it contains.
I added as follow:
session_start();
print_r($_SESSIONS);
require_once("config.php");
require(DIR_SYSTEM . "/startup.php");
Here is Apache log:
[Mon Apr 15 14:21:48 2013] [error] [client 10.0.0.14] PHP Notice:
Undefined variable: _SESSIONS in /var/www/piler/index.php on line 13,
referer: http://piler.mydomain.com/search.php
Piler log:
Apr 15 14:30:23 ldap-2 piler-webui[6890]: sphinx query: 'SELECT id FROM
main1 WHERE MATCH('@to ') ORDER BY `sent` DESC LIMIT 0,1000 OPTION
max_matches=1000' in 0.00 s, 0 hits
Viet