Hi,

I did as specified in the above mentioned thread. Here is what I did,

I extracted the cake zip file in /home/username so now there is a
folder /home/username/cake_1.1.7.3363.
Then I moved index file from "/home/username/cake_1.1.7.3363" to
"/home/username/public_html"
I then edited the /home/username/public_html/index.php file and set
ROOT as
define('ROOT', dirname(dirname(__FILE__)).DS."cake_1.1.7.3363");

Here is how configuration parameters in my index.php look like,

define('APP_DIR', 'app');
define('DS', DIRECTORY_SEPARATOR);
define('ROOT', dirname(dirname(__FILE__)).DS."cake_1.1.7.3363");
define('WEBROOT_DIR', 'webroot');
define('WWW_ROOT', ROOT . DS . APP_DIR . DS . WEBROOT_DIR . DS);

When I point my browser to http://www.DOMAIN.com, I get CakePHP's
default home, and a message saying "Your database configuration file is
not present."

Have I done everything properly in setting up proper production
environment on a shared hosting account? Or am I missing something
here?


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