Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmsuno 1.6 - Update Button not working #20

Open
francwalter opened this issue Nov 19, 2021 · 2 comments
Open

cmsuno 1.6 - Update Button not working #20

francwalter opened this issue Nov 19, 2021 · 2 comments

Comments

@francwalter
Copy link

Hello
in the settings (uno.php) there is the Button 'Check for update' at the bottom. Click I it, then the little spinning wheel in the top middle (wait.gif, left of the 'Page' Link) begins to spin and will never stop.
No update made.
I wanted to update to 1.7.4 but dont know how now.
Is there a file based way to update?
Just copy some files or so?
Thanks for a hint.
frank

CMS Uno 1.6 on Ubuntu 18.04 with PHP 7.4

@boiteasite
Copy link
Owner

boiteasite commented Nov 19, 2021

Hi,

CDN base URL has changed from cdn.rawgit.com to cdn.jsdelivr.net. cdn.rawgit.com is no longer available.
Two way to restore updates :

  1. Update manually by dowloading the last version (1.7.4+).

  2. Change the URL manually and update by clicking the button "Check for update".
    Edit /uno/central.php, line ~9,

Replace $Urawgit = "https://cdn.rawgit.com/boiteasite/cmsuno/";

By $Urawgit = "https://cdn.jsdelivr.net/gh/boiteasite/cmsuno@";

Regards

@francwalter
Copy link
Author

francwalter commented Nov 19, 2021

Thank you very much (mesi anpil)!
Worked charmingly 😄

One last question: 1. Update manually: how do I do this? Just move the new files (apart from password.php and /data/ to the old uno?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants