Can't get it to to work Win 2008 R2 / PHP 5.3

Tagged:  

Exception in AutoLoader: exception 'Exception' with message 'Could not write to "C:/inetpub/sites/prjmgr/cache/autoloader.php". Make sure, that your webserver has write access to it.' in C:\inetpub\sites\prjmgr\environment\classes\AutoLoader.class.php:147 Stack trace: #0 C:\inetpub\sites\prjmgr\environment\classes\AutoLoader.class.php(129): AutoLoader->createIndexFile() #1 C:\inetpub\sites\prjmgr\environment\classes\AutoLoader.class.php(86): AutoLoader->createCache() #2 C:\inetpub\sites\prjmgr\application\functions.php(32): AutoLoader->loadClass('FILENOTWRITABLE...') #3 C:\inetpub\sites\prjmgr\environment\classes\logger\backend\Logger_Backend_File.class.php(137): __autoload('FileNotWritable...') #4 C:\inetpub\sites\prjmgr\environment\classes\logger\backend\Logger_Backend_File.class.php(32): Logger_Backend_File->setLogFile('C:/inetpub/site...') #5 C:\inetpub\sites\prjmgr\init.php(84): Logger_Backend_File->__construct('C:/inetpub/site...') #6 C:\inetpub\sites\prjmgr\index.php(11): require('C:\inetpub\site...') #7 {main}

help.php says it has write permissions to the cache folder....

Exception in AutoLoader: exception 'Exception' with message 'SmartLoader index file "" is not readable!' in C:\inetpub\sites\prjmgr\environment\classes\AutoLoader.class.php:88 Stack trace: #0 C:\inetpub\sites\prjmgr\application\functions.php(32): AutoLoader->loadClass('DB') #1 C:\inetpub\sites\prjmgr\init.php(94): __autoload('DB') #2 C:\inetpub\sites\prjmgr\index.php(11): require('C:\inetpub\site...') #3 {main}

Session "default" started at 2012-04-21T19:09:04+0000
#1 ERROR: Error: Undefined property: AutoLoader::$indexFilename in 'C:\inetpub\sites\prjmgr\environment\classes\AutoLoader.class.php' on line 88 (error code: 8)
Time since start: 0.014253854751587 seconds
-------------------------------------------------------------------------------

AutoLoader never gets written to. The only thing in it after clicking next on step 4 is <? PHP ? >

I actually get the same thing on my CentOS 6.2 server running php 5.3.10.

I just found the problem. The files are not getting changed to 777 after they are created. If you create the 4 empty files below, and then upload them to the /cache/ dir and chmod them to 777 it will install correctly.

autoloader.php
empty.txt
log.php
trace.txt