Schorsch, i'll reply to you in the next post.... i'll just do Aaron RV first, because that error could leave him "open".
Aaron RV, do you want to keep the optional search logs?
If so, from STEP 05, you skip STEP 05.5, and go onto STEP 06, where you create the table logs.
What you haven't done, is put the 'createSTI_table.php' script into your 'admin/' directory, and run the script, and clicked 'YES! Create The Table'.
Go from STEP 5, then SKIP STEP 05.5, and follow from STEP 06. You should be ok from there.
If you DO NOT want to keep the optional search logs, then you need to DO STEP 05.5... wherby you "comment out" the line the 'install.txt' tells you to.
The line(s) you are looking for, are in the 'websearch.php' script, and look like this :
PHP Code:
// comment out the following line, if you do not wish to keep search logs.
$DB_site->query("INSERT INTO
So, if you are NOT wanting to keep the optional search logs, where you see the above lines in the 'websearch.php' script, put TWO forward slashes ( // ), like this :
PHP Code:
// comment out the following line, if you do not wish to keep search logs.
// $DB_site->query("INSERT INTO
The line here,
$DB_site->query("INSERT INTO, is truncated here, to save space... but you'll find that line ok in the script.