关于mudule找不到的原因 [ 新手入门 ]
'import'=>array(
'application.models.*',
'application.components.*',
'application.front.components.*',
'application.front.models.*',
),
'modules'=>array(
'front'
),
'urlManager'=>array(
'urlFormat'=>'path',
'showScriptName'=>false,
'rules'=>array(
'' => 'front/site/index',
),
),
配置文件如上 希望输入的url www.abc.com/ 直接定向到 front模块下的sitecontroller里面的actionIndex方法 结果输出的是 Alias "front.FrontModule" is invalid. Make sure it points to an existing PHP file.
然后更改
'modules'=>array(
'front'=>'ront.FrontModule'
),
页面半天打不开,最后报
Fatal error: Maximum execution time of 30 seconds exceeded in framework\YiiBase.php on line 464
求救中。。。。。
共 1 条回复
-
lz19881123 回复于 2011-08-26 15:29 举报
等待舰长……呵呵
okge001
注册时间:2011-08-24
最后登录:1970-01-01
在线时长:0小时0分
最后登录:1970-01-01
在线时长:0小时0分
- 粉丝0
- 金钱25
- 威望0
- 积分25