首页 > 解决方案 > 关键未捕获错误:在 elementor-pro/core/app/modules/site-editor/module.php:80 中调用 null 上的成员函数 register_controller()

问题描述

有人可以帮助解决这个谜吗?

我有一个使用 Elementor Pro 和 Woocommerce 的客户。直到最近的 woocommerce 更新,该网站运行良好。现在我们无法接受信用卡付款,并且此错误正在填充日志中。

2020-09-15T11:25:43+00:00 CRITICAL Uncaught Error: Call to a member function register_controller() on null in /.../wp-content/plugins/elementor-pro/core/app/modules/site-editor/module.php:80
Stack trace:
#0 /.../wp-content/plugins/elementor-pro/core/app/app.php(76): ElementorPro\Core\App\Modules\SiteEditor\Module->__construct()
#1 /.../wp-content/plugins/elementor-pro/plugin.php(324): ElementorPro\Core\App\App->__construct()
#2 /.../wp-content/plugins/elementor-pro/plugin.php(108): ElementorPro\Plugin->__construct()
#3 /.../wp-content/plugins/elementor-pro/plugin.php(339): ElementorPro\Plugin::instance()
#4 /.../wp-content/plugins/elementor-pro/elementor-pro.php(57): require('/home/glassbloc...')
#5 /.../wp-includes/class-wp-hook.php(287): elementor_pro_load_plugin('')
#6 /.../wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#7 /hom in /home/.../wp-content/plugins/elementor-pro/core/app/modules/site-editor/module.php on line 80

我不知道如何解决这个问题,我已经搜索了类似的问题,但每个人的问题都是完全不同的。如果您想查看,该网站是www.glassblockwarehouse.com 。

我不是高级程序员,所以如果您不介意,请具体说明。一如既往地感谢您的所有帮助。

标签: phpwordpresswoocommerceelementor

解决方案


推荐阅读