Hello,
I have downloaded noserub-0.5.3.tar.gz and installed everything
without any problems.
I am trying to register a new account but I get the following error:
Warning (2): preg_match() [function.preg-match]: Unknown modifier
'\' [CORE/cake/libs/validation.php, line 718] and the error on the
view: "Valid characters: letters, numbers, underscores, dashes and
dots only" even I am typing "pudra"
the value of the object at that step is as follows:
Validation Object ( [check] => localhost:8888/noserub/pudra [regex]
=> /^[\w./\-_]+$/ismD [country] => [deep] => [type] => [errors] =>
Array ( ) [_log] => ) localhost:8888/noserub/pudra
I saw a similar issue (173) on
code.google.com on the project page
related with the password field which is fixed now.
Can you help fixing this?
Thanks