I'm not very familiar with windows, but yout include_path looks very
weird:
PATH_SEPARATOR is a constants that should be substituted with ':' but
for some reason this is not happening? Anyone correct me if I'm
wrong ...
maybe you can use ini_set()?
ini_set("include_path", ".:../:./include:../include");
More info:
http://www.modwest.com/help/kb5-98.html
On 30 Jan., 09:24, "lynda" <[EMAIL PROTECTED]> wrote:
> I installed phpdev4 in my computer, mysql and phpmyadmin and apache
> works fine, when I install cakephp , it gives me errors message:Fatal
> error: Failed opening required 'cake
> \bootstrap.php' (include_path='.;C:/phpdev/php/includes;C:/phpdev/php/
> classPATH_SEPARATORc:\phpdev\www\cakePATH_SEPARATORc:\phpdev\www\cake
> \app\') in c:\phpdev\www\cake\app\webroot\index.php on line 79
> I read the process installation of cakephp fromwww.cakephp.org, I
> just want to make things simle, so I use the development setup. Here
> is the path:
> C:\phpdev\www\cake\
> What change I need to do make it right? I have been searching for all
> the site, I still cannot make it run.
> Thank you for your help.
> Best Rgeards
> Lynda
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---