• Resolved turiyamoore

    (@turiyamoore)


    I love this plugin but having trouble on a new installation. it’s breaking the site and I get this error:

    No such file or directory (2) in /home/content/32/3449132/html/astrologicalbangles/wp-content/plugins/custom-sidebars/inc/external/wpmu-lib/functions-wpmulib.php on line 69

    Any ideas?

    thanks

    https://wordpress.org/plugins/custom-sidebars/

Viewing 1 replies (of 1 total)
  • Hi @turiyamoore,

    Sorry to hear of the problem you are having.

    I have tested on my test site using latest version of Custom Sidebars plugin but didn’t get any error message.

    From the error message that you have shared it seems the following code is causing this issue in the plugin file functions-wpmulib.php on line 69

    session_start();

    Could you please create a test PHP file on your server like test.php adding the following code in it and just execute it to test whther it is generating the same error?

    <?php
    session_start();
    ?>

    Kind Regards,
    WPMU DEV

Viewing 1 replies (of 1 total)
  • The topic ‘No such file or directory’ is closed to new replies.