Hi everyone, again requesting your help in CakePHP topic in its
version 1.5, you will see, I'm changing a site and configured in cake
and I'm moving to another server but I have problems with the current
configuration my folders are as follows:
Cake Librery:
C:/cake
Php Librery:
C:/php
Pear Librery:
C:/php/pear
C:/php/includes
Apache Server:
C:/Archivos de programa/Apache Group/Apache2/htdocs/misitio/
misitio/
The error:
Warning: require(config/core.php) [function.require]: failed to
open stream: No such file or directory in
C:/cake/cake/bootstrap.php on line 34
Fatal error: require() [function.require]: Failed opening
required 'config/core.php' (include_path='C:/cake;C:/Archivos de
programa/Apache Group/Apache2/htdocs/misitio/misitioApp/;.;C:/php/
pear;c:/php/includes') in C:/cake/cake/bootstrap.php on line 34
Files that I midified:
misitio/index.php
misitio/cron_dispatcher.php
With:
define('ROOT', "C:".DS."Archivos de programa".DS."Apache
Group".DS."Apache2".DS."htdocs".DS."misitio".DS."vistas");
define('APP_DIR', "misitioApp");
define('CAKE_CORE_INCLUDE_PATH', "C:".DS."cake");
And the Apache Server File
httpd.conf
With:
LoadModule rewrite_module modules/mod_rewrite.so
DocumentRoot "C:/Archivos de programa/Apache Group/Apache2/
htdocs"
<Directory "C:/Archivos de programa/Apache Group/Apache2/
htdocs">
There is something that i'm worng but waht is it?
I nedd my Virtual host, in the apache httpd.conf???
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---