-
I have gone into developer and changed the update channel to beta. I have gone into the dashboard in studio and it shows the the update is available but it will not complete the update. Has anyone else had this problem? I need some help.
-
LeonidS can you help?
-
I decided to change it back to stable earlier today. For done done it did the update now and the header logo and the account avatar is missaligned. See screenshot. please help LeonidS It also changed icon colors in the content men. Icons on the header are missing.
-
Tim Burleigh if you have changed "inc/classes/BxDolUpgrader.php" in the past on V9 or V10, then you need to revert it back.
Change:
protected $_sUrlVersionCheck = 'https://v.una.io/beta/';
Back To:
protected $_sUrlVersionCheck = 'https://v.una.io/';
This will allow for beta release updates to be applied.
-