Please show the login forms html code! Also mention if you are using
javascript to catch the mouse, and so on! Everything that may be of
help in understanding your problem and thus help you better!
Enjoy,
   John

On Jun 11, 12:11 pm, Alexandre Brasil
<alexandrepernambuc...@gmail.com> wrote:
> Hi Everybody,
>
> Something strange happens when users try to login by the first time on
> the little web app that I was implemented in cakePHP.
>
> When the user fill username & fill password textbox and after that
> press enter key (pay attention that the cursor is in the end of
> password textbox) the system show the error listed below:
>
> But if the user do the same action cited above and instead he/she uses
> mouse to click on de buttom submit, everything works fine.
>
> I have no controller named as S. instead I have 3 others ones that
> start with letter S: subjects_controller.php, slots_controller.php &
> slot:_users_controller.php
>
> I'm using CakePHP 1.2.2.8120
> apache 2.2.x
> Mysql 5.01
> Windows XP
> Configure::write('debug', 2);
>
> Any sugestions?
> Thanks for the support
>
> ------------------------------------------------------------------------------------
> Missing Controller
>
> Error: SController could not be found.
>
> Error: Create the class SController below in file: app\controllers
> \s_controller.php
>
> <?php
> class SController extends AppController {
>
>         var $name = 'S';}
>
> ?>
>
> Notice: If you want to customize this error message, create app\views
> \errors\missing_controller.ctp
>
> (default) 3 queries took 6 ms Nr        Query   Error   Affected        Num. 
> rows       Took
> (ms)
> 1       DESCRIBE `aros`         7       7       2
> 2       DESCRIBE `acos`         7       7       2
> 3       DESCRIBE `aros_acos`            7       7       2
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to