错误未定义属性:Proxy::getConfigArray 上传 AMP 文件夹后

问题描述

因此,在我尝试将 AMP 模块(实际上只有 2 个文件夹)上传到 opencart 版本 2.2.0.0 后,我遇到了以下错误。然后我删除文件以尝试清除错误,但最终仍然存在它们,现在我无法登录管理员,也无法看到我的网站。这是我得到的错误代码。 (我也是新手,所以请像对孩子一样解释)

在我的网站主页我得到这个

注意:未定义的属性:Proxy::getConfigArray in /home/s5ri4g25zhe7/public_html/system/storage/modification/system/engine/action.PHP on line 44

错误文件中我得到这些

[08-Jan-2021 13:17:40 UTC] PHP 致命错误:未捕获错误:在 /home/s5ri4g25zhe7/public_html/system/storage/modification/system/engine/loader.PHP 中找不到类“代理” :43 堆栈跟踪: #0 /home/s5ri4g25zhe7/public_html/catalog/controller/startup/startup.PHP(37): Loader->model('localisation/la...') #1 /home/s5ri4g25zhe7/public_html/system/storage/modification/system/engine/action.PHP(44): ControllerStartupStartup->index() #2 /home/s5ri4g25zhe7/public_html/system/engine/front.PHP(34): Action->execute(Object(Registry)) #3 /home/s5ri4g25zhe7/public_html/system/engine/front.PHP(19): Front->execute(Object(Action)) #4 /home/s5ri4g25zhe7/public_html/system/framework.PHP(99): Front->dispatch(Object(Action),Object(Action)) #5 /home/s5ri4g25zhe7/public_html/index.PHP(28): require_once('/home/s5ri4g25z...') #6 {主要} 在第 43 行的 /home/s5ri4g25zhe7/public_html/system/storage/modification/system/engine/loader.PHP 中抛出

这是文件是什么/说第一个位置

未捕获的错误:在 /home/s5ri4g25zhe7/public_html/system/storage/modification/system/engine/loader.PHP:43 中找不到类“代理” 堆栈跟踪:

$proxy = new Proxy();

        

这里是#0

    $this->load->model('localisation/language');
    

这里是#1

    return call_user_func_array(array($controller,$this->method),$args);
    

这里是 #2 和 #3

foreach ($this->pre_action as $pre_action) {
        
$result = $action->execute($this->registry);

    

这是#4

$controller->dispatch(new Action($config->get('action_router')),new 

这里是#5

require_once(VQMod::modCheck(DIR_SYstem . 'framework.PHP'));

最后是#6

    $proxy = new Proxy();

我很难找到解决我的特定问题的方法。任何帮助将不胜感激。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)