Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dialog box error message when clicking auction house link #2

Open
maxtherabbit opened this issue Feb 1, 2018 · 3 comments
Open

dialog box error message when clicking auction house link #2

maxtherabbit opened this issue Feb 1, 2018 · 3 comments

Comments

@maxtherabbit
Copy link

DataTables warning: table id=auctionHouse - Invalid JSON response. For more information about this error, please see http://datatables.net/tn/1

@jdazzle
Copy link
Contributor

jdazzle commented Feb 1, 2018

Question: Can you try running the following SQL statement against your database and see if it generates an error?

SELECT auction_house.itemId, name, aH as type, stack, price FROM item_basic, auction_house where item_basic.itemId = auction_house.itemId and sale = 0 ORDER BY 2 asc LIMIT 0, 10

@maxtherabbit
Copy link
Author

maxtherabbit commented Feb 1, 2018 via email

@jdazzle
Copy link
Contributor

jdazzle commented Feb 1, 2018

Nevermind, I think I see the issue now. I didn't know he had XIWeb up on the server. Appears to be an issue with generating the link to ffxiclopedia. I'll take a look at it after lunch :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants