Re: [AppDB] login problem

2004-12-12 Thread Jonathan Ernst
Thanks for the tip Jeremy. Chris Morgan and myself don't have this problem locally this was tested using php 4.3.9 and php 5.x Tony Lambregts has the same version of php as the online server 4.2.2 and has the same problem. After a lot of testingand googling he found out that he had an extra carri

Re: [AppDB] login problem

2004-12-12 Thread Jeremy Newman
On Sat, 2004-12-11 at 18:52, Jonathan Ernst wrote: > Finally there are still some register_globals to clean up and when we > are done we can turn off the following options in php.ini: > short_open_tag = Off > session.bug_compat_42 = 0 > register_globals = Off > register_long_arrays = Off Actu

Re: [AppDB] login problem

2004-12-11 Thread Jonathan Ernst
I noticed that if I put: session.use_cookies = 0 In my php.ini I cannot login and the behaviour is the same as the one on the website. maybe someone could check if the online server configuration has changed. Tony could you check if you have this option enabled or not on your local server ?

[AppDB] login problem

2004-12-11 Thread Jonathan Ernst
Hi guys, It's nearly 2 o'clock and I have to wake up early "tomorrow". I made a very big patch that cleans up a lot of code (thousands of tabs, bad indentation, etc. and follows the CODING_STANDARD we wrote together. Of course I didn't had time to clean up every single line of code (I didn't want