Re: alphaNumeric not allowing valid entry (1.2.5)

2009-12-02 Thread frcole
Yeah,  Im having exactly the same problem with PHP 5.2.9 and CakePHP
1.2.5.  Ive triple checked no punc or white space.
Still refusing to accept the input.


On Nov 23, 4:51 am, timstermatic timsterma...@gmail.com wrote:
 Hi All,

 I have PHP 5.1.6 with CakePHP 1.2.5 and I am having problems with
 validating user entry using thealphaNumericrule. All other rules
 seem to work ok, so I am guessing it is an issue relating to how my
 version of PHP handles regex.

 Does anyone have any pointers or resources that could help me resolve
 this (other than installing another version of PHP!).

 Thanks in advance,

 Tim

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


alphaNumeric not allowing valid entry (1.2.5)

2009-11-23 Thread timstermatic
Hi All,

I have PHP 5.1.6 with CakePHP 1.2.5 and I am having problems with
validating user entry using the alphaNumeric rule. All other rules
seem to work ok, so I am guessing it is an issue relating to how my
version of PHP handles regex.

Does anyone have any pointers or resources that could help me resolve
this (other than installing another version of PHP!).

Thanks in advance,

Tim

--

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-...@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=.




Re: alphaNumeric not allowing valid entry (1.2.5)

2009-11-23 Thread Dave
What is the problem you are having?  Are there spaces in the input, because
I believe this will cause it to fail.

You may have already seen this but you can create your own validation rules
as well.  Here is a link to the cookbook describing this:
http://book.cakephp.org/view/150/Custom-Validation-Rules

On Mon, Nov 23, 2009 at 4:51 AM, timstermatic timsterma...@gmail.comwrote:

 Hi All,

 I have PHP 5.1.6 with CakePHP 1.2.5 and I am having problems with
 validating user entry using the alphaNumeric rule. All other rules
 seem to work ok, so I am guessing it is an issue relating to how my
 version of PHP handles regex.

 Does anyone have any pointers or resources that could help me resolve
 this (other than installing another version of PHP!).

 Thanks in advance,

 Tim

 --

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-...@googlegroups.com.
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/cake-php?hl=.




--

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-...@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=.




Re: alphaNumeric not allowing valid entry (1.2.5)

2009-11-23 Thread Marcelo Andrade
On Mon, Nov 23, 2009 at 6:51 AM, timstermatic timsterma...@gmail.com wrote:
 Hi All,

 I have PHP 5.1.6 with CakePHP 1.2.5 and I am having problems with
 validating user entry using the alphaNumeric rule. All other rules
 seem to work ok, so I am guessing it is an issue relating to how my
 version of PHP handles regex.

 Does anyone have any pointers or resources that could help me resolve
 this (other than installing another version of PHP!).

 Thanks in advance,

We need more information to help you better.  But remember
that using alphaNumeric rule, you cannot have a field value
containing spaces, blanks, new lines, and so on.  Just letters
and numbers.

Best regards.

--
MARCELO DE F. ANDRADE
Belem, PA, Amazonia, Brazil
Linux User #221105

--

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-...@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=.




Re: alphaNumeric not allowing valid entry (1.2.5)

2009-11-23 Thread Dr. Loboto
alphaNumeric rule accepts only latin letters and digits, nothing more.
No spaces, no special symbols, no any non-latin letters.

On Nov 23, 3:51 pm, timstermatic timsterma...@gmail.com wrote:
 Hi All,

 I have PHP 5.1.6 with CakePHP 1.2.5 and I am having problems with
 validating user entry using the alphaNumeric rule. All other rules
 seem to work ok, so I am guessing it is an issue relating to how my
 version of PHP handles regex.

 Does anyone have any pointers or resources that could help me resolve
 this (other than installing another version of PHP!).

 Thanks in advance,

 Tim

--

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-...@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.