1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Download Hotaru Cms Core 1.7.3

Main Core code for Hotaru CMS

  1. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    I think that is actually populating the variable $existing and so may be just a single = sign there
     
    valMETNG likes this.
  2. valMETNG

    valMETNG Administrator Staff Member Admin

    Shows my limited knowledge of how php works. I'll have to do some more research on why you would populate a variable in this fashion (i.e., during an if). Thanx.
     
  3. tianya8013

    tianya8013 New Member

    Thank you very much!Thank you very much!Thank you very much!

    Thank you very much!Thank you very much!Thank you very much!Thank you very much!
     
  4. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    You are welcome
    If you need any help upgrading let us know in the forums and we will try to help
     
  5. mangito

    mangito New Member

    hi thanks for the cms , i will try it out, im a pligg user
     
  6. soufron

    soufron New Member

    Exactly the same problem on my side... any solution somemone?

     
  7. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    Please try copying this file into your /libs folder to replace existing /libs/Database_mysql.php file
     

    Attached Files:

  8. soufron

    soufron New Member

    Also the same problem, adding the new file did not help.
     
  9. h618033988

    h618033988 New Member

    Hi,

    I would like to thank in advance anyone willing to help me. I'm a complete ignorant in this field so any advice would be appreciated.

    I've been playing with a few tools (wordpress, kusaba, phpbb among others) in a local server installation but just stumble upon hotaru and I'm intrigued about it. I was trying to run a local instance of it but I have tried several local server programs, db and php but none seem to work. I've download the current version of hotaru 1.5.2 from Github and I can't login as administrator post-installation. This is the screencap I'm stuck in and might help:

    [​IMG]

    The server I'm using at the moment is the last version of Wnmp with MariaDB. Every seemed to work, although there was a "Ah! You've triggered a CSRF error." problem. As I changed the admin's info in the installation (password, email), opening the DB it seems those values weren't written accordingly.

    I apologize if this is not the correct thread for this kind of problem. I'm here because I was trying to download the hotaru version with plugins from the first post, but every time the forum kicks me out to the login screen.

    Any help would be appreciated. If there's a mirror of the hotaru-with-plugins file, please let me know (Just refreshing the login page triggered the download).

    Thanks for your attention and your hard work in this project.

    Hansel

    Edit: Disregard this post... It seems that the installation from Github is somewhat troublesome. After refreshing the download page from this forum, I achieve to download the with-plugins hotaru installation container. I've installed this one without any problems and I'm testing it right now. Seems really cool by the way...

    I didn't delete this post due it may help someone suffering the same problems.

    Cheers
     
    Last edited: Sep 22, 2013
  10. sukabetagenjudibola

    sukabetagenjudibola New Member

    hotaru cms

    agen judi bola wait this so long ..thanks :)

    Success for hotaru
     
  11. valMETNG

    valMETNG Administrator Staff Member Admin

    widget.js missing semicolon

    Noticed Firebug displaying an error in my build related to an expected but missing semi-colon. It appears there should be one at the end of widget.js (or, at least, when I put one there, the error went away).
     
  12. kaikaje

    kaikaje New Member

    many thanks
     
  13. valMETNG

    valMETNG Administrator Staff Member Admin

    Potentially misplaced </ul> in users_navigation

    Looking at the following code in /plugins/users/templates/users_navigation.php (starting at line 130):
    Code:
        <div class="profile_navigation">
         <ul>        
            <li><a href='<?php echo $h->url(array('page'=>'profile', 'user'=>$h->vars['user']->name)) ?>'><?php echo $h->lang["users_profile"]; ?></a></li>
            
            <?php $h->pluginHook('profile_navigation'); ?>
         
            <?php // show account and profile links to owner or admin access users: 
            if ($own) { ?>
    
                <li><a href='<?php echo $h->url(array('page'=>'account', 'user'=>$username)); ?>'><?php echo $h->lang["users_account"]; ?></a></li>
                <li><a href='<?php echo $h->url(array('page'=>'edit-profile', 'user'=>$username)); ?>'><?php echo $h->lang["users_profile_edit"]; ?></a></li>
                <li><a href='<?php echo $h->url(array('page'=>'user-settings', 'user'=>$username)); ?>'><?php echo $h->lang["users_settings"]; ?></a></li>
         </ul>
        <?php } ?>
        </div>
    Using HTML Tidy, I saw a warning for a missing </ul>, which traces back to line 142. It appears the closing tag doesn't always get put down. I'm wondering: shouldn't the closing </ul> be placed right after the <?php } ?> tag?
     
  14. valMETNG

    valMETNG Administrator Staff Member Admin

    clas should be class in search_box

    In /plugins/search/templates/search_box.php, shouldn't clas be class in line 34?

    Code:
    <form name='search_form' [COLOR="#FF0000"]clas[/COLOR]='form' id='search_form' action='<?php echo BASEURL; ?>index.php?page=search' method='get'> 
     
  15. spiderwebs

    spiderwebs New Member

    hi

    not able to download this
    when i am trying to download its keep me booting to login page why?
     
  16. webstrike

    webstrike New Member

    There's no problem in my end. What browser do you use?
     
  17. sslin

    sslin New Member

    Not bad, really need this
     
  18. larryhill

    larryhill New Member

    how to upgrade default theme hotaru to bootstrap 3?
     
  19. dfcancino

    dfcancino New Member

    Thanks :)
    .....
     
  20. javadth

    javadth New Member

    thanks
    but have not any demo and feature list ?
     
    Last edited by a moderator: Apr 13, 2014

Share This Page