hi all,
error code: Warning (2): preg_match() [function.preg-match]: Unknown
modifier '\' [CORE\cake\libs\validation.php, line 719]
*/
function _check() {
if (preg_match($this->regex, $this->check)) {
$this->error[] = false;
preg_match - [internal], line ??
Validation::_check() - CORE\cake\libs\validation.php, line 719
Validation::custom() - CORE\cake\libs\validation.php, line 348
Model::invalidFields() - CORE\cake\libs\model\model.php, line 1841
Model::validates() - CORE\cake\libs\model\model.php, line 1747
Model::save() - CORE\cake\libs\model\model.php, line 1094
Identity::register() - CORE\app\models\identity.php, line 396
IdentitiesController::register() - CORE\app\controllers
\identities_controller.php, line 600
Dispatcher::_invoke() - CORE\cake\dispatcher.php, line 276
Dispatcher::dispatch() - CORE\cake\dispatcher.php, line 248
[main] - CORE\app\webroot\index.php, line 84Warning (2): preg_match()
[function.preg-match]: Unknown modifier '\' [CORE\cake\libs
\validation.php, line 719]
here is some detail:
url:
http://localhost/pages/register/
action: when i submitted my profile, i met this error.
env: WAMP1.7.4 ,Windows2003,Firefox & IE7
expecting your answer, thanks!