Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/259.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/codeigniter/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 在服务器CodeIgniter上找不到My_控制器_Php_Codeigniter_Codeigniter 3 - Fatal编程技术网

Php 在服务器CodeIgniter上找不到My_控制器

Php 在服务器CodeIgniter上找不到My_控制器,php,codeigniter,codeigniter-3,Php,Codeigniter,Codeigniter 3,亲爱的:我在wamp本地服务器上运行的助手工作正常,但我的\u控制器存在问题,找不到它的核心文件夹。我已经在core文件夹“core/My_Controller.php”中插入了我的_控制器,在config.php中我也已经插入了config“$config['subclass_prefix']='My_u';”有人帮我吗 Fatal error: Class 'MY_Controller' not found in /home/phnompen/public_html/my_side_url/

亲爱的:我在wamp本地服务器上运行的助手工作正常,但我的\u控制器存在问题,找不到它的核心文件夹。我已经在core文件夹
“core/My_Controller.php”
中插入了我的_控制器,在config.php中我也已经插入了config
“$config['subclass_prefix']='My_u';”
有人帮我吗

Fatal error: Class 'MY_Controller' not found in /home/phnompen/public_html/my_side_url/application/controllers/Controller.php on line 9

A PHP Error was encountered

Severity: Error

Message: Class 'MY_Controller' not found

Filename: controllers/Controller.php

Line Number: 9

Backtrace:

使您的文件名中包含MY而不是MY

core/My_Controller.php
改为

core/MY_Controller.php

与我的评论相同。

使您的文件名中有my而不是my

core/My_Controller.php
改为

core/MY_Controller.php

与我的评论相同。

谢谢你节省了我的时间!谢谢你节省了我的时间!