It worked! Thanks. On Mon, Feb 13, 2012 at 3:34 PM, 0x20h <[email protected]>wrote:
> As the last warning states, your cache directory is not writeable. > Make it writeable to the your webserver's user, e.g. > > chmod -R 777 app/tmp > > Am 13.02.2012 21:16, schrieb Yves S. Garret: > > Ok, here's my problem, after going through the install instructions and > getting most of the problems resolved (will deal with the database > connection once I start a project), I still get this nastiness when I go to > my CakePHP 2.0 page. > > *Warning*: _cake_core_ cache was unable to write 'cake_dev_en-us' to File > cache in * > /home/ats/Documents/Development/CakePHP/cake_2_0/lib/Cake/Cache/Cache.php*on > line > *310* > > *Warning*: _cake_core_ cache was unable to write 'cake_dev_en-us' to File > cache in * > /home/ats/Documents/Development/CakePHP/cake_2_0/lib/Cake/Cache/Cache.php*on > line > *310* > > *Warning*: > /home/ats/Documents/Development/CakePHP/cake_2_0/app/tmp/cache/persistent/ > is not writable in * > /home/ats/Documents/Development/CakePHP/cake_2_0/lib/Cake/Cache/Engine/FileEngine.php > * on line *320* > > *Warning*: > /home/ats/Documents/Development/CakePHP/cake_2_0/app/tmp/cache/models/ is > not writable in * > /home/ats/Documents/Development/CakePHP/cake_2_0/lib/Cake/Cache/Engine/FileEngine.php > * on line *320* > > *Warning*: > /home/ats/Documents/Development/CakePHP/cake_2_0/app/tmp/cache/ is not > writable in * > /home/ats/Documents/Development/CakePHP/cake_2_0/lib/Cake/Cache/Engine/FileEngine.php > * on line *320 > > *Am I missing something? If you need more info, just ask me what file > and I will provide it.* > * > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
