JosephLenton / PHP-Error

Better error reporting for PHP, and prettier too!
1.35k stars 151 forks source link

Ajax request return nothing when php_error.autorun = On #42

Open sese opened 11 years ago

sese commented 11 years ago

When I set php_error.autorun = On the response of ajax request is empty. With php_error.catch_ajax_errors = Off the site is not show any contents

piotrbelina commented 11 years ago

I have the same issue. I spotted that there is a problem with output buffering in endBuffer method, during AJAX requests.

luizzz commented 11 years ago

same problem here

jeffkamo commented 11 years ago

I also have the same problem.

Su4p commented 11 years ago

Same here ! :(

cbodin commented 11 years ago

The problem still exist, empty ajax responses.

redheadlabs commented 9 years ago

Same problem here.