On Sat, 2005-08-20 at 10:25 +0200, Michiel Boland wrote:
> Hi.
>
> This is a PHP problem, not something to do with IndexNames.
>
> > But if I fetch the http://xxxx.co.uk/ with a web browser, I get the
> > message:
> > No input file specified.
>
> It appears you are using the CLI version of PHP instead of the CGI
> version. Try looking for php-cgi somewhere under /usr or something else
> that looks like php and has the word cgi in it somewhere. :)
>
> If that doesn't exist, you may need to rebuild php yourself. Do make sure
> though that you add --enable-discard-path to the configure options.
I was using the CGI build, but sure enough, --enable-discard-path was
missing. After rebuilding PHP with --enable-discard-path, IndexNames{}
now works OK.
Many thanks :-)
- Martin.