WordPress white screen with word ‘error’

I am getting a white screen that just says ‘error’ on it.
I have removed all plugins, re-installed the theme and also re-installed wordpress.
The website will work fine when going to the homepage, but as soon as I click on another page or category it returns this white screen.

Has anyone else seen this?

Related posts

Leave a Reply

3 comments

  1. Could be a problem with your .htaccess. Check the permalink settings, change to something else and hit save. If there is an error, there’s your problem.

    It could also be with the theme. Try out another theme (such as the default) to see if any error appears.

  2. you may also check for whitespace at then end of functions.php file or more specifically white space above the opening If you start over with all new installs the only possible issue would be on your machine, bug of some sort.

  3. Change the line in wp-config.php from

    define(‘WP_DEBUG’, false);

    to

    define(‘WP_DEBUG’, true);

    and see what information shows up.