Re: Problem with using xampp on cakephp?
thanks randy!
On Jun 3, 3:41 am, randy <ses...@gmail.com> 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
> > cake-php+unsubscribe@googlegroups.com 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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home