• Resolved robertallen

    (@robertallen)


    Hi all,

    I’m getting this strange error. I can’t seem to update any plugins.

    Warning: require_once(/srv/disk1/1290324/www/patsyandersen.com/wp-admin/includes/class-wp-filesystem-base.php) [function.require-once]: failed to open stream: No such file or directory in /srv/disk1/1290324/www/patsyandersen.com/wp-admin/includes/file.php on line 792

    Fatal error: require_once() [function.require]: Failed opening required ‘/srv/disk1/1290324/www/patsyandersen.com/wp-admin/includes/class-wp-filesystem-base.php’ (include_path=’.:/usr/local/php-5.3.22/share/pear’) in /srv/disk1/1290324/www/patsyandersen.com/wp-admin/includes/file.php on line 792

    Can someone help me? I’ve googled a bit and can’t seem to find a solution.

    Any help would be greatly appreciated,
    Robert

Viewing 4 replies - 1 through 4 (of 4 total)
  • jasonpaulweber

    (@jasonpaulweber)

    Some plugin you installed is most likely the culprit. Roll back your plugins to see which is the culprit.

    Here’s my wp-admin/incudes/file.php, just for reference. You can always use Winmerge to compare our files.

    [ 1,060 lines of code moderated, that’s just way too much. For that many lines of code please use pastebin.com instead. ]

    jholder83864

    (@jholder83864)

    What? That’s not at all a plugin problem. It’s called from a core file without a hook. Also, you didn’t really paste the whole file, did ya? Just link it bro.

    What’s happening here is WordPress is looking for another wordpress file, and it’s not there. Does the file: /srv/disk1/1290324/www/patsyandersen.com/wp-admin/includes/class-wp-filesystem-base.php

    exist? If you don’t know how to check, just use your ftp client to look.

    Best of luck!

    Thread Starter robertallen

    (@robertallen)

    Ah I guess that doesn’t exist at all. I’ll need to download that file to the FTP. Thank you much, guys!

    Thread Starter robertallen

    (@robertallen)

    The file was installed and it solved the problem. Thank you again!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't Update Plugins’ is closed to new replies.