I recently switched from running Yii on my laptop with Windows Vista on to an office server running Ubuntu(9.04) Linux.
I get a Page Not Found error when I access most of my controller actions now. I've just checked and notice that it is only when there are parameters passed in my url like
,but this
works perfectly.
Any suggestions???
Page 1 of 1
Page Not Found after switching from Windows Vista to Ubuntu
#3
Posted 26 May 2009 - 12:33 AM
#5
Posted 26 May 2009 - 07:30 AM
Sorry made a typo there qiang. I meant to say
RawMaterialController.php was the initial name for the controller. I didn't make any changes to any controller names after I copied it over to linux box
Quote
I tried changing controller file name from RawMaterialController.php to rawmaterialcontroller.php and I get the same error.
RawMaterialController.php was the initial name for the controller. I didn't make any changes to any controller names after I copied it over to linux box
#6
Posted 26 May 2009 - 07:42 AM
Use RawmaterialController.php as Filename. Only the first letter of the controller name in the route will be uppercase.
Share this topic:
Page 1 of 1

Help












