thyseus / yii-user-management

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

/user/install of initial setup not properly working. #12

Closed Xack closed 12 years ago

Xack commented 12 years ago

500 internal server error on site, apache's error log noted: Call to undefined method Yum::resolveTableName() in protected/modules/user/controllers/YumInstallController.php on line 439

you can read about it here:http://www.yiiframework.com/forum/index.php/topic/7591-module-yii-user-management-module/page__st__460__p__158339#entry158339

Applied fix as: YumInstallController.php

public static function resolveTableName($tablename, CDbConnection $connection=null) { return $tablename; }

and works fine now.

thyseus commented 12 years ago

thanks for reporting, this will be fixed in my next push