[Xapian-discuss] Reinstalled Omega

Frank J Bruzzaniti frank.bruzzaniti at gmail.com
Mon Feb 16 03:29:40 GMT 2009


Guy's

I've had omega up and running in the past but I've stuffed it somehow on 
a fresh install.

omindex looks to be ok and is generating databases.

But when I try an run omega via the cgi I get a webpage that returns a 
heap of plain unformated text like:

xception: Unknown $ code in: $', p)) != string::npos) try { res += 
fmt.substr(p, q - p); string::size_type code_start = q; // note down for 
error reporting q++; if (q >= fmt.size()) break; unsigned char ch = 
fmt[q]; switch (ch) { // Magic sequences: // `$$' -> `$', `$(' -> `{', 
`$)' -> `}', `$.' -> `,' case '$': res += '$'; p = q + 1; continue; case 
'(': res += '{'; p = q + 1; continue; case ')': res += '}'; p = q + 1; 
continue; case '.': res += ','; p = q + 1; continue; case '_': ch = '0'; 
// FALL THRU case '1': case '2': case '3': case '4': case '5': case '6': 
case '7': case '8': case '9': ch -= '0'; if (ch < param.size())

Any ideas?

Frank



More information about the Xapian-discuss mailing list