Closed (fixed)
Project:
Amazon Product Advertisement API
Version:
6.x-1.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2010 at 01:03 UTC
Updated:
12 Feb 2010 at 07:10 UTC
How to reproduce:
- Do not enter any Amazon access keys
- Go to "Test" tab
- Enter a book ISBN number (eg. 978-0312425074)
warning: syslog() expects parameter 1 to be long, string given in /var/www/drupal-6.14/modules/syslog/syslog.module on line 79.
Comments
Comment #1
rfayI'm unable to recreate this with Drupal 6.15 and Amazon 6.x-1.0-rc3, using the US Amazon and the 13-digit ISBN mentioned.
It does uncover a bug though: the 13-digit ISBN, which works in a CCK field, doesn't work in the test.
Note that the test is intended to take ASINs, but I'll make sure it can take 13-digit ISBN's and such.
Thanks for the report - I always want to know about such things. But I suspect this is either a core error now fixed or ... Please reopen if you can create with 6.15.
Comment #2
rfayBTW: in #288577: 13 digit ISBNs / EAN support / converting to ASINs I just fixed the problem with not being able to look up a 13-digit ISBN in the test interface. The failure to look up the ISBN definitely emitted a watchdog error, but the error you saw (I'm pretty sure) had nothing to do with Amazon module.