Closed Thread
Results 1 to 3 of 3

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

  1. #1
    aravot is offline Learning Programmer
    Join Date
    Nov 2006
    Posts
    38
    Rep Power
    0

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

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

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest
    Not yet but if you give me until tomorrow afternoon I will create an upgrade package for everyone.

  4. #3
    Jordan Guest
    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 Attached Files

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Ionfiles PHP Upgrade
    By heron4003 in forum ionFiles
    Replies: 1
    Last Post: 10-21-2009, 10:39 AM
  2. [solved] ionFIles pagebreak
    By nazzzyman in forum ionFiles
    Replies: 1
    Last Post: 10-30-2008, 07:59 AM
  3. [Solved] Ionfiles Question
    By heron4003 in forum ionFiles
    Replies: 1
    Last Post: 08-13-2008, 06:01 PM
  4. package
    By lmc059 in forum Java Help
    Replies: 2
    Last Post: 12-28-2007, 02:56 PM
  5. [Solved] ionFiles 2.1 problem
    By radicpunk in forum ionFiles
    Replies: 4
    Last Post: 07-17-2007, 09:56 AM

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