sarvan75 / yii-user-management

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

Error installing on a clean installation. #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install yii framework
2. Install yum module as described in the InstallationInstructions wiki
3. Move to /user/install

What is the expected output? What do you see instead?
Yum install page.

I see a SQL error, which is caused by the User Management module not being in 
debug mode, despite the debug mode is set to true as indicated in the 
instructions.

What version of the product are you using? On what operating system?
yii 1.18 + yum 0.8rc4 on MAMP Server.

Original issue reported on code.google.com by nsen...@gmail.com on 30 Aug 2011 at 7:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Ok.. I think I found the problem:

1 - bad interpretation of the InstallationInstructions page.
2 - Missing lines from UserModule.php in tables array:
                        'profile' => 'profile',
                        'profileComment' => 'profile_comment',
                        'profileVisit' => 'profile_visit',

This prevents the installation to go on. 

Original comment by nsen...@gmail.com on 30 Aug 2011 at 8:09

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r402.

Original comment by thyseus on 31 Aug 2011 at 6:28

GoogleCodeExporter commented 9 years ago
thank you, that was fast!

Original comment by aladdinh...@gmail.com on 31 Aug 2011 at 9:18