Xin chào Tôi mới dùng CodeIgniter và PHP, tôi đang cố gắng thiết lập nó cho thời gian linh sam, nhưng nó cung cấp cho các lỗi sau đây.Lỗi nghiêm trọng: Gọi hàm không xác định base_url() trong C: wamp www Test-CI application views layout.php trên dòng 5
Fatal error: Call to undefined function base_url() in
- C:\wamp\www\Test-CI\application\views\layout.php on line 5
{main}() IN ..\index.php:0 require_once('C:\wamp\www\Test-CI\system\core\CodeIgniter.php') IN ..\index.php:202
call_user_func_array () IN ..\CodeIgniter.php:359
Home->index() IN ..\CodeIgniter.php:0
CI_Loader->view() IN ..\home.php:17
CI_Loader->_ci_load() IN ..\Loader.php:419
include('C:\wamp\www\Test-CI\application\views\layout.php') IN ..\Loader.php:833
Mã của tôi:
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Galleriffic | Custom layout with external controls</title>
<link rel="stylesheet" href="<?php base_url(); ?>/assets/css/basic.css" type="text/css" />
<link rel="stylesheet" href="<?php base_url(); ?>/assets/css/galleriffic-5.css" type="text/css" />
<!-- <link rel="stylesheet" href="<?php base_url(); ?>/assets/css/white.css" type="text/css" /> -->
<link rel="stylesheet" href="<?php base_url(); ?>/assets/css/black.css" type="text/css" />
<script type="text/javascript" src="<?php base_url(); ?>/assets/js/jquery-1.3.2.js"></script>
<script type="text/javascript" src="<?php base_url(); ?>/assets/js/jquery.history.js"></script>
<script type="text/javascript" src="<?php base_url(); ?>/assets/js/jquery.galleriffic.js"></script>
<script type="text/javascript" src="<?php base_url(); ?>/assets/js/jquery.opacityrollover.js"></script>
<!-- We only want the thunbnails to display when javascript is disabled -->
<script type="text/javascript">
document.write('<style>.noscript { display: none; }</style>');
</script>
</head>
Bạn cần trợ giúp URL .. tham khảo http: //codeigniter.c om/user_guide/ – user1190992
bản sao có thể có của hàm [base \ _url() không hoạt động trong codeigniter] (http://stackoverflow.com/questions/6449386/base-url-function-not-working-in-codeigniter) – brezanac