Hi Andrei,

the "model" one, please see below:

class Latest extends AppModel
{
            var $name = 'Latest';

            var $validate = array(
                  'title' =>  array('rule' => 'notEmpty', 'message' =>
'mandatory field'),
                  'body' =>  array('rule' => 'notEmpty', 'message' =>
'mandatory field')
            );
}

How is it possible it works on my Mac and not online??

Thank you

Matteo

On May 21, 8:48 am, Andrei Mita <andrei.m...@gmail.com> wrote:
> Do you use model validation or a custom made one?
>
>
>
>
>
> On Thu, May 20, 2010 at 9:58 PM, Matteo <inter...@gmail.com> wrote:
> > Hi all,
>
> > hope you can help a very newbe one.
>
> > I have a very simple form with two fields: title and body.
>
> > In my dev enviroment I check for the two fields to be fill.
> > Validation works fine, if the fields are left blank, it shows the
> > message error.
>
> > The problem is with deploy. In my deploy env. (dreamhost) if I leave
> > the fields blank it submits the same!!
>
> > Have you ever experienced anything similar??
>
> > Can't find a solution.
>
> > A case similar to that can be due to .htaccess configuration?
>
> > I can't think at any other couses!!
>
> > Working with 1.2.7 V.
>
> > Thanx a lot
>
> > Matteo
>
> > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others
> > with their CakePHP related questions.
>
> > 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<cake-php%2bunsubscr...@googlegroups.c 
> > om>For more options, visit this group at
> >http://groups.google.com/group/cake-php?hl=en
>
> Check out the new CakePHP Questions sitehttp://cakeqs.organd help others with 
> their CakePHP related questions.
>
> 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 
> athttp://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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