Closing Doman Auctions
DNForum - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars
HomeRegisterMembershipsGetting StartedDomain Tools Domain EbooksSEO Software Domain Resellers Advertise

Go Back   DNForum - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars > Content Development > Website Development and Design Discussion
Register Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 11-07-2009, 09:09 AM   #1 (permalink)
DNF Addict
 
randomo's Avatar
 
Last Online: Today 06:47 AM
iTrader: (235)
Join Date: Nov 2002
Posts: 2,172
DNF$: 6,081
Country:


Newbie WordPress question[s]

Hi guys,

Finally decided to take the plunge & try to use WordPress for a blog-type site. (I am a very experienced PC user, know a little programming, have set up some rudimentary websites, but have never used WP.)

I downloaded it & followed the directions in their "famous 5-minute installation" process. But I didn't get far. When I opened the "install" file, I got an error message:

'.__('You appear to have already installed WordPress. To reinstall please clear your old database tables first.').'

I don't know how to do what it's telling me to do.

BTW, it turns out I had downloaded it a year ago (but not installed it) - could that previous download be causing the problem?

Thanks in advance for any advice you can provide!
__________________
See my ***November MEGA-SALE*** (300+ domains <$100) & Part 2 (>$100)!
randomo is offline   Reply With Quote
Sponsored Ads
Old 11-07-2009, 10:42 AM   #2 (permalink)
Platinum Lifetime Member
 
GeoOwners's Avatar
 
Last Online: Yesterday 11:46 PM
iTrader: (2)
Join Date: Feb 2006
Posts: 274
DNF$: 410


do you have hosting set up?

I use hostgator and load wp using fantastico in the control panel

I think most hosting companies have that.
__________________
Tim Davids, Chicago
chicagomeetup.org
GeoOwners.com
GeoOwners is offline   Reply With Quote
Old 11-07-2009, 10:54 AM   #3 (permalink)
Gold Lifetime Member
 
i-0.com's Avatar
 
Last Online: Yesterday 05:00 PM
iTrader: (0)
Join Date: Apr 2006
Posts: 82
DNF$: 152
Location: Atlanta
Country:


I'm assuming that you manually uploaded. Did you edit the wp-config.php file? These variables need to be defined within this file:
// ** MySQL settings ** //
// define('DB_NAME', 'putyourdbnamehere'); // The name of the database
// define('DB_USER', 'usernamehere'); // Your MySQL username
// define('DB_PASSWORD', 'yourpasswordhere'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');

If needed, did you create a new database? New database user, or assign an existing user?
i-0.com is offline   Reply With Quote
Old 11-07-2009, 10:55 AM   #4 (permalink)
DNF Addict
 
randomo's Avatar
 
Last Online: Today 06:47 AM
iTrader: (235)
Join Date: Nov 2002
Posts: 2,172
DNF$: 6,081
Country:


Quote:
Originally Posted by dentalpro View Post
do you have hosting set up?

I use hostgator and load wp using fantastico in the control panel

I think most hosting companies have that.
Yes, I use HostGator too and I set up WP using cpanel. But I still don't know how to get beyond this error message and get it running. (I really don't understand how the process is supposed to work.)
Quote:
Originally Posted by i-0.com View Post
I'm assuming that you manually uploaded. Did you edit the wp-config.php file? These variables need to be defined within this file:
// ** MySQL settings ** //
// define('DB_NAME', 'putyourdbnamehere'); // The name of the database
// define('DB_USER', 'usernamehere'); // Your MySQL username
// define('DB_PASSWORD', 'yourpasswordhere'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');

If needed, did you create a new database? New database user, or assign an existing user?
Yes, I edited [and renamed] the config file. I created a new database in the HostGator cpanel (if I understand your question correctly). Was I supposed to run "install" before doing that, or do I no longer have to run "install" because I did that? (Sorry to be such an ignoramus!)
__________________
See my ***November MEGA-SALE*** (300+ domains <$100) & Part 2 (>$100)!

Last edited by randomo; 11-07-2009 at 10:59 AM.. Reason: Automerged Doublepost
randomo is offline   Reply With Quote
Old 11-07-2009, 11:33 AM   #5 (permalink)
Platinum Lifetime Member
 
HomerJ's Avatar
 
Last Online: 11-20-2009 02:54 PM
iTrader: (23)
Join Date: Sep 2006
Posts: 1,135
DNF$: 2,930
Location: Texas
Country:


Quote:
'.__('You appear to have already installed WordPress. To reinstall please clear your old database tables first.').'

if its asking to clear your old database tables, then what you need to do is login to cpanel and find the button for 'phpmyadmin' (it will be under the 'database' section of cpanel.)

open that, then you should be able to locate the appropriate db for that wp install.

go to the db, select all the tables and choose 'drop tables'. it will clear all the contents of the tables for the db.


i think the problem is you are running the install file and it is trying to create the db tables but it cant because they are already created (for whatever reason)


whenever i used cpanel to install wp i always did it through fantastico which is a one click install, and never had any problems.

now i've sort of graduated to the point where i want to build my sites offline on my local machine before going live with them. if you get to that point i would recommend downloading WAMP (Windows, Apache, MySQL, PHP). This basically allows you to run a local server from your pc/laptop so you can build sites offline, then when you are ready to go live with the finished site you upload it to your live server at hostgator via ftp.

also, i'm thinking, Tony Floyd is one of the wp gurus around here. he would be a good one to consult.

also, the wordpress support forum is pretty good and usually able to get help there, searching the forums usually reveals someone has had the same problem you had

hope this helps
__________________
taking offers FederalDebt.org | atop.us | Chello.us | D-a-n-a.com | FellowSoldier.com | Loco.mx | NewYorkSEO.net | Octogenarian.org
HomerJ is offline   Reply With Quote
Old 11-07-2009, 11:41 AM   #6 (permalink)
Gold Lifetime Member
 
i-0.com's Avatar
 
Last Online: Yesterday 05:00 PM
iTrader: (0)
Join Date: Apr 2006
Posts: 82
DNF$: 152
Location: Atlanta
Country:


Quote:
Originally Posted by randomo View Post
Yes, I edited [and renamed] the config file. I created a new database in the HostGator cpanel (if I understand your question correctly). Was I supposed to run "install" before doing that, or do I no longer have to run "install" because I did that? (Sorry to be such an ignoramus!)
You say you renamed the config file, do you have a correctly formatted "wp-config.php" residing in the root directory?

I manually create my instances of WP so I'm not sure exactly what happens during a "one click install". I swear that in the past (I have about 2 dozen WP sites) that this happened to me an it was no big deal to correct, but it's been so long ago I can't remember what it was.

Is this a brand new install, with a brand new database?

You might want to check out some of the results of this search:
http://www.google.com/search?q=You%2...tables%20first
i-0.com is offline   Reply With Quote
Old 11-07-2009, 11:51 AM   #7 (permalink)
DNF Addict
 
randomo's Avatar
 
Last Online: Today 06:47 AM
iTrader: (235)
Join Date: Nov 2002
Posts: 2,172
DNF$: 6,081
Country:


Quote:
Originally Posted by HomerJ View Post
if its asking to clear your old database tables, then what you need to do is login to cpanel and find the button for 'phpmyadmin' (it will be under the 'database' section of cpanel.)

open that, then you should be able to locate the appropriate db for that wp install.

go to the db, select all the tables and choose 'drop tables'. it will clear all the contents of the tables for the db.


i think the problem is you are running the install file and it is trying to create the db tables but it cant because they are already created (for whatever reason)


whenever i used cpanel to install wp i always did it through fantastico which is a one click install, and never had any problems.

now i've sort of graduated to the point where i want to build my sites offline on my local machine before going live with them. if you get to that point i would recommend downloading WAMP (Windows, Apache, MySQL, PHP). This basically allows you to run a local server from your pc/laptop so you can build sites offline, then when you are ready to go live with the finished site you upload it to your live server at hostgator via ftp.

also, i'm thinking, Tony Floyd is one of the wp gurus around here. he would be a good one to consult.

also, the wordpress support forum is pretty good and usually able to get help there, searching the forums usually reveals someone has had the same problem you had

hope this helps
That sounds like great advice, thanks! (I say "sounds like" because I haven't tried it yet, but you fill me with confidence. )

Quote:
Originally Posted by i-0.com View Post
You say you renamed the config file, do you have a correctly formatted "wp-config.php" residing in the root directory?
Yes, I do.

Quote:
Originally Posted by i-0.com View Post
You might want to check out some of the results of this search:
http://www.google.com/search?q=You%2...tables%20first
Will check it out, thanks.
__________________
See my ***November MEGA-SALE*** (300+ domains <$100) & Part 2 (>$100)!
randomo is offline   Reply With Quote
Old 11-07-2009, 11:55 AM   #8 (permalink)
Platinum Lifetime Member
 
HomerJ's Avatar
 
Last Online: 11-20-2009 02:54 PM
iTrader: (23)
Join Date: Sep 2006
Posts: 1,135
DNF$: 2,930
Location: Texas
Country:


also try

http://www.google.com/#hl=en&source=...856a575d939ef4
__________________
taking offers FederalDebt.org | atop.us | Chello.us | D-a-n-a.com | FellowSoldier.com | Loco.mx | NewYorkSEO.net | Octogenarian.org
HomerJ is offline   Reply With Quote
Old 11-07-2009, 01:22 PM   #9 (permalink)
CrossLogix.com
 
copper's Avatar
 
Last Online: Today 07:56 AM
iTrader: (65)
Join Date: Mar 2006
Posts: 2,245
DNF$: 2,179
Location: Matthews, NC. U


Why don't you delete hosting acct for that domain and start fresh?
That would be simplest way to go.

Also, I don't recommend using fantastico wp install as I heard
many problems when you try to upgrade.
__________________

Domain Names For Sale
copper is offline   Reply With Quote
Old 11-07-2009, 10:30 PM   #10 (permalink)
 
I Sold Grandma's Avatar
 
Name: Joe Honan
Last Online: Today 04:31 AM
iTrader: (104)
Join Date: Mar 2003
Posts: 3,798
DNF$: 4,017
Location: Melbourne Australia
Country:

Send a message via Skype™ to I Sold Grandma

Simply login to hostgator, go to fantastico, and choose install Wordpress!
There was no need to download anything or follow any instructions or change any tables or databases
The process should take about 10 seconds
__________________
APN.net
JCL.net
www.JoesNames.com
mwC.net , RhL.net , drV.net , wpk.com , ore.net ,interest.net , Lesson.org
I Sold Grandma is offline   Reply With Quote
Old 11-07-2009, 10:47 PM   #11 (permalink)
DNF Addict
 
randomo's Avatar
 
Last Online: Today 06:47 AM
iTrader: (235)
Join Date: Nov 2002
Posts: 2,172
DNF$: 6,081
Country:


Quote:
Originally Posted by I Sold Grandma View Post
Simply login to hostgator, go to fantastico, and choose install Wordpress!
There was no need to download anything or follow any instructions or change any tables or databases
The process should take about 10 seconds
Hey, that's a great tip! Why didn't I ever hear about this before?

Still, I'm not understanding a few things. I entered fantastico and chose to install WordPress. It's giving me a few items to fill in:

Under "Installation location", it says "Install on domain" and gives a dropdown list. Do I choose [whatever].com (the domain for which I want to set up a WordPress blog), or do I choose the subdomain version - [whatever].[main domain for this hosting account].com? (The domain on which I want to set up the blog is not the main domain for this hosting account.)

Under "Admin access data", it's asking for Administrator-username and Password. Are these the username and password for my hosting account, or are they special ones that I am setting up for WordPress?

Under "Base configuration", it's asking for an "Admin nickname" - do I need to fill that in, and if so, why?

It's also asking for "Site name" - is that the domain for which I want to set up a WordPress blog, or is it the domain that my hosting account is built on?

Sorry to be so ignorant; I appreciate all attempts to clear up my lack of knowledge about this.

Regards,
Dave
__________________
See my ***November MEGA-SALE*** (300+ domains <$100) & Part 2 (>$100)!
randomo is offline   Reply With Quote
Old 11-07-2009, 10:57 PM   #12 (permalink)
 
I Sold Grandma's Avatar
 
Name: Joe Honan
Last Online: Today 04:31 AM
iTrader: (104)
Join Date: Mar 2003
Posts: 3,798
DNF$: 4,017
Location: Melbourne Australia
Country:

Send a message via Skype™ to I Sold Grandma

Under "Installation location", it says "Install on domain" and gives a dropdown list. Do I choose [whatever].com (the domain for which I want to set up a WordPress blog),

Yes

Under "Admin access data", it's asking for Administrator-username and Password.

Make the Administrator-username Admin and make up a password that you will remember

Under "Base configuration", it's asking for an "Admin nickname" - do I need to fill that in, and if so, why?
The nickname will show in posts as posted by .....
I don't bother

It's also asking for "Site name" - is that the domain for which I want to set up a WordPress blog, or is it the domain that my hosting account is built on?
Make the site name the domain name. You can change it later if you think of a better site name
__________________
APN.net
JCL.net
www.JoesNames.com
mwC.net , RhL.net , drV.net , wpk.com , ore.net ,interest.net , Lesson.org
I Sold Grandma is offline   Reply With Quote
Old 11-08-2009, 06:37 AM   #13 (permalink)
DNF Addict
 
randomo's Avatar
 
Last Online: Today 06:47 AM
iTrader: (235)
Join Date: Nov 2002
Posts: 2,172
DNF$: 6,081
Country:


OK, I filled in all the data and installed WordPress in the correct directory at HostGator.

Final dumb question: now how do I actually access it (i.e., open the program and create my blog)? You'd think that would be mentioned prominently in the instructions ....
__________________
See my ***November MEGA-SALE*** (300+ domains <$100) & Part 2 (>$100)!
randomo is offline   Reply With Quote
Old 11-08-2009, 07:10 AM   #14 (permalink)
Wordpress Guru
 
tonyfloyd's Avatar
 
Name: Antonis
Last Online: Today 12:51 AM
iTrader: (58)
Join Date: Apr 2007
Posts: 3,505
DNF$: 10,811
Location: Greece
Country:

Send a message via AIM to tonyfloyd

yoursitename.com/wp-admin

login with username and password.....

__________________

Web Design | Italian Recipes | Keyword Links
tonyfloyd is offline   Reply With Quote
Old 11-08-2009, 07:12 AM   #15 (permalink)
 
I Sold Grandma's Avatar
 
Name: Joe Honan
Last Online: Today 04:31 AM
iTrader: (104)
Join Date: Mar 2003
Posts: 3,798
DNF$: 4,017
Location: Melbourne Australia
Country:

Send a message via Skype™ to I Sold Grandma

Go to the URL or domain name in your browser, firefox or whatever you use

Oh yeah, do what Tony said
If it doesn't work, raise a ticket at Hostgator
__________________
APN.net
JCL.net
www.JoesNames.com
mwC.net , RhL.net , drV.net , wpk.com , ore.net ,interest.net , Lesson.org
I Sold Grandma is offline   Reply With Quote
Old 11-08-2009, 08:12 AM   #16 (permalink)
DNF Addict
 
randomo's Avatar
 
Last Online: Today 06:47 AM
iTrader: (235)
Join Date: Nov 2002
Posts: 2,172
DNF$: 6,081
Country:


Hey it works! I'm a blogger!

Now I just have to start learning about themes and layout and such ... looking forward to the challenge. Thanks to everybody who posted good advice in this thread!
__________________
See my ***November MEGA-SALE*** (300+ domains <$100) & Part 2 (>$100)!
randomo is offline   Reply With Quote
Old 11-08-2009, 08:58 AM   #17 (permalink)
Platinum Lifetime Member
 
GeoOwners's Avatar
 
Last Online: Yesterday 11:46 PM
iTrader: (2)
Join Date: Feb 2006
Posts: 274
DNF$: 410


congrats...soon you'll have 100 sites trust me ?

Also each time there is a new version of WP you can upgrade with one click through fantastico too...just go to your list of sites and choose the site and click
GeoOwners is offline   Reply With Quote
Old 11-08-2009, 09:46 AM   #18 (permalink)
Platinum Lifetime Member
 
HomerJ's Avatar
 
Last Online: 11-20-2009 02:54 PM
iTrader: (23)
Join Date: Sep 2006
Posts: 1,135
DNF$: 2,930
Location: Texas
Country:


i didnt think you could upgrade through fantastico. didnt used to be that way, is this new?
__________________
taking offers FederalDebt.org | atop.us | Chello.us | D-a-n-a.com | FellowSoldier.com | Loco.mx | NewYorkSEO.net | Octogenarian.org
HomerJ is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 09:45 AM.
Copyright @2001-2009 DNForum.com