duanbage2161 2011-04-04 02:59
浏览 267
已采纳

CodeIgniter找不到CI_Controller

I'm trying to get CodeIgniter running on my testserver (using XAMPP). I have set up everything like i usually do, plus I've copied all of the files from a working installation on my web server and just changed the necessary config options:

  1. Fatal error: Class 'CI_Controller' not found in D:\Websites\****\www\application\controllers\main.php on line 4

  2. Message: Undefined index: scaffolding_trigger, Filename: libraries/Router.php

I'm pretty sure my controller is set-up properly, but in case it isn't here's the setup:

class Speaker extends CI_Controller
{
     function __construct()
     {
         parent::__construct();
         $this->load->helper('url');
     }
}

Anyone know what I'm doing wrong here?

  • 写回答

2条回答

  • doujingxi3356 2011-04-04 03:10
    关注

    Gah I hate how you finally find the problem right as you ask the question haha

    I decided to check out my system folder and found it was out of sync with what I had on my server. Just updated it and everything's working.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 求差集那个函数有问题,有无佬可以解决
  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
  • ¥50 树莓派安卓APK系统签名
  • ¥65 汇编语言除法溢出问题