sarvan75 / yii-user-management

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

profile_fields #117

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow the installation steps
2. Include a prefix such as vscrum_ in the main.php

        'db'=>array(
            'connectionString' => $connectStr,
            'emulatePrepare' => true,
            'username' => $user,
            'password' => $pass,
            'charset' => 'utf8',
            'tablePrefix'=>'vscrum_',
        ),

3. Add the additional modules to activate roles and messaging etc..

 'modules' => array(
    'user' => array(
      'modules' => array(
        'role',
        'profiles',
        'messages',
        ),
      'debug' => 'true',
      )
    ),

What is the expected output? What do you see instead?

Click on the manage roles link when logged in as Admin. Expect to go to a 
screen to add/edit/delete roles but get an error that profile_fields table is 
not found.  Note that it has added the prefix on twice hence why the table is 
not found.

What version of the product are you using? On what operating system?
YUM .06 on Windows 7 with yii 1.1.7, php 5.3, mysql 5.1.36

Please provide any additional information below.
This was a clean install using the installer and creating demo data.  Then 
modified just the protected/config/main.php to add the details as specified in 
the yii-user-management module.

Original issue reported on code.google.com by twjno...@gmail.com on 4 Apr 2011 at 9:31

Attachments: