用户
 找回密码
 入住 CI 中国社区
搜索
查看: 3709|回复: 4
收起左侧

[HELP] 加载模板文件的css和图片失败!

[复制链接]
发表于 2012-7-11 23:26:10 | 显示全部楼层 |阅读模式
我把css和image放在根目录下了!
打开网页的时候提示如下错误
======
Fatal error: Call to undefined function base_url() in D:\wamp\www\yibell\application\views\index1.php on line 6 Call Stack #TimeMemoryFunctionLocation 10.0005262432{main}( )..\index.php:0 20.0017320592require_once( 'D:\wamp\www\yibell\system\core\CodeIgniter.php' )..\index.php:202 30.02311274128call_user_func_array ( )..\CodeIgniter.php:359 40.02311274208Welcome->index( )..\CodeIgniter.php:359 50.02311274384CI_Loader->view( )..\welcome.php:22 60.02311275136CI_Loader->_ci_load( )..\Loader.php:419 70.02341308048include( 'D:\wamp\www\yibell\application\views\index1.php' )..\Loader.php:833
======

目录和加载css样式如附件!

注:config中的$config["base_url"]已经设置了!

求解

css引入方式

css引入方式

目录结构

目录结构
发表于 2012-7-11 23:52:07 | 显示全部楼层
那楼主引入url了么在controller里加入 $this->load->helper('url');
或是href = '/css/style.css';
发表于 2012-7-12 10:58:40 | 显示全部楼层
Call to undefined function base_url()

楼主是否加载了url辅助类呢? $this->load->helper('url');
 楼主| 发表于 2012-7-12 22:31:45 | 显示全部楼层
谢谢,我确实没有加载,搞定了,感谢!
发表于 2012-8-17 11:20:47 | 显示全部楼层

本版积分规则