Results 1 to 8 of 8

Thread: When is Isotope 1.3 available?

  1. #1
    Experienced user
    Join Date
    01-12-10.
    Posts
    814

    Default When is Isotope 1.3 available?

    Is there anything that can be said about the release of isotope 1.3?

    I'm planning some projects and it would be nice to know how to schedule them timewise...

  2. #2
    User winanscreative's Avatar
    Join Date
    06-21-09.
    Location
    Massachusetts, United States
    Posts
    261

    Default Re: When is Isotope 1.3 available?

    The best we can say is "soon". I know that's not very helpful, but you can always grab the latest builds form the SVN here:

    https://winans.svn.beanstalkapp.com/isotope/trunk/

  3. #3
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: When is Isotope 1.3 available?

    The beta 1 doesn't install on a fresh system. This is the error I get:

    Fatal error: Uncaught exception Exception with message Query error: Incorrect key file for table 'tl_iso_cart'; try to repair it (SHOW COLUMNS FROM `tl_iso_cart`) thrown in /usr/home/trusure/public_html/trusure.co.za/system/libraries/Database.php on line 642

    Once I installed all the database fields, it shows some column modifications as a second run, so I'm not sure what triggered that... It had lots of primary and secondary index changes... After that the database update fails with the above message.

    Now I don't know if this is correctly installed or not?

  4. #4
    User winanscreative's Avatar
    Join Date
    06-21-09.
    Location
    Massachusetts, United States
    Posts
    261

    Default Re: When is Isotope 1.3 available?

    Are you using 2.10RC1?

  5. #5
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: When is Isotope 1.3 available?

    nope. 2.95. I'm unable to install 2.10 RC1 because the installation fails. Why is it only designed for 2.10?

  6. #6
    User winanscreative's Avatar
    Join Date
    06-21-09.
    Location
    Massachusetts, United States
    Posts
    261

    Default Re: When is Isotope 1.3 available?

    Hmmm... Your error may simply mean that you need to repair your tl_iso_cart table before installing. Can you try that?

    Technically it will run pre-2.10 but installing will definitely bring up some issues.

  7. #7
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: When is Isotope 1.3 available?

    how do you repair a table, I've never had to do that?

  8. #8
    User winanscreative's Avatar
    Join Date
    06-21-09.
    Location
    Massachusetts, United States
    Posts
    261

    Default Re: When is Isotope 1.3 available?

    In phpMyAdmin you can select a table and then there is an option to "Repair Table". Otherwise you can run the following query on the table:

    REPAIR TABLE tl_iso_cart;

    It is rare but it happens - tables can get corrupt- and the repair table function will generally clear that up.

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
  •