cdevroe / unmark

An open source to do app for bookmarks.
https://unmark.it
Other
1.6k stars 194 forks source link

Page not displayed correctly #271

Closed runam0K closed 4 years ago

runam0K commented 4 years ago

I tried to update my unmark installation to the current version. The page is not displayed correctly in various browsers.

Url to the unmark installation: https://um.diglab.net Screenshot: https://i.imgur.com/OBkXngU.png

PHP 7.4.9 MariaDB 10.3.23

Installation on a different server. with php 5.6.40 has the same problems. An older version runs there without any problems.

What can I do to fix the problem?

cdevroe commented 4 years ago

@runam0K I'm unsure how you updated but the CSS and JS files are not present. Example JS URL

This could mean that you didn't build them if you downloaded Unmark from source. Or, that you didn't download the binary version. To fix, you'd either have to run the grunt task to create the CSS/JS files or download the latest Zip file and upload them.

runam0K commented 4 years ago

Thanks for the hint. I downloaded the source code archive and not unmark.zip.

As soon as you do it right, it works ... :D

cdevroe commented 4 years ago

@runam0K Yay!