I’ve seen this animation in other places for a while now. It’s both sad and hilarious. The kid is WAY too happy. I just thought some of my readers might want to see it too.
It’s kind of mesmerizing…
Yes. The author is referring to variables inside of global arrays incorrectly. Instead of $music_prefs[‘thingy’] they use $music_prefs[thingy]. That’s the first thing. Then there are relative path variables, no global path, etc.
I’ve tried changing the script and reinstalling it. I can now get the installer to work, but for some reason it’s not showing any artwork. This has got me stumped.
I’m using BBEdit now, but how would I use echos and exits to see what’s being outputted if the problem area isn’t meant to display anything?
I’m not sure if you’re familiar with the script, but it uses a compiled AppleScript app to query a PHP script which then takes that information and does its magic. The problem area is where the script checks Amazon for artwork. Wait a minute… I think I might have found the problem.
I figured out what the deal is. I had Nevin create a temporary error_log file for me. I outputted the Amazon URL the script is trying to use. I then pasted this into my browser, and got this error from Amazon:——Version 1 web service requests are no longer supported. Please use a newer request version.——So apparently this is using an outdated request? Why does the plugin still work for other people like hicksdesign though?
WTF?