Sean a écrit :
> --- In pn-mod-books@yahoogroups.com, "Sean" <mbuna@...> wrote:
> >
> > Hello,
> >
> > I downloaded the latest code today and upgraded my site with it
> and
> > noticed that the book lookup function is coming back empty.
> >
> > I verified that I have my amazon developer token, etc. correct in
> the
> > config file.
> >
> > http://www.aquaria.info
> > Postnuke: .750
> > Books: .740RC4
> >
>
>
> Hmm, ok now I can't even get to the admin functions at all.
>
> I went through the install doc and followed the upgrade instructions
> to the letter.
>
> Now I get "Access Denied" when I try to get to the books admin page.
>
> <http://www.nod32.com>
This is a known bug of PostNuke .750 (not a specific pnBooks problem)
please see my message here:
http://sourceforge.net/forum/forum.php?forum_id=456582 and you will
learn how to correct it.
As a PostNuke core developper I MUST point out that running a website
with PN .750 is very unsecure. My best advice would be to upgrade to
.762. You have been warned !!
For you problem with the ISBN lookup problem
1) verify that your developper token is correct
2) verify that the line :
$amazon_associates_id=_AFFILIDn; # Your amazon affiliate id
Correctly point to your affiliate id that is if it reads
$amazon_associates_id=_AFFILID1; # Your amazon affiliate id
then you should have another line with define("_AFFILID1","'your
affiliate id'");
Sometime the number after AFFILID is not the good one
Another solution is to modify this line to :
$amazon_associates_id= 'your affiliate id'; # Your amazon
affiliate id just to be sure the affiliate id is correctly passed.
Jean-Michel Védrine