Announcement

Collapse
No announcement yet.

Reverting to previous version

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Reverting to previous version

    Is it possible to revert to the previous version of Developer as there is a bug on the 6.14 version that is a pain in the a***. Basically cutting and pasting duplicate products causes a extended info page error which requires manual changing of the page number (see http://community.actinic.com/showthr...duct+reference)
    Fitness for life!www.fitness-focus.co.uk


    DIFN - Doing nothing is not an option

    The Supplement Warehouse - Bodybuilding & Fitness Supplements

    #2
    I dont know about developer but we reverted back to actinic 5 when we had an issue it was just a matter of running actinic 5 & 6 in tandem. Then updated the website in 6 once we were happy it was working... I would expect you can do this in developer.

    Dave
    David Shorthouse,
    Website Manager,
    http://www.Queenswood.co.uk

    Comment


      #3
      There's no formal way to do this I'm afraid, but this is what I would do if I had to do it.

      1) You need to have a snapshot of your 6.1.3 site somewhere. If you don't then this will not be possible.

      2) In your 6.1.4 go to 'File | Export' and export your entire Catalogue to a hierarchical csv file.

      3) Next, copy the 'ActinicCatalog.mdb' file from your 'Site1' folder somewhere safe. Also, take a snapshot of your entire 6.1.4 installation just in case this does not work.

      4) Uninstall 6.1.4 and install 6.1.3 (you can get this from http://support.actinic.com/versions/)

      5) Import your 6.1.3 snapshot.

      6) Import the hierarchical csv file - replacing your current data. This makes sure your store is up to date.

      So far, so good. Now you have to use Access to copy the order data.

      7) Open up the 6.1.4 ActinicCatalog.mdb database in Access. Copy the 'Order' table to the clipboard.

      8) Open the 6.1.3 ActinicCatalog,mdb batabase in Access and delete the 'Order' table. Paste in the copied 'Orders' table from the clipboard.

      9) Repeat the above two steps for the 'OrderDetail', 'Person' and 'PaymentHistory' tables.

      10) Start Actinic 6.1.3 and take a look at your orders.

      Comment

      Working...
      X