Results 1 to 5 of 5

Thread: Installing on godaddy need help

  1. #1
    Junior Member
    Join Date
    Feb 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Installing on godaddy need help

    Cant get it to install. I think the problem is that I can't name the database hotaru because it says it's already being used. I tried naming the db something else but then when I go to install it doesn't go any farther any ideas?

  2. #2
    Senior Member
    Join Date
    Jun 2011
    Location
    Thailand
    Posts
    294
    Thanks
    0
    Thanked 69 Times in 63 Posts

    Default

    You can choose another DB name in hotaru_settings.php:

    define("DB_NAME", 'hotaru');

  3. #3
    Junior Member
    Join Date
    May 2012
    Location
    Ahmedabad, Gujrat , India
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    May be you should try with different names. I have got the same problem but when I tried with other name that was did.

  4. #4
    Admin & Development shibuya246's Avatar
    Join Date
    Jun 2009
    Location
    Tokyo, Japan
    Posts
    505
    Blog Entries
    2
    Thanks
    119
    Thanked 200 Times in 120 Posts

    Default

    Can you indicate at what step you had the problem? and what the error message said exactly?

    Maybe if you could point me to your url or show a screenshot we can pinpoint the answer straight away

    Thanks

  5. #5
    Senior Member
    Join Date
    Sep 2009
    Posts
    433
    Thanks
    164
    Thanked 56 Times in 43 Posts

    Default

    Go to My Account > Web Hosting > Click Launch.

    In the Hosting Details page, go to Databases > MySQL

    In the Manage Databases page, look for your database, click Actions > Details

    Here, look for "Hostname", it should be of the format p*********.secureserver.net.

    Copy the above and replace it with "localhost" in the hotaru_setttings.php file.

    So, you should have

    PHP Code:
    define("DB_HOST"'p*********.secureserver.net'); 
    instead of

    PHP Code:
    define("DB_HOST"'localhost'); 

  6. Thanked by:


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Installing on subdomain
    By tady_bear in forum Installation and Upgrading
    Replies: 11
    Last Post: 09-01-2011, 07:41 AM
  2. Replies: 0
    Last Post: 01-05-2011, 07:23 AM
  3. Stuck in installing at 4/5
    By leeboe89 in forum Installation and Upgrading
    Replies: 20
    Last Post: 04-09-2010, 07:58 AM
  4. error while installing
    By Audiomad in forum Installation and Upgrading
    Replies: 6
    Last Post: 04-04-2010, 04:09 PM
  5. [Docs] Installing Your First Plugins
    By Nick in forum Getting Started with Hotaru CMS
    Replies: 0
    Last Post: 01-09-2010, 07:41 AM

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
  •