Crops
4-29-05, 11:12 PM
Hey guys...
New member here, fresh from signing up and registering a new domain and account. (You're looking at the owner of "www.dogsoverlava.com"....)
Anyway - came here specifically to use Wordpress. From what I gather, at the moment I have a temporary URL while waiting the 24 to 72 hours for the actual one to take affect.
It's "http://dogsoverlava.temp.powweb.com/". Now from the main OP section, the wordpress javascript to auto install does not work (I'm assuming because it is configured for the Permanent URL.)
So I decide to do it from scratch...
First I create a database in mysql.....
second I download WP1.5
I setup the wp-config as per the instructions, configuring it for my newley created database and username with correct password.
I upload the WP files to the htdocs folder using my FTP client
I then access the "install.php" file using firefox through the WEBftp gateway.....
I get the following errors.....
hide_errors(); $installed = $wpdb->get_results("SELECT * FROM $wpdb->users"); if ($installed) die(__('
Already Installed
You appear to have already installed WordPress. To reinstall please clear your old database tables first.
')); $wpdb->show_errors(); switch($step) { case 0: ?>
Now I've done nothing to the database -- it's empty
I've deleted all the files and re-uploaded everything...
always the same error.
What am I doing wrong?
Any Help would be great.
Rob
New member here, fresh from signing up and registering a new domain and account. (You're looking at the owner of "www.dogsoverlava.com"....)
Anyway - came here specifically to use Wordpress. From what I gather, at the moment I have a temporary URL while waiting the 24 to 72 hours for the actual one to take affect.
It's "http://dogsoverlava.temp.powweb.com/". Now from the main OP section, the wordpress javascript to auto install does not work (I'm assuming because it is configured for the Permanent URL.)
So I decide to do it from scratch...
First I create a database in mysql.....
second I download WP1.5
I setup the wp-config as per the instructions, configuring it for my newley created database and username with correct password.
I upload the WP files to the htdocs folder using my FTP client
I then access the "install.php" file using firefox through the WEBftp gateway.....
I get the following errors.....
hide_errors(); $installed = $wpdb->get_results("SELECT * FROM $wpdb->users"); if ($installed) die(__('
Already Installed
You appear to have already installed WordPress. To reinstall please clear your old database tables first.
')); $wpdb->show_errors(); switch($step) { case 0: ?>
Now I've done nothing to the database -- it's empty
I've deleted all the files and re-uploaded everything...
always the same error.
What am I doing wrong?
Any Help would be great.
Rob