• Hi,

    I’m with the following error occurs and I can not open the site, what can I do?

    Warning: require(/home/dpisolucoes/public_html/wp-includes/plugin.php): failed to open stream: No such file or directory in /home/dpisolucoes/public_html/wp-settings.php on line 75

    Fatal error: require(): Failed opening required ‘/home/dpisolucoes/public_html/wp-includes/plugin.php’ (include_path=’.:/usr/local/lib/php’) in /home/dpisolucoes/public_html/wp-settings.php on line 75

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator James Huff

    (@macmanx)

    Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via FTP or SFTP, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

    What these particular messages indicate is that WordPress’s /wp-includes/plugin.php file can’t be found on your server.

    Based on the line number in the error message, you’re using a WP version older than 4.4; so if you know exactly which version you’re using, you could grab a copy of the missing file from the appropriate download and upload it to your server.

    Otherwise, I’d suggest performing a manual update to 4.4 (and kill two birds with one stone).

    Moderator James Huff

    (@macmanx)

    Great catch, @girlieworks ! I’ll try to get my coffee *before* reading error messages next time. ??

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