• Hi guys,

    my site yesterday were running just fine, but today when I’m opening it I’m getting this error:

    Warning: require(//wp-includes/load.php): failed to open stream: No such file or directory in /wp-settings.php on line 21

    Fatal error: require(): Failed opening required ‘//wp-includes/load.php’ (include_path=’.:/:/usr/local/php/pear5′) in /wp-settings.php on line 21

    I checked if somehow my load.php were deleted magically from my server, but it’s still there.

    This is how my line 21 on settings.php looks like:
    // Include files required for initialization.
    require( ABSPATH . WPINC . ‘/load.php’ );

    No clue about it all. Can you help me with that?
    My temporal address is: https://serwer1623901.home.pl/autoinstalator/wordpress/ (I het this error on other pages, besides my home page.)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, @iael. I’m seeing a different fatal error on your site right now:

    Fatal error: Cannot redeclare add_filter() (previously declared in /autoinstalator/wordpress/wp-includes/plugin.php:103) in /autoinstalator/wordpress/wp-includes/plugin.php on line 110

    which is a bit odd, because it’s not only saying that the add_filter function is declared twice in the same file, but literally one right after the other.

    So, for that error, try uploading a fresh copy of the wp-includes/plugin.php file to your server.

    Thread Starter iael

    (@iael)

    Thanks for your reply.

    Strange because I don’t see this error. Only the one with the load.php.

    I’ve uploaded a new plugin.php file. How about now?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot locate load.php’ is closed to new replies.