• Resolved lindseymagill

    (@lindseymagill)


    I just tried to update the Fizzly plugin on my page but now I get

    Warning: require_once(meta/Frizzly_Meta_Social_data.php): failed to open stream: No such file or directory in /home/lindseym/public_html/wp-content/plugins/frizzly/includes/includes/Frizzly_Includes.php on line 22

    Fatal error: require_once(): Failed opening required ‘meta/Frizzly_Meta_Social_data.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/lindseym/public_html/wp-content/plugins/frizzly/includes/includes/Frizzly_Includes.php on line 22

    I’ve checked there is a file in the location that looks like this

    <?php

    class Frizzly_Includes {

    function __construct() {
    $this->load_dependencies();
    }

    function load_dependencies() {
    $includes = array(
    //OPTIONS
    ‘options/Frizzly_Options.php’,
    ‘options/Frizzly_General_Options.php’,
    ‘options/Frizzly_Share_Options.php’,
    ‘options/Frizzly_Follow_Options.php’,
    //META
    ‘meta/Frizzly_Meta.php’,
    ‘meta/Frizzly_Meta_Social_data.php’
    );

    foreach ( $includes as $include ) {
    require_once $include;
    }
    }
    }

    What do I need to do to amend it and make the website work again?

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m having this exact same error message, with no idea what to do.

    Hi Lindsey,

    I recently had the same issue and you can fix it by renaming the frizzly file to something like frizzly-temp. That will deactivate the plugin and you should be able to access your site again. This video shows you how to do it if you’re using Cpanel. Hope this helps!

    Cheers Ben. I restored the plugin folder from backup to get it working. Hope they get it working soon, and I know a few other sites that updated and have broken with this update.

    I’ve voted it broken on the plugin page. https://www.ads-software.com/plugins/frizzly/

    Plugin Contributor mrsztuczkens

    (@mrsztuczkens)

    Hey @lindseymagill,

    I’m really sorry about that issue. That should have never happened. I messed up my testing and that issue went through.

    I’ve released an updated version of the plugin. The issue should be fixed. Sorry once again.

    Thread Starter lindseymagill

    (@lindseymagill)

    Thanks @blogwithben renaming the folder worked and I was able to get into the admin page again.

    @mrsztuczkens I updated the plugin this morning and it all seems to be working OK now.

    Ben, you rock! Your solution works like a charm. Thank you so much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Error Message on Website’ is closed to new replies.