am still at the trackstar , chapter 8, if such error like this occurs, where should I look for the error?
it doesn't tell which file, just the module :S, as far as I can see, I only used the authManager thing at the RbacCommand.php file
Posted 16 November 2010 - 01:02 AM
Posted 16 November 2010 - 01:17 AM
// application components
'components'=>array(
...
'db'=>array(
'connectionString' => 'mysql:host=127.0.0.1;dbname=trackstar_dev',
'emulatePrepare' => true,
'username' => 'root',
'password' => '',
'charset' => 'utf8',
),
'authManager'=>array(
'class'=>'CDbAuthManager',
'connectionID'=>'db',
),
...