thyseus / yii-user-management

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

can't install & got Error 404 #144

Open ossama-selim opened 11 years ago

ossama-selim commented 11 years ago

Hi, i'm tring to install the yii-user-management i already have my webapp with many tables(28), but when i arrived to point (7.) Run the User Management Installer in your Web-Browser:) & typed http://myHosting/myApp/index.php/user/install i got an 404 Error: << Error 404 Unable to resolve the request "user/install".>> any idea to what is the issue here??

thyseus commented 11 years ago

did you try index.php?r=user/install ? is the 'user' module registered in your 'modules' section of config/main.php ?

ossama-selim commented 11 years ago

Sorry, i didn't add

    'user' => array(
    'debug' => true,
    ),

<<< in the "modules" array, now i got this error when i tried to install

Error 500 Please set a table prefix, at least '', to your db configuration for yii-user-management to work.<<<

thyseus commented 11 years ago

try to add

'tablePrefix' => '',

into your 'db' component

ossama-selim commented 11 years ago

yeah, i already tried and now the problem is he version of Yii and i'm searching for docs to upgrade yii to a higher version :(

ossama-selim commented 11 years ago

thank you for your prompt response

ossama-selim commented 11 years ago

any suggestion for the upgrade docs of yii??

ossama-selim commented 11 years ago

ok solved.

ghost commented 10 years ago

Hi ossama-selim,

May I know how did you solve the above-stated error?

I am trying out Yii Framework and Yii-User-Management currently, facing similar Error 500.

Thank you.

ghost commented 10 years ago

Got it!

Just fixed it in your database connection. :)