If you have renamed the app folder you need to tell Cake where it is. Look in webroot/index.php. Same goes for the cake folder, if it is not in the standard location you need to change the define() in index.php.
Geoff -- http://lemoncake.wordpress.com On Aug 8, 4:28 pm, Raul <[EMAIL PROTECTED]> wrote: > I m working in CakePHP.I have check out a project from svn and named > it as scheduler.Now the path to the "webroot" of scheduler is "H:\www > \webroot\cake\scheduler\main\jobscheduler\webroot". Then I have set my > document root to "/www/webroot/cake/scheduler/main/jobscheduler/ > webroot". Bu t when i tryhttp://localhostinto by browser it displays > nothing.I have checked out the error.log file which depricates- > > PHP Warning: require(cake\\bootstrap.php) [<a > href='function.require'>function.require</a>]: failed to open stream: > No such file or directory in H:\\www\\webroot\\cake\\scheduler\\main\ > \jobscheduler\\webroot\\index.php on line 79 > & > PHP Fatal error: require() [<a > href='function.require'>function.require</a>]: Failed opening required > 'cake\\bootstrap.php' (include_path='H:\\www\\webroot\\cake\\scheduler\ > \main;H:\\www\\webroot\\cake\\scheduler\\main\\jobscheduler\\;.') in H: > \\www\\webroot\\cake\\scheduler\\main\\jobscheduler\\webroot\ > \index.php on line 79 > also > mod_deflate.c(447): [client 127.0.0.1] Zlib: Compressed 0 to 2 : URL / > index.php > [debug] mod_headers.c(612): headers: ap_headers_output_filter() > > BUT when i cut paste my application folder named as "jobschedular" to > the path "H:\www\webroot\cake" & set document root to "/www/webroot/ > cake/jobscheduler '...it works fine..no error.. > > My .htacces file looks like- > > <IfModule mod_rewrite.c> > RewriteEngine On > RewriteCond %{REQUEST_FILENAME} !-d > RewriteCond %{REQUEST_FILENAME} !-f > RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] > </IfModule> > > please help.. > [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
