• I went to check a plugin on a site I’m building. I haven’t been there for a week or more. The homepage is blank. The WordPress login is blank, EVERYTHING is blank.

    But, I FTP in and ALL files are there.

    Index.php is `<?php
    /**
    * Front to the WordPress application. This file doesn’t do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define(‘WP_USE_THEMES’, true);

    /** Loads the WordPress Environment and Template */
    require(‘./wp-blog-header.php’);
    `
    Looks ok. Theme directory has 4 themes. So … why’d my site disappear??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you check your database?

    Yes it was there. I asked my hst to scan the box for trojans. They wrote back it was a plugin and they disabled all. I just wrote back to ask which as there were about five there. I just logged on and saw their email so came here and saw your post.

    I will post which plugin when they respond. I just looked at the folder and see two plugins installed 8/24. Both are new to me so we will see which one it was and where I got it.

    They wrote back it was a plugin and they disabled all. I just wrote back to ask which as there were about five there.

    They likely have no idea since they just disabled them all and *then* said the problem had been caused by a plugin.

    Has to be a plugin. Once they disabled them the site returned. Now I have to reactivate them one at a time. If the site disappears I will just delete via FTP the last plugin activated

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Site is missing’ is closed to new replies.