yii-user-management icon indicating copy to clipboard operation
yii-user-management copied to clipboard

can't install & got Error 404

Open ossama-selim opened this issue 12 years ago • 9 comments

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??

ossama-selim avatar Aug 30 '13 16:08 ossama-selim

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

thyseus avatar Aug 30 '13 17:08 thyseus

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.<<<

ossama-selim avatar Sep 02 '13 08:09 ossama-selim

try to add

'tablePrefix' => '',

into your 'db' component

thyseus avatar Sep 02 '13 09:09 thyseus

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 avatar Sep 02 '13 09:09 ossama-selim

thank you for your prompt response

ossama-selim avatar Sep 02 '13 09:09 ossama-selim

any suggestion for the upgrade docs of yii??

ossama-selim avatar Sep 02 '13 09:09 ossama-selim

ok solved.

ossama-selim avatar Sep 02 '13 13:09 ossama-selim

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 avatar Jun 18 '14 04:06 ghost

Got it!

Just fixed it in your database connection. :)

ghost avatar Jun 18 '14 04:06 ghost