look mate...you have to have folder structure like this:

/cake/ //cake basic files
/app/ //your working folder...inside this folder you have controllers,
configs, models, tests, views, libs, and so on...:D
/app/config/
/app/controllers/
/app/views/ ...and so on...
--
Lep pozdrav, Tilen Majerle
http://majerle.eu



2011/5/6 heohni <[email protected]>

> I am totally lost, help...
>
> 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
> [email protected] For more options, visit this group
> at http://groups.google.com/group/cake-php
>

-- 
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
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to