Quote:
Originally Posted by Monarch1
STEP 2) EDIT /dsearch.php.
REMOVE LINES 2 - 5
// SET MYSQL INFORMATION
$conn = mysql_connect("LOCALHOST","USERNAME","PASSWORD");
// CONNECT TO MYSQL DATABASE
mysql_select_db("DATABASE",$conn);
ADD:
require "./auth.php";
|
Hi,
when I installed this Dynamic Product Search (ajax) mod as it was instructed originally, everything worked fine but I wanted to illuminate
$conn from
dsearch.php code. I did it like you suggested by replacing it with
require "./auth.php";. Also I changed "=true" to "=false".
My x-cart is 4.0.11.

Do you know what it might be wrong or missing?
Thank you in advance,
clik