+ Reply to Thread
Results 1 to 3 of 3

Thread: [Solved] IonFiles v2.0 does it have upgrade package?

  1. #1
    Learning Programmer aravot is an unknown quantity at this point
    Join Date
    Nov 2006
    Posts
    38

    [Solved] IonFiles v2.0 does it have upgrade package?

    Is it possible ot upgrade to ionFiles v2.0 without loosing information?

  2. #2
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97
    Not yet but if you give me until tomorrow afternoon I will create an upgrade package for everyone.

  3. #3
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97
    After looking into the script I realized that if you uninstall ionFiles it will remove your tables. If you edit the file at:

    administrator/components/com_ionfiles/ionfiles_install.xml

    and remove these lines:

    Code:
    <uninstall>
            <queries>
                <query>DROP TABLE IF EXISTS `#__ionfile_downloads_log`;</query>
                <query>DROP TABLE IF EXISTS `#__ionfile_conf`;</query>
                <query>DROP TABLE IF EXISTS `#__ionfile_categories`;</query>
                <query>DROP TABLE IF EXISTS `#__ionfile`;</query>
            </queries>
        </uninstall>
    it will not remove your table when you uninstall. I've attached an upgrade script for after you uninstall. Also, you may want to backup your database just in case.
    Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Project: ionFiles - Joomla Simple File Download
    By Jordan in forum Community Projects
    Replies: 369
    Last Post: 01-30-2010, 01:10 PM
  2. [Solved] ionFiles 2.1 problem
    By radicpunk in forum ionFiles
    Replies: 4
    Last Post: 07-17-2007, 11:56 AM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts