On Sun, 13 Mar 2005 19:59:18 +0000, sebastian n/a vogel_sebastian@hotmail.com wrote:
I was updating the mysql db to accept 2 letter searches, yet I don't know how to run the rebuildtextindex.php. I tried implementing it in the run_once in LocalSettings.php, but the error returned said I had to run it from command line.
1) Create a copy of AdminSettings.sample called AdminSettings.php with the database user and password filled in. 2) Locate, install, or work out how to execute your command-line PHP program. [This sounds vague, because I've only ever done this under Debian GNU/Linux, so Windows XP is likely about as different as is possible] 3) Execute `php rebuildtextindex.php` in a command shell, or something equivalent.
I hope this at least points you in the direction of what you're aiming to do; sorry I can't be more specific.