I don't know what your setup is like, but I explained to someone else
how I do my alternative setup here:
http://groups.google.com/group/cake-php/browse_thread/thread/8f96dbb2bc3a9557/bd341672e9029bd8#bd341672e9029bd8

I have a cake folder and an app folder inside my server's document
root (htdocs for most people, it seems).  I only had to change 1 line
in my app's webroot/index.php file to make it work.  I hope it helps.

hydra12

On Mar 6, 3:53 pm, "Christopher E. Franklin, Sr."
<[EMAIL PROTECTED]> wrote:
> I uploaded my bootstrap and core.php to the files section of this
> group:http://groups.google.com/group/cake-php/files?hl=en
>
> The only thing I have changed in core.php was the DEBUG and the
> CAKE_SESSION_SAVE' parts.
>
> Change define('CAKE_SESSION_SAVE', 'database'); to
> define('CAKE_SESSION_SAVE', 'php'); after you donwload it.
>
> If you still get errors about require() your installation may be
> corrupt.  Try and re-download the latest version fromwww.cakephp.org
>
> On Mar 6, 1:07 pm, "Somewhere" <[EMAIL PROTECTED]> wrote:
>
>
>
> > I just installed the CakePHP on the Apache 2.0 with PHP 5. I used the
> > Alternative installation on the CakePHP manual.
> > However, when I tried to connect to the default page on a web browser,
> > I got this error message:
>
> > "Warning: require(config/core.php) [function.require]: failed to open
> > stream: No such file or directory in /usr/lib/cake/cake/bootstrap.php
> > on line 34
>
> > Fatal error: require() [function.require]: Failed opening required
> > 'config/core.php' (include_path='/usr/lib/cake:/home/ywang/cakephp/:.:/
> > usr/local/lib/php') in /usr/lib/cake/cake/bootstrap.php on line 34"
>
> > What might cause the problem? (I have set up the path in index.php
> > file following the instructions on the manual.)
>
> > Thanks a lot!- Hide quoted text -
>
> - Show quoted text -


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to