- Failed Ajax request or invalid JSON returned
Cause
This warning is cosmetic, but because it’s being sent out to the browser, it’s interfering with the JSON response.
Solution
Configure your PHP so that errors/warnings are sent to the log, not the browser.
PHP setting
display_errors = Off
Check PHP Extension
gettext extension
Check file permission and ownership