• Hi

    I’ve just tried to install the Nextgen gallery pluging which asked for me to update WP, which I tried to do.

    Now I get a load of fatal errors and warning messages:

    Warning: require_once(C:\Inetpub\vhosts\ndimoyo.org\httpdocs\wp/wp-admin/includes/class-wp-posts-list-table.php) [function.require-once]: failed to open stream: No such file or directory in C:\Inetpub\vhosts\ndimoyo.org\httpdocs\wp\wp-admin\includes\list-table.php on line 42

    Fatal error: require_once() [function.require]: Failed opening required ‘C:\Inetpub\vhosts\ndimoyo.org\httpdocs\wp/wp-admin/includes/class-wp-posts-list-table.php’ (include_path=’.;./includes;./pear’) in C:\Inetpub\vhosts\ndimoyo.org\httpdocs\wp\wp-admin\includes\list-table.php on line 42

    Anybody know how to fix?

    Many thanks
    Nev

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Nev,

    As far as I can see, there are 2 possible issues

    1. a path separator issue ( ‘/’ instead of ‘\’ in the require_once path)
    2. your update encountered a problem and the /wp-admin/includes/class-wp-posts-list-table.php does not exist

    Can you check that the following URL exists (replacing yoursite.com):

    • https://www.yoursite.com/wp/wp-admin/includes/class-wp-posts-list-table.php

    You should get an error calling this file directly, but at least we’ll be aware of which problem it is.

    Vincent

    Thread Starter nev49

    (@nev49)

    Thanks Vincent.

    I’ve re-uploaded a copy of my WP-admin folder which seems to have solved the problem.

    However the NextGEN plugin doesn’t seem to work at all ??
    ..Keep getting errors. so think I’ll just try and find a different image gallery plugin instead.

    Thanks for your help anyway.

    Nev

    You’re welcome.

    May be you should think about reinstalling your entire WP and plugins (without replacing the database to keep your content).

    It’s not “normal” that you have to reupload your wp-admin directory.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal Errors and Warnings’ is closed to new replies.