It looks like your PHP is configured to send errors and warnings to the browser, where they can interfere with page requests (e.g. AJAX). Configure your PHP to send these messages to the log, not the browser. (This is also recommended for production use of PHP.)
Regards,
Alec Smecher
Public Knowledge Project Team