I did,

in cake/bootstrap.php
line 48: Configure::getInstance();
line 49:        //Cache::config();

line 51: $cache = Cache::settings();
line 52: if(empty($cache)) {
line 53:                trigger_error('Cache not configured. Please use
Cache::config(); in APP/config/core.php', E_USER_WARNING);
line 54:                Cache::config('default', array('engine' => 'File'));
line 55: }

and this is what cake/config/core.php looks like.
this block starts on line 44

/**
 * To configure CakePHP *not* to use mod_rewrite and to
 * use CakePHP pretty URLs, remove these .htaccess
 * files:
 *
 * /.htaccess
 * /app/.htaccess
 * /app/webroot/.htaccess
 *
 * And uncomment the App.baseUrl below:
 */

and ends on line 54

Does this help?





On Oct 16, 1:23 pm, Gwoo <[EMAIL PROTECTED]> wrote:
> did you try looking at the /app/config/core.php in the latest nightly?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to