Trouble with Amazon Script
-
I’m trying to use a script that we purchased called Piranha Feeds for Amazon books to show Amazon books that are related to my posts. The problem is that when the script goes to connect to the MySql database it’s already open and I get the following error:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘ODBC’@’localhost’ (using password: NO) in C:\Program Files\xampp\htdocs\blog\includes\a2kpf_code1.inc.php(768) : eval()’d code on line 1
If I take my include out of wordpress and just put it into a php file by itself, then it works fine.
I’ve tried closing the mysql connection with mysql_close(); just before the piranha include, but I still get the same error.
I’m just curious if anyone else has encountered this?
The topic ‘Trouble with Amazon Script’ is closed to new replies.