Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
From the Google cache copy of your website, it looks like you were running WordPress 2.9.2 recently. At the moment the readme.html file on your site is for 3.3.2.
When I visit that site I get the following message:
Fatal error: Cannot redeclare is_rtl() (previously declared in /home/mflc/website/wp-includes/locale.php:347) in /home/mflc/website/wp-includes/locale.php on line 349
You may need to get technical here…
Can you contact your host and see if they have a backup of your files and database? If they do and can restore your site to it’s earlier state, then you can a) get running again and b) do the upgrade differently this time.
If they don’t then you really want to make a backup of your files and database, and save that somewhere safe and off of your web server.
http://codex.wordpress.org/WordPress_Backups
http://codex.wordpress.org/Backing_Up_Your_Database
http://codex.wordpress.org/Restoring_Your_Database_From_Backup
Make sure that your web host meets the minimum requirements for running that version of WordPress.
http://wordpress.org/about/requirements/
To run WordPress your host just needs a couple of things:
- PHP version 5.2.4 or greater
- MySQL version 5.0 or greater
Once that’s done give this a read.
http://codex.wordpress.org/Updating_WordPress#Step_1:_Replace_WordPress_files
It may be that the upgrade didn’t copy the files correctly so replacing the wp-includes and wp-admin directories may help. Try those steps in that link after you have your backup saved.
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Actually even the images work, so I think it may have been sorted out. 🙂
Contacted the host and got it fixed. Whew! Thanks everyone! I appreciate it!