For some reason it didn't connect to the forum database even though that user/pass is correct. Then I realized that my pass word contains "$" thus it was taking it as a variable. So I changed the variable from double quotes (") to single quote (') and it when through, i.e.:
$username_rhoov_slider_db = "user";
$password_rhoov_slider_db = 'pass';
For those who get table doesn't exist, just use your forum DB user and pass and don't create a new DB for it.
Regards,
Mohammed Sharif
Hope this will help.
|