sarvan75 / yii-user-management

Automatically exported from code.google.com/p/yii-user-management
0 stars 0 forks source link

YumTextSettings issue #124

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In some environment yumtextsettings page cannot be opened.

To fix this issue in UserModule.php one string needs to be added:

public $controllerMap=array(
      ...
      'textsettings' => array('class'=>'YumModule.controllers.YumTextSettingsController'),
);

And in YumAdminMenu.php we need to fix 68 string like this:
                array('label' => 'Module text settings', 'url' => array('//user/textsettings/admin')),

Original issue reported on code.google.com by sergey.m...@gmail.com on 7 May 2011 at 1:14

GoogleCodeExporter commented 9 years ago
in my install, using 0.8rc5 the yumtextsettings table has not been created in 
the database so all code that uses YumTextSettingsController throws an exception

Original comment by paix...@gmail.com on 19 Nov 2011 at 11:49

GoogleCodeExporter commented 9 years ago
@paix

did you figure this out? if so could you tell me what you did.

Original comment by omegabl...@gmail.com on 25 Nov 2011 at 4:46

GoogleCodeExporter commented 9 years ago
in case this helps anyone else with the issue, i just found some sql to 
generate the table. line 271 at this url:

http://code.google.com/p/yii-user-management/source/browse/trunk/user/docs/fresh
_installation.sql?r=403

Original comment by omegabl...@gmail.com on 25 Nov 2011 at 4:56