cdevroe / unmark

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

Cannot create an bookmarks #257

Closed williamsdb closed 4 years ago

williamsdb commented 4 years ago

Just installed a self hosted version of unmark which installed fine. I can import an html file of bookmarks fine but if I click + followed by "Add Mark" I get the following:

Warning: DOMDocument::loadHTMLFile(http://): failed to open stream: operation failed in /var/www/html/unmark/application/controllers/Marks.php on line 45

There was an error adding the mark.

Most likely the URL is invalid or the web site isn't currently available.

Environment is: PHP 7.3.14 Apache 2.4 MySQL 5.7

Thanks

williamsdb commented 4 years ago

Ah my bad I wasn't filling in the URL field. Probably should make the "Enter URL..." field mandatory rather than throwing the error it does!