Amazon/eBay Parser

Amazon/eBay Parser 2.1.3

No permission to download
Looks like ebay is updating how their EPN links work. Will this need to be updated?

elinks.png
 
After upgrading to PHP 8, I started to get many of these errors.

Template error: [E_WARNING] Undefined variable $tempurl
38 minutes ago src/addons/Snog/Amazon/XF/BbCode/Renderer/Html.php:287

Anyone else getting these too?
 
I got it narrowed down to eBay links. When I view a post that has an eBay link, I get errors. When I view a post with an Amazon link, I get no errors. Hopefully this is helpful.
 
Getting the same...


  • ErrorException: [E_NOTICE] Undefined variable: tempurl
  • src/addons/Snog/Amazon/XF/BbCode/Renderer/Html.php:287
  • Generated by: Unknown account
  • Nov 20, 2021 at 9:44 AM
 
You must validate your XenForo license to see quoted content

This issue is the same as above, however isnt related directly. I'm running PHP 7.3.32 and the issue seems to be coming from the RSS feed...

Request state
array(4) {
["url"] => string(43) "/community/forums/noobie-forum.42/index.rss"
["referrer"] => bool(false)
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
Stop using the addon for your eBay links and see if the errors stop. If so, you can just use it for Amazon links and use eBay's One Link snippet instead.
 
Looks like the amazon part is not converting smile.amazon.com links.
 
Back
Top