Title: Karilee's Replies | WordPress.org

---

# Karilee

  [  ](https://wordpress.org/support/users/karilee/)

 *   [Profile](https://wordpress.org/support/users/karilee/)
 *   [Topics Started](https://wordpress.org/support/users/karilee/topics/)
 *   [Replies Created](https://wordpress.org/support/users/karilee/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/karilee/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/karilee/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/karilee/engagements/)
 *   [Favorites](https://wordpress.org/support/users/karilee/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Wordfence Firewall on GoDaddy Shared Hosting Won't Install](https://wordpress.org/support/topic/wordfence-firewall-on-godaddy-shared-hosting-wont-install/)
 *  Thread Starter [Karilee](https://wordpress.org/support/users/karilee/)
 * (@karilee)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/wordfence-firewall-on-godaddy-shared-hosting-wont-install/#post-7293183)
 * They may have fixed it, because I originally tried it on several sites with every
   configuration without any luck, but it’s working now. As you say, now “it just
   worked.”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portfolio Slideshow] Updating to v1.10.0 breaks the site](https://wordpress.org/support/topic/updating-to-v1100-breaks-the-site/)
 *  [Karilee](https://wordpress.org/support/users/karilee/)
 * (@karilee)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/updating-to-v1100-breaks-the-site/#post-6417864)
 * Client had same issue ([http://drlesleyphillips.com/artvision/](http://drlesleyphillips.com/artvision/)),
   and yes, she’s on PHP 5.2.17. I’ll have to call the hosting company (GoDaddy).
   Reverting to 1.5.1 of Portfolio Slideshow seems to have resolved the issue for
   now.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [White screen of death after trying to upgrade to 4](https://wordpress.org/support/topic/white-screen-of-death-after-trying-to-upgrade-to-4/)
 *  [Karilee](https://wordpress.org/support/users/karilee/)
 * (@karilee)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/white-screen-of-death-after-trying-to-upgrade-to-4/page/2/#post-5268014)
 * Coblyn, also be aware that there’s a serious security vulnerability in older 
   versions of the Revolution Slider plugin. If you re-enable it, be sure to check
   the version. If you have a version of Revolution Slider plugin that is 4.2 or
   higher you should be fine.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [White screen of death after trying to upgrade to 4](https://wordpress.org/support/topic/white-screen-of-death-after-trying-to-upgrade-to-4/)
 *  [Karilee](https://wordpress.org/support/users/karilee/)
 * (@karilee)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/white-screen-of-death-after-trying-to-upgrade-to-4/page/2/#post-5268001)
 * Samuel, I just wanted to mention that Filezilla seems to be causing a missing
   files problem for me when I do a manual install with it. See my last post at 
   [http://wordpress.org/support/topic/update-core-not-working?replies=5](http://wordpress.org/support/topic/update-core-not-working?replies=5)
   for details. It’s weird… Filezilla seems to think some of the files in the new
   build are malware.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Update Core Not Working](https://wordpress.org/support/topic/update-core-not-working/)
 *  [Karilee](https://wordpress.org/support/users/karilee/)
 * (@karilee)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/update-core-not-working/#post-5280749)
 * You’re welcome, Brad.
 * Okay, I haven’t fixed it… but I wanted to post what I did next to save you some
   angst. Usually when I get an almost-functional update I just go back and manually
   reinstall, following the instructions here on WordPress.org. So I FTPed in with
   Filezilla, deleted the wp-admin and wp-includes folders, and replaced them with
   the new ones from a fresh download of version 4.0. I also replaced the root directory
   files, but didn’t touch the wp-content folder as there are no changes there.
 * At that point, things got worse. I now couldn’t access the site at all, and was
   seeing this error:
 *     ```
       Warning: require_once(/home/content/xxx/html/wp-admin/includes/image.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/xxx/html/wp-admin/includes/admin.php on line 28
   
       Fatal error: require_once() [function.require]: Failed opening required '/home/content/xxx/html/wp-admin/includes/image.php' (include_path='.:/usr/local/php5_3/lib/php') in /home/content/xxx/html/wp-admin/includes/admin.php on line 28
       ```
   
 * I checked my files list and sure enough, the file.php file appeared to have copied
   over, but wasn’t there. I tried copying it a few more times, and it gave me a
   successful transfer message each time, but didn’t appear in the wp-admin/includes
   folder I was trying to copy it to.
 * I called GoDaddy tech support at that point, and the tech guy there had the same
   experience. Turned out we were both using Filezilla, and I noticed that in the
   connection log it was reporting the file as MALWARE… so it seemed to be killing
   it. I’d already emailed the GoDaddy guy the file, and so he tried using another
   file manager to put it in place, and that seemed to work. Meanwhile I’d noticed
   at least three files “missing”, so I told him I’d take it from there, as he was
   out of suggestions.
 * I used GoDaddy’s file manager to copy over:
 * file.php
    image.php plugin.php
 * All three were referenced in the wp-admin/includes/admin.php file that was mentioned
   in the error message above, and all three were missing (even though I’d copied
   them in with Filezilla). Using the GoDaddy file manager, I was able to get them
   in place.
 * Okay, that took care of the ugly errors and I could log in. I still couldn’t 
   use the Update feature, so I went back to GoDaddy’s file manager (in Chrome, ’
   cause it won’t let you copy folders in Firefox). Redid the whole manual install
   again in case other PHP files had vanished. **STILL can’t use Update.**
 * I was also getting weird errors editing posts – for example, I couldn’t add tags.
   I disabled the Comprehensive Google Map Plugin and that was resolved. However,
   Update won’t work even with the fresh install and all Plugins disabled.
 * At this point I’ve decided that since I seem to have all _**necessary **_functionality
   back (just not the convenience of the Updates section), I’ll leave the struggle
   for a few days and see what the smarter folks on here come up with. If anyone
   wants to take a look, my client’s site’s at [http://dietmdhawaii.com](http://dietmdhawaii.com)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Update Core Not Working](https://wordpress.org/support/topic/update-core-not-working/)
 *  [Karilee](https://wordpress.org/support/users/karilee/)
 * (@karilee)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/update-core-not-working/#post-5280713)
 * I have exactly the same issue on a client site, same host. Only difference is
   the theme is Canvas.
 * I phoned GoDaddy tech support to see if this was common, but the senior tech 
   I spoke to said not, and that they were having “surprisingly few” reports of 
   problems with WordPress 4.0 upgrades.
 * Interestingly enough, I could update plugins individually from the plugins list(
   but not from the Update page). I’ll post again when I figure it out.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Dashboard is gone with 3.4.2 upgrade](https://wordpress.org/support/topic/dashboard-is-gone-with-342-upgrade/)
 *  [Karilee](https://wordpress.org/support/users/karilee/)
 * (@karilee)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/dashboard-is-gone-with-342-upgrade/#post-3026131)
 * Dashboard also vanished for me with the upgrade. I rolled back server files to
   the earlier version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [DM Albums doesn't work with WP 3.1](https://wordpress.org/support/topic/dm-albums-doesnt-work-with-wp-31/)
 *  [Karilee](https://wordpress.org/support/users/karilee/)
 * (@karilee)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/dm-albums-doesnt-work-with-wp-31/#post-1996825)
 * I can confirm it’s not working under WordPress 3.1.(I’m on DM Albums version 
   3.4.8.2) It displays photos correctly that were added under previous versions
   of WordPress, but I can’t add additional photos to the albums.

Viewing 8 replies - 1 through 8 (of 8 total)