Results 1 to 7 of 7

Thread: error while installing

  1. #1
    Junior Member
    Join Date
    Apr 2010
    Location
    Ireland
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default error while installing

    Hi trying to install the cms on my hosting account and I'm getting this error any ideas?
    libs/Initialize.php on line 98 Sorry, I can't open cache/debug_logs/error_log.php

  2. #2
    Junior Member
    Join Date
    Apr 2010
    Location
    Ireland
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I set permission on the cache directory and I'm getting this error

    Warning: Error establishing mySQL database connection. Correct user/password? Correct hostname? Database server running?
    Last edited by Audiomad; 04-04-2010 at 12:49 PM.

  3. #3
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,862
    Blog Entries
    88
    Thanks
    486
    Thanked 809 Times in 528 Posts

    Default

    It's not happy with the database details you've entered in your hotaru_settings.php file:

    PHP Code:
    // EDIT THE FOLLOWING ONLY

    // Database details
    define("DB_USER"'root');          // Add your own database details 
    define("DB_PASSWORD"'');
    define("DB_NAME"'hotaru');
    define("DB_HOST"'localhost');     // You probably won't need to change this

    define("DB_PREFIX"'hotaru_');     // Database prefix, e.g. "hotaru_" 

  4. #4
    Junior Member
    Join Date
    Apr 2010
    Location
    Ireland
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The template engine is that MySQL? I've also got other errors I removed them from the last post, its to do with the cache, saying it error on libs line 277.

  5. #5
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,862
    Blog Entries
    88
    Thanks
    486
    Thanked 809 Times in 528 Posts

    Default

    I'm not sure what you mean by "template engine". If you mean DB_ENGINE in hotaru_settings.php, just leave those ones as they are:

    PHP Code:
    define("DB_LANG"'en');            // Database language, e.g. "en"
    define("DB_ENGINE"'MyISAM');                    // Database Engine, e.g. "MyISAM"
    define('DB_CHARSET''utf8');                    // Database Character Set (UTF8 is Recommended), e.g. "utf8"
    define("DB_COLLATE"'utf8_unicode_ci');        // Database Collation (UTF8 is Recommended), e.g. "utf8_unicode_ci" 
    I also don't know what you mean by "libs line 277". Which file in the libs folder? What's the error?

    And just to be sure, your PHP version is at least 5.2.6, right?

  6. #6
    Junior Member
    Join Date
    Apr 2010
    Location
    Ireland
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I sent you a pm

  7. #7
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,862
    Blog Entries
    88
    Thanks
    486
    Thanked 809 Times in 528 Posts

    Default

    Quote Originally Posted by Audiomad View Post
    I sent you a pm
    That's a bad idea because then nobody else can help you. If it's sensitive data, just asterisk out server path stuff.

    The error you are getting is because Hotaru can't find the settings table in the database. You say you are "trying to install the cms", but you haven't told us which step of installation you get the error on. Please provide as much information as you can, and then we can be more helpful. Thanks.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Installing and updating Hotaru with svn (linux)
    By mabujo in forum Installation and Upgrading
    Replies: 5
    Last Post: 03-23-2010, 11:39 PM
  2. Hotaru 1.0.1 warnings when installing Category Manager 0.7 plugin
    By JonH in forum How-To and Troubleshooting
    Replies: 1
    Last Post: 01-14-2010, 10:21 AM
  3. [Docs] Installing Your First Plugins
    By Nick in forum Getting Started with Hotaru CMS
    Replies: 0
    Last Post: 01-09-2010, 07:41 AM
  4. Fatal error when installing plugins
    By iliketotallyloveit in forum How-To and Troubleshooting
    Replies: 5
    Last Post: 12-27-2009, 03:08 PM
  5. [Docs] Installing & Upgrading Hotaru CMS
    By Nick in forum Getting Started with Hotaru CMS
    Replies: 0
    Last Post: 06-28-2009, 03:26 PM

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
  •