• Resolved e dev

    (@efishinsea)


    FastCGI sent in stderr: "global_styles, WP_Query->query, WP_Query->get_posts, WP_Tax_Query->get_sql, WP_Tax_Query->get...; 
    PHP message: PHP Warning: require_once(widgets/hover-image-reveal-tabs/class-hover-image-reveal-tabs.php):

    Failed to open stream: No such file or directory in /public/wp-content/plugins/responsive-tabs-for-elementor/class-widgets.php on line 83;

    PHP message:
    PHP Fatal error: Uncaught Error: Failed opening required 'widgets/hover-image-reveal-tabs/class-hover-image-reveal-tabs.php' (include_path='.:/usr/share/php') in /public/wp-content/plugins/responsive-tabs-for-elementor/class-widgets.php:83

    for anyone facing this issue, open and edit /class-widgets.php in the plugin folder and comment out line 83:

      //  require_once 'widgets/hover-image-reveal-tabs/class-hover-image-reveal-tab

    line 112:

    //    require_once('widgets/hover-image-reveal-tabs/controls/hover-image-reveal-tabs-controls.php');

    and line 145 :

    //    Plugin::instance()->widgets_manager->register_widget_type(new Widgets\Responsive_Hover_Image_Reveal_Tabs());

    since the referenced file hover-image-reveal-tabs/class-hover-image-reveal-tabs.php does not exist.

Viewing 1 replies (of 1 total)
  • Plugin Support Vitalii

    (@uappsk)

    Hi @efishinsea ,

    Thanks again for reporting the issue with the missing file reference in Responsive Tabs v10.0.0 — and for taking the time to investigate and suggest a workaround.

    We’ve now addressed this in the latest release: v10.1.0.
    The erroneous references to the unfinished hover-image-reveal-tabs widget have been safely removed to prevent any further PHP errors.

    You can now update the plugin to version 10.1.0 from your WordPress dashboard.

    We really appreciate your input — it helped us get this resolved quickly.
    Feel free to reach out if you notice anything else or have questions.

    Best regards,

    UAPP Support Team

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