We run a PHP script which data mines information from the Amazon API and updates it into an SQL database.
I’ve recently installed the script and SQL database on another domain and changed all teh relevent database names, keys and username / password combinations, however when I run the scynchronisation script – it runs ok for a while, then returns a few lines of error, then runs ok etc..
The errors being returned are :
Notice: Trying to get property of non-object in …….
I also …
