I made a simple component and i can fill the form from the web page and now it works. I can't explain why =/ It should be about the login page ?
Nicolas 2009/8/1 Nicolas Ippolito <[email protected]> > 1 - From my computer, no problems, apache logs say : > 192.168.0.51 - - [01/Aug/2009:23:36:22 +0200] "POST /login HTTP/1.1" 302 > 100 "http://192.168.0.51/login" "Mozilla/5.0 (X11; U; Linux i686; fr; > rv:1.9.0.12) Gecko/2009072221 Iceweasel/3.0.6 (Debian-3.0.6-1)" > 192.168.0.51 - - [01/Aug/2009:23:36:23 +0200] "GET / HTTP/1.1" 200 554 " > http://192.168.0.51/login" "Mozilla/5.0 (X11; U; Linux i686; fr; > rv:1.9.0.12) Gecko/2009072221 Iceweasel/3.0.6 (Debian-3.0.6-1)" > > 2 - But from my mobile phone, it doesn't work, apache logs say : > 192.168.0.12 - - [01/Aug/2009:23:38:24 +0200] "GET /login HTTP/1.1" 401 710 > "http://192.168.0.51/" "Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 > NokiaE71-1/210.21.006; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) > AppleWebKit/413 (KHTML, like Gecko) Safari/413" > 192.168.0.12 - - [01/Aug/2009:23:38:47 +0200] "GET /login HTTP/1.1" 401 710 > "http://192.168.0.51/" "Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 > NokiaE71-1/210.21.006; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) > AppleWebKit/413 (KHTML, like Gecko) Safari/413" > > 3 - From http://www.symfony-project.org/plugins/ authentication form, it > works from my mobile phone. > > For case 2, i have a pop up to fill the form (i can't fill the form in the > web page) and it doesn't work (in french : "Echec autorisation. Réessayer?") > > For case 3, i can fill the form from the web page and it works. > > May be, i need to change something in the code for a phone authentication ? > > I'm trying to code a component for the form. > > Sorry for my english, > > Nicolas > > > > > 2009/8/1 Gábor Fási <[email protected]> > > >> Error message, or a bit more detailed problem description? >> >> On Sat, Aug 1, 2009 at 23:11, Nicolas<[email protected]> wrote: >> > >> > Hello, >> > >> > Is there a particular way to use sfDoctrineGuardPlugin (signin action) >> > from a mobile phone ? >> > >> > I can't use it from my mobile but it works from my computer. >> > >> > It even works with the symfony-project.org from my mobile. >> > >> > Thanks, >> > >> > Nicolas >> > >> > > >> > >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
