I downloaded the latest version, renamed the folder to cake_1_2 and uploaded it to my webserver (www.anders-leet.com). When I first launched the page (www.anders-leet.com/cake_1_2/index.php), I got this error:
Unable to create file C:\HostingSpaces\andersle\anders-leet.com\wwwroot \cake_1_2\app\tmp\cache\persistent\cake_core_core_paths because Permission denied in C:\HostingSpaces\andersle\anders-leet.com\wwwroot \cake_1_2\cake\libs\file.php on line 130 I created the folder and gave it 777 permissions, and that error went away. I have these ones now: Warning: touch() [function.touch]: Utime failed: Permission denied in C:\HostingSpaces\andersle\anders-leet.com\wwwroot\cake_1_2\cake\libs \file.php on line 130 Warning (2): touch() [function.touch]: Utime failed: Permission denied [CORE\cake\libs\file.php, line 130] Code | Context $dir = "C:\HostingSpaces\andersle\anders-leet.com\wwwroot\cake_1_2\app \tmp\cache\persistent\" $old = 0 touch - [internal], line ?? File::create() - CORE\cake\libs\file.php, line 130 File::open() - CORE\cake\libs\file.php, line 151 File::write() - CORE\cake\libs\file.php, line 244 FileEngine::write() - CORE\cake\libs\cache\file.php, line 148 Cache::write() - CORE\cake\libs\cache.php, line 273 Configure::corePaths() - CORE\cake\libs\configure.php, line 523 Configure::buildPaths() - CORE\cake\libs\configure.php, line 591 Configure::__loadBootstrap() - CORE\cake\libs\configure.php, line 695 Configure::getInstance() - CORE\cake\libs\configure.php, line 137 include - CORE\cake\bootstrap.php, line 43 require - APP\webroot\index.php, line 81 [main] - CORE\index.php, line 61 Warning: touch() [function.touch]: Unable to create file C: \HostingSpaces\andersle\anders-leet.com\wwwroot\cake_1_2\app\tmp\logs \error.log because Permission denied in C:\HostingSpaces\andersle \anders-leet.com\wwwroot\cake_1_2\cake\libs\file.php on line 130 Is there something else I am missing in the setup steps? Thanks, and looking forward to developing with Cake! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
