there are always php errors anytime a new page is created. In my job
description, I said Cake knowledge would be necessary. This was not
heeded. Those hired dropped in the new url and this is what the page
reads:
________________________________________________________________________
Notice (8): Undefined index: here [CORE/cake/libs/router.php, line
763]
Notice (8): Undefined index: controller [CORE/app/views/elements/
steps.ctp, line 2]
Notice (8): Undefined index: controller [CORE/app/views/elements/
steps.ctp, line 4]
Notice (8): Undefined index: controller [CORE/app/views/elements/
steps.ctp, line 6]
Notice (8): Undefined index: controller [CORE/app/views/elements/
steps.ctp, line 8]
Missing controller
You are seeing this error because controller
HawaiitravelblogController could not be found.
Notice: If you want to customize this error message, create app/views/
errors/missing_controller.ctp
Fatal: Create the class below in file: app/controllers/
hawaiitravelblog_controller.php
<?php
class HawaiitravelblogController extends AppController {
var $name = 'Hawaiitravelblog';
}
?>
________________________________________________________________________
I unfortunately do not have any specific coding training in Cake or
php but would like to know what the above means to see if 1) I can fix
it myself or 2) describe it better to someone who may actually be able
to fix it.
Thanks for the help.
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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
No comments:
Post a Comment