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!!!
Posted 07 July 2011 - 08:07 AM
Error 404 Unable to resolve the request "controller/action".
Posted 07 July 2011 - 09:13 AM
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!!!
Posted 24 August 2011 - 02:07 PM
Posted 24 August 2011 - 02:29 PM