• Any ideas how to fix that?

    Warning: require_once(/home/vptyba/domains/vpconstruction.be/public_html/wp-content/plugins/themesflat-addons-for-elementor/widgets/widget-video.php): failed to open stream: No such file or directory in?/home/vptyba/domains/vpconstruction.be/public_html/wp-content/plugins/themesflat-addons-for-elementor/themesflat-addons-for-elementor.php?on line?373

    Fatal error: require_once(): Failed opening required ‘/home/vptyba/domains/vpconstruction.be/public_html/wp-content/plugins/themesflat-addons-for-elementor/widgets/widget-video.php’ (include_path=’.:/usr/share/pear’) in /home/vptyba/domains/vpconstruction.be/public_html/wp-content/plugins/themesflat-addons-for-elementor/themesflat-addons-for-elementor.php on line 373

Viewing 4 replies - 1 through 4 (of 4 total)
  • The solution found was:

    comment out this line of code in the file themesflat-addons-for-elementor.php

    /*
    require_once( __DIR__ . '/widgets/widget-video.php' );
    \Elementor\Plugin::instance()->widgets_manager->register( new \TFVideo_Widget() );
    */

    The original code is this:

    require_once( DIR . '/widgets/widget-video.php' );
    \Elementor\Plugin::instance()->widgets_manager->register( new \TFVideo_Widget() );

    I just put: /* before and */ after

    Hey Matheus, your fix worked on one site yesterday, but today I am getting this error message when I try to fix the same on another site. Any advice?

    Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP.

    Thanks Matheus. This was exactly what I was looking for to save me from an irate client! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.