Download WordPress and then use an FTP or SFTP client to upload a copy of the /wp-admin/page.php file from the fresh download.
Is that the thing I have to edit? And if so, I really don’t understand the instructions for it. Further, should WordPress be installed in my public_html folder? Or should it be in the main folder since it’s my home page as well? I am wondering if that is where I went wrong….
According to the quoted error, it looks like you have everything in the right place, just try uploading a new copy of the /wp-admin/page.php file.
Ok, how about this one? Good grief….
Not Acceptable
An appropriate representation of the requested resource /public_html/wp-admin/media-upload.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I already tried replacing “media-upload.php” it still errors out, and only when going into my gallery and selecting “Insert Into Post”.
Manually posting the link with image code works fine…
EDIT:
Ok, nevermind linking gets this AGAIN:
Not Acceptable
An appropriate representation of the requested resource /public_html/wp-admin/page.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Try re-uploading the entire /wp-admin/ and /wp-includes/ directories from a fresh WordPress download.
Even deleted the old folders, still getting the same error.
Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Nothing activated yet. Both Akismet and Hello Dolly are off. This is starting to look like a fresh manual install without having Fantastico involved… I found the installation instructions rather confusing. Especially the editing of the Page.php file…
That sounds like the only possible solution left. Delete the files and the database, then start over with a manual install. I’m not sure what you read before, but you won’t have to edit any page.php file. Follow this guide:
http://codex.wordpress.org/Installing_WordPress#Detailed_Instructions
Yeah, sounds like things are really messed up. Try a manual installation.
Ugh. For some reason, the install is not transferring half the files, specifically, install.php and about 40 others despite me dragging them over to the ftp client.
Here is a list of what actually went over just into WP_Admin:
Folders:
CSS
IMAGES
IMPORT
INCLUDES
JS
MAINT
Files In WP-ADMIN:
rtl.css
rtl.dev.css
wp-admin.css
wp-admin.dev.css
That folder alone has 80 files not transferring.
PS: Just got this in browser:
install.php – No Such Directory or File…
NOW it’s working. The old Fantastic folder was wrecking havoc. I obliterated it. Once it’s installed, I’ll see if it functions right. Be back…
UGH!
You appear to have already installed WordPress. To reinstall please clear your old database tables first
And tons of jibberish.
Everything was empty. I deleted every trace of WordPress.
Here is my whole raw directory listing in the root file / – am I missing something??
File:.contactemail
1 KB
6/6/2010
9:43:00 AM
.cpanel
6/6/2010
8:46:00 PM
File:.gemrc
1 KB
6/6/2010
9:43:00 AM
.htpasswds
6/6/2010
9:43:00 AM
File:.lastlogin
1 KB
6/6/2010
9:27:00 PM
.softaculous
6/6/2010
8:46:00 PM
access-logs
6/6/2010
9:54:00 AM
etc
6/6/2010
9:43:00 AM
mail
6/6/2010
9:43:00 AM
public_ftp
6/6/2010
9:43:00 AM
public_html
6/8/2010
8:00:00 PM
tmp
6/6/2010
8:45:00 PM
www
That means you didn’t clear the tables in your MySQL database. Access the database via phpMyAdmin (most hosting providers offer this in their control panel), check all of the tables, and choose “Drop tables” from the pull-down menu. Then, run /wp-admin/install.php to complete the installation.