thanhtcn / yii-user

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

Unable to resolve the request "gii". #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install 'rights' module on yii
2. access /index.php?r=gii or /index.php/gii
3. result is error: Unable to resolve the request "gii".

What is the expected output? What do you see instead?
Instead of the GII interface you get the mentioned error: Unable to resolve the 
request "gii". This happens even on the developer website at 
http://www.cniska.net/yii_blog/

What version of the product are you using? On what operating system?
current version, 1.2.0 on yii 1.1.8

Please provide any additional information below.
If i disable the rights module the GII works just fine. When logging is enabled 
the log shows:

error   exception.CHttpException.404    
exception 'CHttpException' with message 'Unable to resolve the request
"gii".' in
/var/www/dynamic/klumea.ro/yii/framework/web/CWebApplication.php:281
Stack trace:
#0 /var/www/dynamic/klumea.ro/yii/framework/web/CWebApplication.php(136):
CWebApplication->runController('gii')
#1 /var/www/dynamic/klumea.ro/yii/framework/base/CApplication.php(158):
CWebApplication->processRequest()
#2 /var/www/dynamic/klumea.ro/freeindex/index.php(13): CApplication->run()
#3 {main} REQUEST_URI=/index.php?r=gii

Original issue reported on code.google.com by radu.her...@gmail.com on 5 Sep 2011 at 11:46

GoogleCodeExporter commented 9 years ago
I have this issue too, yii-1.1.14.f0fee9.tar

Original comment by l...@ag.net.ua on 28 Oct 2013 at 12:02