When i do this in my ubuntu the testapp works properly.
I went did print_r right before the ->run command in index.php in the testapp I saw that: [_componentConfig:private] was the only variable thats not completely loaded in RedHat. It is partial:
[_componentConfig:private] => Array
(
[coreMessages] => Array
(
[class] => CPhpMessageSource
[language] => en_us
[basePath] => /var/www/yii/framework/messages
)
[db] => Array
(
[class] => CDbConnection
[connectionString] => sqlite:/var/www/yii/testapp/protected/config/../data/testdrive.db
)
when I did the requirements test I only got warnings for APC for my Redhat environment. Any help?

Help















