fatal error made by class-elementor.php problem
-
after updating to latest version i’ll get fatal wordpress error and frontend breaks, i have access to back-end and by using wp-config debug i found out there is a small problem:
in classes/3rd/class-elementor.php on line 27 it directs a wrong path which is nonexistence:
require_once visual_portfolio()->plugin_path . 'classes/class-elementor-widget.php';
which there is no file there, it should either be classes/3rd/class-elementor-widget.php or move back the file one folder to fix it.
i fixed my error by duplicating file there, didn’t had time to check if moving will cause another error or not
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘fatal error made by class-elementor.php problem’ is closed to new replies.