What did you do to cause this? Clicked Edit beside newly created Project.
What page were you on? http://my.site.com/traq/admin
What PHP and MySQL versions do you run? PHP 5.3.17 MySQL 5.5.27-log Apache 2.2.3 RHEL 5.8
Describe the defect: Clicking the Edit or Delete links beside the newly created Project brings up a blank page.
The following error was logged by Apache:
[Wed Oct 10 10:54:32 2012] [error] [client 1.2.3.4] PHP Fatal error: Class 'ProjectSettingsAppController' not found in /var/www/mysite/traq/system/controllers/projectsettings/options_controller.php on line 30, referer: http://my.site.com/traq/admin
This appears to function as a workaround:
ln -s /var/www/mysite/traq/system/controllers/projectsettings /var/www/mysite/traq/system/controllers/ProjectSettings
confirm link: ls -ld /var/www/mysite/traq/system/controllers/ProjectSettings
Note to Jack -- this installation is on a second server with different PHP/MySQL and OS version from the issue in my other ticket. I added the .htaccess before installing here, and the installer worked OK, and I am able to log in under this environment (seen in screenshots).