| Issue 134: | account_id and assoc_id not set in TarzanCore constructor | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
1. put your accociateid in the define('AWS_ASSOC_ID', 'your-id') in
config.inc.php
2. issue:
$aaws = new AmazonAAWS();
$list = $aaws->similarity_lookup('B00000JIOY');
3. Have a look at body->Items->Item->DetailPageURL field of the returned XML.
The URL should contain "&tag=your-id" but it doesn't.
I have changed the constructor of TarzanCore to set assoc_id and account_id
based on variables passed in or defines. Look here http://www.pastie.org/433609
|
||||||||||||||||
,
Apr 01, 2009
(No comment was entered for this change.)
Status: Accepted
Owner: r...@tarzan-aws.com Labels: Milestone-2.0.4 Module-AAWS Usability |
|||||||||||||||||
,
Apr 02, 2009
I also ran across this. The code to which hammjazz linked has an error on line 48, by the way. It tests for AWS_ACCOUNT_ID when it probably ought to test AMS_ASSOC_ID. |
|||||||||||||||||
,
Apr 29, 2009
Fixed in branch and trunk @ r299. |
|||||||||||||||||
,
Apr 29, 2009
(No comment was entered for this change.)
Status: Fixed
|
|||||||||||||||||
|
|
|||||||||||||||||