Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.

Register Today on DNForum IT'S FREE!

Results 1 to 18 of 18
  1. #1
    DNF Addict
    randomo's Avatar
    Join Date
    Nov 2002
    Posts
    3,177
    Country

    United States Follow randomo On Twitter Add randomo on Facebook
    DNF$
    12,419
    Bank
    0
    Total DNF$
    12,419
    Donate  

    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 domains, grouped by category, at BetterDomains.net - reseller offers welcome.

  2. #2
    Platinum Lifetime Member
    GeoOwners's Avatar
    Join Date
    Feb 2006
    Location
    Chicago, NW Ind
    Posts
    623
    Country

    United States
    DNF$
    1,863
    Bank
    0
    Total DNF$
    1,863
    Donate  
    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.
    Interested in buying Domains as the member of a Group? PM me.

  3. #3
    Gold Lifetime Member
    i-0.com's Avatar
    Join Date
    Apr 2006
    Posts
    91
    DNF$
    572
    Bank
    0
    Total DNF$
    572
    Donate  
    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?

  4. #4
    DNF Addict
    randomo's Avatar
    Join Date
    Nov 2002
    Posts
    3,177
    Country

    United States Follow randomo On Twitter Add randomo on Facebook
    DNF$
    12,419
    Bank
    0
    Total DNF$
    12,419
    Donate  
    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!)
    Last edited by randomo; 11-07-2009 at 10:59 AM. Reason: Automerged Doublepost
    See my domains, grouped by category, at BetterDomains.net - reseller offers welcome.

  5. #5
    Platinum Lifetime Member
    HomerJ's Avatar
    Join Date
    Sep 2006
    Location
    Austin, Texas
    Posts
    1,573
    Country

    Mexico Follow HomerJ On Twitter
    DNF$
    4,542
    Bank
    0
    Total DNF$
    4,542
    Donate  
    '.__('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
    DomainAnimal.com
    Patience is a virtue

  6. #6
    Gold Lifetime Member
    i-0.com's Avatar
    Join Date
    Apr 2006
    Posts
    91
    DNF$
    572
    Bank
    0
    Total DNF$
    572
    Donate  
    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

  7. #7
    DNF Addict
    randomo's Avatar
    Join Date
    Nov 2002
    Posts
    3,177
    Country

    United States Follow randomo On Twitter Add randomo on Facebook
    DNF$
    12,419
    Bank
    0
    Total DNF$
    12,419
    Donate  
    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 domains, grouped by category, at BetterDomains.net - reseller offers welcome.

  8. #8
    Platinum Lifetime Member
    HomerJ's Avatar
    Join Date
    Sep 2006
    Location
    Austin, Texas
    Posts
    1,573
    Country

    Mexico Follow HomerJ On Twitter
    DNF$
    4,542
    Bank
    0
    Total DNF$
    4,542
    Donate  
    DomainAnimal.com
    Patience is a virtue

  9. #9
    CrossLogix.com
    copper's Avatar
    Join Date
    Mar 2006
    Location
    Matthews, NC. U
    Posts
    2,548
    DNF$
    3,522
    Bank
    0
    Total DNF$
    3,522
    Donate  
    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.

  10. #10
    Honan's Avatar
    Join Date
    Mar 2003
    Location
    Australia
    Posts
    4,082
    Country

    Australia Add Honan on Facebook
    DNF$
    2,823
    Bank
    0
    Total DNF$
    2,823
    Donate  
    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
    JOES.com.au Graduate of the DNF College

  11. #11
    DNF Addict
    randomo's Avatar
    Join Date
    Nov 2002
    Posts
    3,177
    Country

    United States Follow randomo On Twitter Add randomo on Facebook
    DNF$
    12,419
    Bank
    0
    Total DNF$
    12,419
    Donate  
    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 domains, grouped by category, at BetterDomains.net - reseller offers welcome.

  12. #12
    Honan's Avatar
    Join Date
    Mar 2003
    Location
    Australia
    Posts
    4,082
    Country

    Australia Add Honan on Facebook
    DNF$
    2,823
    Bank
    0
    Total DNF$
    2,823
    Donate  
    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
    JOES.com.au Graduate of the DNF College

  13. #13
    DNF Addict
    randomo's Avatar
    Join Date
    Nov 2002
    Posts
    3,177
    Country

    United States Follow randomo On Twitter Add randomo on Facebook
    DNF$
    12,419
    Bank
    0
    Total DNF$
    12,419
    Donate  
    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 domains, grouped by category, at BetterDomains.net - reseller offers welcome.

  14. #14
    Wordpress Guru
    tonyfloyd's Avatar
    Join Date
    Apr 2007
    Location
    New York
    Posts
    3,587
    Country

    Argentina
    DNF$
    868
    Bank
    0
    Total DNF$
    868
    Donate  
    yoursitename.com/wp-admin

    login with username and password.....


  15. #15
    Honan's Avatar
    Join Date
    Mar 2003
    Location
    Australia
    Posts
    4,082
    Country

    Australia Add Honan on Facebook
    DNF$
    2,823
    Bank
    0
    Total DNF$
    2,823
    Donate  
    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
    JOES.com.au Graduate of the DNF College

  16. #16
    DNF Addict
    randomo's Avatar
    Join Date
    Nov 2002
    Posts
    3,177
    Country

    United States Follow randomo On Twitter Add randomo on Facebook
    DNF$
    12,419
    Bank
    0
    Total DNF$
    12,419
    Donate  
    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 domains, grouped by category, at BetterDomains.net - reseller offers welcome.

  17. #17
    Platinum Lifetime Member
    GeoOwners's Avatar
    Join Date
    Feb 2006
    Location
    Chicago, NW Ind
    Posts
    623
    Country

    United States
    DNF$
    1,863
    Bank
    0
    Total DNF$
    1,863
    Donate  
    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

  18. #18
    Platinum Lifetime Member
    HomerJ's Avatar
    Join Date
    Sep 2006
    Location
    Austin, Texas
    Posts
    1,573
    Country

    Mexico Follow HomerJ On Twitter
    DNF$
    4,542
    Bank
    0
    Total DNF$
    4,542
    Donate  
    i didnt think you could upgrade through fantastico. didnt used to be that way, is this new?
    DomainAnimal.com
    Patience is a virtue

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Domain name forum recommended by Domaining.com