Title: sipe's Replies | WordPress.org

---

# sipe

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error](https://wordpress.org/support/topic/fatal-error-1533/)
 *  Thread Starter [sipe](https://wordpress.org/support/users/sipe/)
 * (@sipe)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-1533/page/2/#post-5836049)
 * Is it possible to delete the web address from the beginning of this post?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error](https://wordpress.org/support/topic/fatal-error-1533/)
 *  Thread Starter [sipe](https://wordpress.org/support/users/sipe/)
 * (@sipe)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-1533/#post-5836047)
 * Thanks Bernbe. Got the hosting to reinstate a backup. Now can rebuild from there.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error](https://wordpress.org/support/topic/fatal-error-1533/)
 *  Thread Starter [sipe](https://wordpress.org/support/users/sipe/)
 * (@sipe)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-1533/#post-5836016)
 * Ok thanks. I HUGELY appreciate your help thus far. I will have to come back to
   this as I have to work on something else and will need to set time aside to fix
   the issue – it is more complex that I thought.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error](https://wordpress.org/support/topic/fatal-error-1533/)
 *  Thread Starter [sipe](https://wordpress.org/support/users/sipe/)
 * (@sipe)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-1533/#post-5836010)
 * Um so in the hosting Cpanel, is the File Manager diff to the FTP accounts? I 
   can download files through the File Manager > Web Root (public_html/www)
 * But going to FTP accounts, it looks like I need to download a separate program.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error](https://wordpress.org/support/topic/fatal-error-1533/)
 *  Thread Starter [sipe](https://wordpress.org/support/users/sipe/)
 * (@sipe)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-1533/#post-5836003)
 * Sorry ignore my last post. 🙂 I see you said 3.5.1,
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error](https://wordpress.org/support/topic/fatal-error-1533/)
 *  Thread Starter [sipe](https://wordpress.org/support/users/sipe/)
 * (@sipe)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-1533/#post-5836001)
 * Version 3.5 or 3.5.1? Sorry, this is beyond my technical expertise.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error](https://wordpress.org/support/topic/fatal-error-1533/)
 *  Thread Starter [sipe](https://wordpress.org/support/users/sipe/)
 * (@sipe)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-1533/#post-5836000)
 * I only have an XML back up from July 2014 and a list of the plugins used.
 * Are you saying to use the backup wizard in the cpanel of the hosting? Or downloading
   all the files on the FTP?
 * Appreciate your help thus far.
 * ANOTHER OPTIONS
    Someone else suggested it is a virus if a file has one missing?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error](https://wordpress.org/support/topic/fatal-error-1533/)
 *  Thread Starter [sipe](https://wordpress.org/support/users/sipe/)
 * (@sipe)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-1533/#post-5835996)
 * Ok I have deactivated plugins temporarily by renaming the folder wp-content/plugins
   to wp-content/plugins.HOLD
 * I have readded line 140 to wp-settings.php
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error](https://wordpress.org/support/topic/fatal-error-1533/)
 *  Thread Starter [sipe](https://wordpress.org/support/users/sipe/)
 * (@sipe)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-1533/#post-5835993)
 * Thanks Bernbe01. Version is below. I will take the first step you mentioned.
 * application/x-httpd-php version.php
    PHP script text <?php /** * The WordPress
   version string * * [@global](https://wordpress.org/support/users/global/) string
   $wp_version */ $wp_version = ‘3.5.1’;
 * /**
    * Holds the WordPress DB revision, increments when changes are made to the
   WordPress DB schema. * * [@global](https://wordpress.org/support/users/global/)
   int $wp_db_version */ $wp_db_version = 22441;
 * /**
    * Holds the TinyMCE version * * [@global](https://wordpress.org/support/users/global/)
   string $tinymce_version */ $tinymce_version = ‘358-23224’;
 * /**
    * Holds the required PHP version * * [@global](https://wordpress.org/support/users/global/)
   string $required_php_version */ $required_php_version = ‘5.2.4’;
 * /**
    * Holds the required MySQL version * * [@global](https://wordpress.org/support/users/global/)
   string $required_mysql_version */ $required_mysql_version = ‘5.0’;
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error](https://wordpress.org/support/topic/fatal-error-1533/)
 *  Thread Starter [sipe](https://wordpress.org/support/users/sipe/)
 * (@sipe)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-1533/#post-5835984)
 * I tried deleting line 140 on /home//public_html/wp-settings.php and this didn’t
   fix things.

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