Re: null response on Ajax request

2009-10-29 Thread Thanos Atskakanis
it was set to 2 but AjaxHandler component was setting it back to 0 - disabled it and found out that the problem was coming from a missing file in the live server - rookie error :o) thanks a lot for that On Thu, Oct 29, 2009 at 4:04 AM, Dr. Loboto drlob...@gmail.com wrote: Set debug to at

Re: null response on Ajax request

2009-10-29 Thread Dr. Loboto
To avoid such problems I set debug to 0 at the very end of AJAX view/ layout. So If there are errors - I see them and can fix, if there are no errors - response is clear of debug data. On Oct 29, 5:55 pm, Thanos Atskakanis thanos.atskaka...@googlemail.com wrote: it was set to 2 but AjaxHandler

null response on Ajax request

2009-10-28 Thread Thanos Atskakanis
Hi all, I am currently building a CMS and my system does some ajax requests which return some html: simple and nice. When I run it locally it all works fine but when I put it live instead of the expected html I get null. Not Not found or any other error, just the word null. All I use is the

Re: null response on Ajax request

2009-10-28 Thread Dr. Loboto
Set debug to at least 1 (and no matter that it is ajax) to see error. On Oct 28, 10:34 pm, Thanos Atskakanis thanos.atskaka...@googlemail.com wrote: Hi all, I am currently building a CMS and my system does some ajax requests which return some html: simple and nice. When I run it locally it