We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I 'm discovering w2ui and I try to use server/php files of w2ui-master I have this error and don't find any solutions :
ERROR: Server communication failed. EXPECTED: {total: 5, records: Array(1)} OR: {error: true, message: 'error message'} w2ui.min.js:357 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'msgHTTPError')
Can you help me please ?
I tryed to define dataType = "JSON" but without success.
The text was updated successfully, but these errors were encountered:
You server should return proper JSON back. The error message gives you a clue what it expects.
Sorry, something went wrong.
No branches or pull requests
Hello,
I 'm discovering w2ui and I try to use server/php files of w2ui-master
I have this error and don't find any solutions :
ERROR: Server communication failed.
EXPECTED: {total: 5, records: Array(1)}
OR: {error: true, message: 'error message'}
w2ui.min.js:357 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'msgHTTPError')
Can you help me please ?
I tryed to define dataType = "JSON" but without success.
The text was updated successfully, but these errors were encountered: