Re: Session lost using kcaptcha, after upgrading to new 1.2.0.6311

2008-01-22 Thread Alberto
Thank you very much, the problem was exactly that, a whitespace issue in the model. Sorry for the delay in the answer On Jan 10, 1:54 pm, fr3nch13 <[EMAIL PROTECTED]> wrote: > This is 99% a whitespace issue IME's. > > Hint: Find where kcaptcha is writing the image headers "header(...)" > comment

Re: Session lost using kcaptcha, after upgrading to new 1.2.0.6311

2008-01-10 Thread fr3nch13
This is 99% a whitespace issue IME's. Hint: Find where kcaptcha is writing the image headers "header(...)" comment them out and try to look at the image... it should be all garbled. Take a look at the source. It the first character is a space, you know that's your problem. --~--~-~--~---

Re: Session lost using kcaptcha, after upgrading to new 1.2.0.6311

2008-01-10 Thread Siebren Bakker
Another thing you want to check, is look at all of your model and controller files, and make sure that there is *NO* whitespace either before, or after the first call. These have been known to cause the loss of session data in numerous cases. On Jan 10, 2008 6:00 AM, Alberto <[EMAIL PROTECTED]> w

Re: Session lost using kcaptcha, after upgrading to new 1.2.0.6311

2008-01-10 Thread francky06l
I have talk with Lion30 yesterday on IRC, he had the same problem with captcha component No idea if he did solve or not .. On Jan 10, 1:00 pm, Alberto <[EMAIL PROTECTED]> wrote: > I've read that problem and I tried it but it didn't solve the problem. > > In the vendor there was the a "start_

Re: Session lost using kcaptcha, after upgrading to new 1.2.0.6311

2008-01-10 Thread Alberto
I've read that problem and I tried it but it didn't solve the problem. In the vendor there was the a "start_session", but it was not called, anyway I removed it. None else is having this problem? On Jan 10, 8:35 am, francky06l <[EMAIL PROTECTED]> wrote: > Just a hint (maybe you tried already) .

Re: Session lost using kcaptcha, after upgrading to new 1.2.0.6311

2008-01-09 Thread francky06l
Just a hint (maybe you tried already) .. If you have a "vendors" type class for your captcha, check if there is a "start_session" in it. If so try to remove it .. On Jan 10, 3:54 am, Alberto <[EMAIL PROTECTED]> wrote: > Hello, I upgraded to the new beta version and I can't validate the > captcha.

Session lost using kcaptcha, after upgrading to new 1.2.0.6311

2008-01-09 Thread Alberto
Hello, I upgraded to the new beta version and I can't validate the captcha. The problem is in the sessions, I tested all 3(php, cake and database) but same result. I changed security level to low and tested some changes... but it doesn't work. sessions are lost after changing page. Anyone knows