I would like to work with cakephp but everey time I used auth I only
get problems:
Notice (8): Use of undefined constant VALID_NOT_EMPTY - assumed
'VALID_NOT_EMPTY' [CORE\cake\libs\class_registry.php, line 141]
Notice (8): Use of undefined constant VALID_EMAIL - assumed
'VALID_EMAIL' [CORE\cake\libs\class_registry.php, line 141]
Notice (1024): Please change the value of 'Security.salt' in app/
config/core.php to a salt value specific to your application [CORE\cake
\libs\debugger.php, line 684]
Notice (1024): Please change the value of 'Security.cipherSeed' in app/
config/core.php to a numeric (digits only) seed value specific to your
application [CORE\cake\libs\debugger.php, line 688]
Warning (2): Cannot modify header information - headers already sent
by (output started at C:\xampplite\htdocs\cakephp\cake\libs
\debugger.php:673) [CORE\cake\libs\controller\controller.php, line
742]
Code | Context
$status = "Location: http://localhost/cakephp/pages/index/display:home"
header - [internal], line ??
Controller::header() - CORE\cake\libs\controller\controller.php, line
742
Controller::redirect() - CORE\cake\libs\controller\controller.php,
line 721
AuthComponent::startup() - CORE\cake\libs\controller\components
\auth.php, line 375
Component::triggerCallback() - CORE\cake\libs\controller
\component.php, line 186
Controller::startupProcess() - CORE\cake\libs\controller
\controller.php, line 523
Dispatcher::_invoke() - CORE\cake\dispatcher.php, line 187
Dispatcher::dispatch() - CORE\cake\dispatcher.php, line 171
[main] - APP\webroot\index.php, line 83
Here I used a tutorial but it didn't work. Same Problems when I used
the example of the offical book.
--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
No comments:
Post a Comment