From 2.7.1 to 2.8 error.. can’t edit files now.
-
I just tried to run the install via the workdpress admin one-click method. It timed out after about 10 seconds.. no way it had time to update everything. I got some kind of error message I’m sure my hosting company set up saying “We’re sorry. Page is temporarily down. Please try again later.” I went back to my root domain. Everything still looks the same. I logged in to wp-admin again and now I go to my index.php page in the editor and instead of the contents of that page, it displays the following:
<?phpif (!file_exists('phpThumb.config.php')) { if (file_exists('phpThumb.config.php.default')) { echo 'WARNING! "phpThumb.config.php.default" MUST be renamed to "phpThumb.config.php"'; } else { echo 'WARNING! "phpThumb.config.php" should exist but does not'; } exit;}header('Location: ./demo/');?>
I then tried downloading 2.8 to my local machine and sending it up via ftp (except my themes, plugins and wp-config.php of course).
I log in.. but still have the same error. Also.. in my Editor (wordpress Admin console), I now have extra pages listed that don’t exist in ftp! Examples are phpthumb.class.php, phpthumb.filters.php, phpthumb.gif.php, phpthumb.unsharp.php, etc..
Any ideas?
- The topic ‘From 2.7.1 to 2.8 error.. can’t edit files now.’ is closed to new replies.