Hi, I had the display_errors switched Off. Switched it on now but don't get any errors displayed on the screen. I have an uncaught Exception in the php-error.log
[16-Oct-2008 08:33:29] PHP Fatal error: Uncaught exception 'CException' with message 'Property "CWebApplication.locale" is read only.' in F:workSourcenYiiframeworkcoreCComponent.php:138
Stack trace:
#0 F:workSourcenYiiframeworkcollectionsCConfiguration.php(102): CComponent->__set('locale', 'de')
#1 F:workSourcenYiiframeworkcoreCApplication.php(749): CConfiguration->applyTo(Object(CWebApplication))
#2 F:workSourcenYiiframeworkcoreCApplication.php(107): CApplication->configure('F:worktheMach...')
#3 F:workSourcenYiiframeworkYiiBase.php(74): CApplication->__construct('F:worktheMach...')
#4 F:worktheMachinerywebsitetrunkwebrootindex.php(11): YiiBase::createWebApplication('F:worktheMach...')
#5 {main}
thrown in F:workSourcenYiiframeworkcoreCComponent.php on line 138
I inserted the follwoing into the CComponent:set() method:
echo "CComponent:set() $name, $value <br/>"; flush();
which in return printed
CComponent:set() locale, de
CComponent:set() language, en_us
into the windows.
I hope this helps.
D.