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

    looks like you are on the RC version rather than the final one

    can you try downloading from
    http://forums.hotarucms.org/resources/hotaru-cms-core.4/
     
  2. suresh

    suresh Moderator

    Ive tried, but you haven't replied yet,
    Can you tell me when does the remaining will finish, I am still waiting to develop my site, but it is boring.
     
  3. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    Can you tell me your questions again? what was not working?
    I didnt find many people testing the latest release and so havent been able to progress it much further
     
    suresh likes this.
  4. suresh

    suresh Moderator

    Ive updated to the latest version, but once I logged out it never allowed me to login back. I reverted it back and currently looking to update for the latest version.

    I am asking those are remaining like avatar upload backcover and some more those who asked please update them or build them.

    If no one answer also the one please continue from your end, so they themselves will come.
     
  5. suresh

    suresh Moderator

    Ive updated yesterday and the version is working, if anything want to test please let me know I will do and on the latest version only.
     
  6. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    shibuya246 updated Hotaru CMS Core with a new update entry:

    Hotaru CMS version 1.6.0

    Read the rest of this update entry...
     
  7. sereban

    sereban Active Member

    I replaced the icons in the admin panel plugin Management Hotaru 1.6. Changed menu to the left sidebar. Increased right sidebar admin home page...
    libs/Bloked.php line 140 - add class='form-control'
    libs/Bloked.php line 160 - add class='form-control'
    libs/Bloked.php line 161 - additional class of an existing class='submit btn btn-primary'
    libs/PluginManagement.php line 116 - replace icon class icon-download-alt on glyphicon glyphicon-download-alt
    libs/PluginManagement.php line 118 - replace icon class icon-trash on glyphicon glyphicon-trash
    libs/PluginManagement.php line 148 - replace icon class icon-chevron-up on glyphicon glyphicon-chevron-up
    libs/PluginManagement.php line 153 - replace icon class icon-chevron-down on glyphicon glyphicon-chevron-down
    \content\admin_themes\admin_default\views\plugin_management\install.php line 8, 11, 16, 57, 118, 121,154 replace icon class.
    \content\admin_themes\admin_default\blocked.php - replaced all table layout on div layout.
    \content\admin_themes\admin_default\admin_sidebar - replaced replaced many classes
    \content\admin_themes\admin_default\admin_index - delete 4 classes fluid
    \content\admin_themes\admin_default\admin_home - replace some classes right sidebar and add some <li>..</li>
    \content\admin_themes\admin_default\views\maintenance\general.php - line 16 add class="form-control"
    line 24 add classe "btn btn-primary"
     

    Attached Files:

  8. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

  9. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

  10. sereban

    sereban Active Member

    Parse error: syntax error, unexpected T_DNUMBER, expecting ',' or ';' in Z:\home\hotaru161\www\Hotaru.php on line 28
    protected $version = ?1.6.1?; // Hotaru CMS version
    quotation marks are not correctly ?1.6.1? be ?1.6.1?
    Fatal error: Call to a member function write() on a non-object in Z:\home\hotaru161\www\libs\Category.php on line 42
    And I still can not add a post, get errors in the submit configuration admin panel.
     
    Last edited: Sep 21, 2014
  11. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    I have it in the code as always as

    Code:
    protected $version              = "1.6.1";  // Hotaru CMS version
    
    I could change it to be

    protected $version = '1.6.1'; // Hotaru CMS version
     
  12. sereban

    sereban Active Member

    You can not install Hotaru of this error.
     
  13. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    I can change it but it does install here. I have uploaded a new file on the same 1.6.1
     
  14. sereban

    sereban Active Member

    Because of this error, I could not install Hotaru.
    double quotes :
    Code:
    protected $version              = "1.5.2";  // Hotaru CMS version
    protected $version              = "1.6.0";  // Hotaru CMS version
    protected $version              = ?1.6.1?;  // Hotaru CMS version
     
  15. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    I have now set it as protected $version = '1.6.1'; // Hotaru CMS version
     
  16. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

  17. robin007

    robin007 Well-Known Member

    I am getting this error on first step.
    this is wamp server problem or hotarucms 1.6.2 problem?
     

    Attached Files:

  18. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    check your config folder settings.php file
    It should have a line like

    define('BASEURL', "http://ipadrank.com/");

    Or if you dont have that file yet, just keep going and see what happens next
     
  19. robin007

    robin007 Well-Known Member

    It's working.
    WoooW cool admin page.
     
  20. shibuya246

    shibuya246 Hotaru Developer Staff Member Admin

    ok, I will keep updating, but since there were some people with csrf problems i wanted to get it out asap
     

Share This Page