Viewing 3 replies - 1 through 3 (of 3 total)
  • this is usually a PHP error, You need to use FTP client or File manager from your Cpanel and got the public_html -> wp-config.php and turn on the debug mode so you can see whats the error.

    define('WP_DEBUG', false); => define('WP_DEBUG', true);

    Thread Starter yourhealthmate

    (@yourhealthmate)

    Thanks

    I did that

    and now when I tried to go to the wp-admin page I got this:

    Warning: require(/home/cluster-sites/2/y/yourhealthmate.co.uk/public_html/wp-includes/class-wp-post-type.php): failed to open stream: No such file or directory in /home/cluster-sites/2/y/yourhealthmate.co.uk/public_html/wp-settings.php on line 160 Fatal error: require(): Failed opening required ‘/home/cluster-sites/2/y/yourhealthmate.co.uk/public_html/wp-includes/class-wp-post-type.php’ (include_path=’.:/usr/share/pear54:/usr/share/php’) in /home/cluster-sites/2/y/yourhealthmate.co.uk/public_html/wp-settings.php on line 160

    Do you know what that means?

    thanks in advance!

    It seems you WordPress installation is messed up, wp-includes//class-wp-post-type.php is missing and maybe some other files, just upload new WordPress installation after make a backup of course 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Site has gone down’ is closed to new replies.