In my app_controller.php I have
var $helpers = array('Common', 'Session', 'Form', 'Number',
'Javascript', 'Ajax', 'Text', 'DatePicker');
If I remove the 'common' it gets me the same error message but for the
'DatePicker'.
If I remove the 'DatePicker' I do NOT get the errors again, but I land
on the cake core default page... and not in my project pages.
My structure is:
/cake
/config
/controllers
and so on...
/cake is my core directotry with a "naked" cake folder
The other folders are my project folders
So my wanted help file is in
/views/helpers/
Path in /webroot/index.php is
define('CAKE_CORE_INCLUDE_PATH', DS. 'srv' . DS . 'www' . DS .
'vhosts' . DS . 'mydomain' . DS . 'httpdocs' . DS . 'cake');
Any ideas what I am doing wrong?
--
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