Closed Xack closed 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.
thanks for reporting, this will be fixed in my next push
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.