Results 1 to 5 of 5

Thread: Hotaru 1.0.3 Maintenance Update

  1. #1
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,869
    Blog Entries
    88
    Thanks
    481
    Thanked 806 Times in 526 Posts

    Default Hotaru 1.0.3 Maintenance Update

    Hotaru v.1.0.3 contains numerous bug fixes since version 1.0.2.

    For new users installing for the first time:

    1. See this post for details on how to get Hotaru CMS from the SVN.
    2. Follow the installation and setup instructions here (skip the "download" steps)

    For existing users:


    1. Update to the latest version from the SVN trunk
    2. Give the new /cache/debug_logs/ folder 777 read/write permissions
    3. Run the upgrade script: /install/upgrade.php

    Here is a list of all the changes since Hotaru 1.0.2:

    - [FIXED] Hotaru's start() function was being run three times per page view
    - [FIXED] Site announcements weren't showing unless the DB cache was cleared
    - [FIXED] Undefined variable in Comments Settings
    - [FIXED] Duplicate entry errors in User Account
    - [FIXED] Confusing error messages during registration
    - [FIXED] The submission approval feature wasn't working
    - [FIXED] Submit Light wasn't redirecting properly if votes were enough for the front page
    - [FIXED] Dozens of SimplePie and EzSQL warnings

    - [NEW] Error logging, with results viewable from Admin -> Maintenance
    - [NEW] "Debug" mode turns on "display_errors" (previously on by default)
    - [NEW] Ability for plugins to log their own errors, speed tests, etc.
    - [NEW] Who Voted plugin
    - [NEW] Avatar size option in the Comments plugin

    Thank you to everyone who has reported bugs. Please continue to do so in the How-To and Troubleshooting forum.

  2. #2
    Design & Development carlo75's Avatar
    Join Date
    Oct 2009
    Location
    Italy - Perugia
    Posts
    509
    Thanks
    62
    Thanked 105 Times in 58 Posts

    Default

    Nick, can I uprade from 1.0.1 to 1.0.3 directly?
    I've tried but a blank page remain, after I run the upgrade script...

  3. #3
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,869
    Blog Entries
    88
    Thanks
    481
    Thanked 806 Times in 526 Posts

    Default

    You should be able to, but see the instructions for the last upgrade first. I don't know what could be causing the blank page. If it happened after the upgrade is finished, maybe it's logged in /cache/debug_logs/error_log.txt

  4. #4
    Design & Development carlo75's Avatar
    Join Date
    Oct 2009
    Location
    Italy - Perugia
    Posts
    509
    Thanks
    62
    Thanked 105 Times in 58 Posts

    Default

    No isn't possible, upgrade tell me that will perform an unpgrade from 1.0.1 to 1.0.3 I click next,
    but I receive a blank page, after. I try to restore the 952 revision, else I'll do a fresh installation.

  5. #5
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,869
    Blog Entries
    88
    Thanks
    481
    Thanked 806 Times in 526 Posts

    Default

    Ah! I've found a bug in the upgrade script:

    Line 239:

    Change
    PHP Code:
    $db->query($db->prepare($sql'site_announcement''''')); 
    To
    PHP Code:
    $h->db->query($h->db->prepare($sql'site_announcement''''')); 
    Edit: Fixed in #966 (branch and trunk)
    Last edited by Nick; 01-18-2010 at 12:52 PM. Reason: Replaced "Bollocks!" with "Ah!"

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. New Year Update
    By Nick in forum News and Announcements
    Replies: 9
    Last Post: 08-13-2010, 08:52 AM
  2. Hotaru 1.0.2 Maintenance Release
    By Nick in forum News and Announcements
    Replies: 4
    Last Post: 01-16-2010, 06:23 AM
  3. Hotaru 1.0.1 Maintenance Release
    By Nick in forum News and Announcements
    Replies: 1
    Last Post: 01-12-2010, 01:28 PM
  4. Site under Maintenance
    By angolanmade in forum How-To and Troubleshooting
    Replies: 2
    Last Post: 11-12-2009, 04:18 PM

Tags for this Thread

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
  •