Comment to 'The old switcharoo'
  • You need to update to UNA 12, to do it you just need to switch to Beta channel to be able to update, to do it go to Studio > Developer > Settings > Update Channel 

    If Developer module isn't installed then run the following query in the DB:

    UPDATE `sys_options` SET `value` = 'beta' WHERE `name` = 'sys_upgrade_channel';

    Then clear cache in Studio > Dashboard > Cache block menu

    • The site won't update to 12. It just acts like it does and then nothing. It still says 11.0.4, as well as 

      "UNA 12.0.0-B1 is available!"

      How are we supposed to get the v12 modules if we can't even get the site to v12? Is there a manual way to do the update? Or is there a patch?

      Update is performed under crontab, please make sure that you have cronjob setup properly ?

      How are we supposed to get the v12 modules if we can't even get the site to v12? Is there a manual way to do the update? Or is there a patch?

      We are working on the solution, for now the only way is to manually download previous version of module from the market and upload it manually to UNA modules folder, then you will be able to install module from Studio > Apps Market > Downloaded

      • Why would throw users into such a perdicament? downloading and uploading folder is not convenient and easily accomplished by those of us who are not so familiar with the process!  This is crazy!

        I have no desire to beta test 12. Just configuring the stable 11.04 is a challenge with having to hunt around for answers! 

        Why dont you all put the 11.0 modudule back in the studio market place so that we can download and install in a couple clicks!

        They shouldn't have been removed since people still need them!!!

        • Okay, how do I run the DB query?