Hi,

I'm wondering how can i achieve "Advanced Setup: Alternative
Installation Options" for my WINDOWS directory structure

/mysite
         /app
         /cake
         /css                     - i have bought my all webroot files
under
         /files
         /img
         /js
         /vendors
         /.htaccess
         /index.php and so on

as from the manual, i have changed my index.php code like this

if (!defined('ROOT'))
{
        define('ROOT', DS.'app');

}

if (!defined('APP_DIR'))
{
        define('ROOT', DS);
}

if (!defined('CAKE_CORE_INCLUDE_PATH'))
{
    define('CAKE_CORE_INCLUDE_PATH', DS.'cake');
}

Error: i'm getting the following eror when i browse my local server
like http://localhost/

-----------------------------  Error  Message begin
-----------------------------

Warning: main(config\core.php) [function.main]: failed to open stream:
No such file or directory in e:\sites\ksc\sampoorna\cake\bootstrap.php
on line 39

Warning: main(config\core.php) [function.main]: failed to open stream:
No such file or directory in e:\sites\ksc\sampoorna\cake\bootstrap.php
on line 39

Fatal error: main() [function.require]: Failed opening required
'config\core.php' (include_path='.;C:\php5\pear;\cake;\app\APP_DIR\')
in e:\sites\ksc\sampoorna\cake\bootstrap.php on line 39

----------------------------- End of Error
-----------------------------

Can anyone help me configure my stsem to work for the current directory
settings.

Thanx in advance

X-Google-Language: ENGLISH,ASCII-7-bit
Received: by 10.11.53.63 with SMTP id b63mr116108cwa;
        Mon, 22 May 2006 00:52:25 -0700 (PDT)
X-Google-Token: 4k3amwwAAADQ1WzKs6z5F2WAN7kY_JhU
Received: from 59.92.157.153 by j33g2000cwa.googlegroups.com with HTTP;
        Mon, 22 May 2006 07:52:24 +0000 (UTC)
From: "Kotekar" <[EMAIL PROTECTED]>
To: "Cake PHP" <[email protected]>
Subject: Help: Advanced Setup: Alternative Installation Options
Date: Mon, 22 May 2006 00:52:24 -0700
Message-ID: <[EMAIL PROTECTED]>
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.3) 
Gecko/20060426 Firefox/1.5.0.3,gzip(gfe),gzip(gfe)
Mime-Version: 1.0
Content-Type: text/plain
X-Google-Approved: [EMAIL PROTECTED] via web at 2006-05-22 07:53:57

Hi,

I'm wondering how can i achieve "Advanced Setup: Alternative
Installation Options" for my WINDOWS directory structure

/mysite
         /app
         /cake
         /css                     - i have bought my all webroot files
under
         /files
         /img
         /js
         /vendors
         /.htaccess
         /index.php and so on

as from the manual, i have changed my index.php code like this

if (!defined('ROOT'))
{
        define('ROOT', DS.'app');

}

if (!defined('APP_DIR'))
{
        define('ROOT', DS);
}

if (!defined('CAKE_CORE_INCLUDE_PATH'))
{
    define('CAKE_CORE_INCLUDE_PATH', DS.'cake');
}

Error: i'm getting the following eror when i browse my local server
like http://localhost/

-----------------------------  Error  Message begin
-----------------------------

Warning: main(config\core.php) [function.main]: failed to open stream:
No such file or directory in e:\sites\ksc\sampoorna\cake\bootstrap.php
on line 39

Warning: main(config\core.php) [function.main]: failed to open stream:
No such file or directory in e:\sites\ksc\sampoorna\cake\bootstrap.php
on line 39

Fatal error: main() [function.require]: Failed opening required
'config\core.php' (include_path='.;C:\php5\pear;\cake;\app\APP_DIR\')
in e:\sites\ksc\sampoorna\cake\bootstrap.php on line 39

----------------------------- End of Error
-----------------------------

Can anyone help me configure my stsem to work for the current directory
settings.

Thanx in advance


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to