thanks randy! On Jun 3, 3:41 am, randy <[email protected]> wrote: > CAKE_CORE_INCLUDE_PATH is already defined by the time your code is reached. > Move your define() above the if(!defined…) > > r. > > On Jun 2, 2012, at 7:28 AM, alvin567 wrote: > > > > > > > > > if (!defined('CAKE_CORE_INCLUDE_PATH')) { > > define('CAKE_CORE_INCLUDE_PATH', ROOT); > > } > > define('CAKE_CORE_INCLUDE_PATH', 'C:' . DS . 'wamp' . DS . 'www' . > > DS . 'cake' . DS . 'lib'); > > > -- > > Our newest site for the community: CakePHP Video > > Tutorialshttp://tv.cakephp.org > > Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help > > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > > [email protected] For more options, visit this group > > athttp://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
