The MU forums have moved to WordPress.org

No such file: "../wp-includes/class-snoopy.php" (3 posts)

  1. monpelaud
    Member
    Posted 15 years ago #

    Hi!

    My configuration:

    - XAMPP pour Windows Version 1.6.6a
    - WordPress Mu 2.6.1 :
    - WordPress mu Default 1.6 :
    - NextGEN Gallery 0.98 :

    In TinyMCE editor when I click on the buton NextGEN.desc I get the following message:

    Warning: require_once(../wp-includes/class-snoopy.php) [function.require-once]: failed to open stream: No such file or directory in D:\xampp\htdocs\wordpressmu\wp-admin\admin.php on line 10
    Fatal error: require_once() [function.require]: Failed opening required '../wp-includes/class-snoopy.php' (include_path='.;D:\xampp\php\pear\') in D:\xampp\htdocs\wordpressmu\wp-admin\admin.php on line 10

    The file class-snoopy.php exists in "D:\xampp\htdocs\wordpressmu\wp-includes\".

    Why this issue ?

    Thanks

  2. MrBrian
    Member
    Posted 15 years ago #

    Contact the plugin author.

  3. schmoove
    Member
    Posted 15 years ago #

    I encountered this after upgrading 2.6.3 to 2.6.5 - to fix I just ran the Upgrade utility and upgraded all my MU installation's blogs.

    The problem is in this line in wp-admin/admin.php:

    if ( get_option('db_version') != $wp_db_version ) {
    require_once('../wp-includes/class-snoopy.php');
    $client = new Snoopy();
    @$client->fetch( get_option( "siteurl" ) . "wp-admin/upgrade.php?step=1");
    }

    And is bypassed once the DB versions match. Guess it doesn't really solve why the snoopy class file cant be included - the path seems right, but anyway.

About this Topic

  • Started 15 years ago by monpelaud
  • Latest reply from schmoove