Ajax 500/Amazon Error solved
-
I was getting the Ajax 500 error when trying to lookup a book using my Amazon credentials. After much searching and frustration I finally stumbled onto a post about another wordpress plugin with the same problem, and their solution was to install Curl on the server. Turns out that did it for me too with Web Librarian. Curl is a php module that is not installed by default that is used for web scraping.
I’m running wordpress on an Ubuntu linux server. All you have to do to install Curl from the command line in linux is
sudo apt-get install php5-curl
You may have to ask your admin or hosting company to install it if you don’t have administrative access to the machine your wordpress installation is running on.
Hope this helps someone.
- The topic ‘Ajax 500/Amazon Error solved’ is closed to new replies.