thyseus / yii-user-management

a user management module collection for the yii framework
186 stars 122 forks source link

Issues with Groups #155

Open ahmeier opened 10 years ago

ahmeier commented 10 years ago

Apache/2.2.25 (Unix) DAV/2 PHP/5.5.3 mod_ssl/2.2.25 OpenSSL/0.9.8y Yii Framework/1.1.14 YUM version 0.8-rc7. Standard testdrive installation

Trying to use any of the group related menu items results in the following error:

CException

Property "UsergroupModule.usergroupTable" is not defined.

/Volumes/Static Backups/Dropbox/yii-1.1.14.f0fee9/framework/base/CModule.php(513)

501 $this->setComponent($id,$component,$merge); 502 } 503 504 /* 505 * Configures the module with the specified configuration. 506 * @param array $config the configuration array 507 _/ 508 public function configure($config) 509 { 510 if(isarray($config)) 511 { 512 foreach($config as $key=>$value) 513 $this->$key=$value; 514 } 515 } 516 517 / 518 * Loads static application components. 519 */ 520 protected function preloadComponents() 521 { 522 foreach($this->preload as $id) 523 $this->getComponent($id); 524 } 525 Stack Trace

0