当前,我想在视图文件夹中添加新的php文件。但是,当我添加该文件时,即使我从现有文件中复制代码,也会显示以下错误:
严重性:警告
消息:call_user_func_array()期望参数1是有效的 回调,类“ Error”没有方法“ index”
文件名:core / CodeIgniter.php
行号:532
回溯:
文件:/home/spezerco/public_html/orlins/index.php行:315功能: require_once
我已经尝试查找在模型中创建的函数和加载代码($ this-> loadViews(“ plan”,$ this-> global,$ data,NULL);),但我仍然无法确定解决问题。
所以这是代码:
在CodeIgniter.php第532行中的: call_user_func_array(array(&$ CI,$ method),$ params);
在index.php第315行中的: require_once BASEPATH.'core / CodeIgniter.php';