I a am currently in the process of updating my site http://www.fmueller.com from WordPress 2.3.1 to WordPress 2.6.5. The reason I am using 2.6.5 is that I am also using that version on another site I am responsible for, and I'd like to have both sites on the same version. To upgrade fmueller.com I have:
- made a backup
- deleted the old wp-admin and wp-includes folders on the server
- FTPed the new wp-admin and wp-includes files to the server
- replaced those files in wp-content that I had not customized
- copied the database settings from my old wp-config.php to the new wp-config-sample.php and saved that file as wp-config.php on the server.
I then visited http://www.fmueller.com/wp-admin/ and get the following message:
Fatal error: main() [function.require]: Failed opening required '../wp-load.php' (include_path='.:/usr/lib/php') in /homepages/1/d199406008/htdocs/wp-admin/admin.php on line 7
How should I proceed?
Many thanks!
Frank