Yii Framework Forum: Unable to resolve the request "controller/action". - Yii Framework Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Unable to resolve the request "controller/action". Unable to resolve the request "controller/action". Rate Topic: ***** 1 Votes

#1 User is offline   kiran sharma 

  • Advanced Member
  • PipPipPip
  • Yii
  • Group: Members
  • Posts: 429
  • Joined: 21-May 11
  • Location:India

Posted 07 July 2011 - 08:07 AM

Hi all,

when I transfer my application to another server it woks but on one page it shows error like ,

Error 404
Unable to resolve the request "controller/action".


anyone had idea, why!!!
Thanks,
Kiran Sharma.
0

#2 User is offline   kiran sharma 

  • Advanced Member
  • PipPipPip
  • Yii
  • Group: Members
  • Posts: 429
  • Joined: 21-May 11
  • Location:India

Posted 07 July 2011 - 09:13 AM

wooow ,
its resolved .

i used in my local and it working fine,

$this->menu=array(
	array('label'=>'Create Leave', 'url'=>array("myleaves/create")),

but this not working on another ( live ) server.


then i used code as ,

$this->menu=array(
	array('label'=>'Create Leave', 'url'=>array("myLeaves/create")),

and its working!!!


I just change myleaves to myLeaves and code working.
Can anyone tell why this happen!!!
Thanks,
Kiran Sharma.
1

#3 User is offline   Artem Frolov 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 2
  • Joined: 14-August 11
  • Location:Russia, Moscow

Posted 24 August 2011 - 02:07 PM

I assume that one file-system is case-sensitive, and another is case-insensitive.
0

#4 User is offline   Maurizio Domba 

  • Yii - Yesss It Is !!!
  • Yii
  • Group: Yii Dev Team
  • Posts: 4,230
  • Joined: 12-October 09
  • Location:Croatia

Posted 24 August 2011 - 02:29 PM

like Artem wrote... windows is case-insensitive... linux is case sensitive...
Find more about me.... btw. Do you know your WAN IP?
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users