sarvan75 / yii-user-management

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

Error when I try to remove the user #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I try to remove the user in page:
Home  » Users  » Manage (r=user/user/admin)
the error arises.

In detail:

The browser does POST request to URL:
http://localhost/Yii_Site/!UserManagementModuleTest/index.php?r=user%2Fuser%2Fde
lete&id=3&ajax=yw0

Response HTTP Headers:
HTTP/1.1 302 Found
...
Location: admin

After that the browser requests URL:
http://localhost/Yii_Site/!UserManagementModuleTest/admin

Response Headers:
HTTP/1.1 404 Not Found

Original issue reported on code.google.com by prof1....@gmail.com on 23 Jun 2010 at 11:30

GoogleCodeExporter commented 9 years ago
this is fixed already

Original comment by mither...@gmail.com on 21 Nov 2010 at 3:34