-
Notifications
You must be signed in to change notification settings - Fork 42
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
Incompatibility with ownCloud 10 #348
Comments
I was able to get OwnNote working with Owncloud 10 by changing the "max-version" setting to 10.0 in the file /var/www/html/owncloud/apps/ownnote/appinfo/info.xml I'm using Owncloud v10.0.7.2 on CentOS 7. This doesn't fix the signature being missing, so the Admin side of things still shows the integrity check error. But it allows me to use OwnNote just as before the update from 9.1 |
@TobeStokes Great ! |
Or what's an alternative with more chance of support in the future ? Nextcloud ? |
Even with max-version hack, the app doesn't work on ownCloud 10.0.10. Clicking on the notes app does nothing, and the Android ownNote app cannot connect to server, though worked fine before upgrade from ownCloud 9. |
I will take a look soon when I update for nextcloud 15. |
Hej there. Version "hack" is one way but let's say ... nothin ^^ Also get an WSOD and looked into my error logs. Since I have no Idea yet what this input field is for and this server is my "Playground" i simply commented the php value part out. At least my notes show up again. |
Another user has posted a commit to this project saying that the max-version hack does work with v10.0.10 if you put in "10.0.10" where I just had "10.0" before. See the details here: 46e9245?_pjax=%23js-repo-pjax-container I haven't tested yet but I might give it a whirl this weekend. |
@TobeStokes Let me know, if so I'll adjust the repo. Thanks! |
@Fmstrat Well I did an upgrade to 10.0.10 and it still works the same. I didn't even change my "10.0" entry in the xml file. I did notice on another Owncloud-related GitHub project that there was a change to the "max-version" thing to just "10" so that may be the standard now. I'll try to find that for reference. Edit: here it is, on the Brute-Force Protection project: Stated reason for their change is "Because core platform is switching to Semver" |
Ownnote returns with server error on hosted server:
|
Install 'Notes' from the Owncloud marketplace on your server, it is signed and works: https://marketplace.owncloud.com/apps/notes It works well with Nextcloud Notes on your Android device: |
ownCloud 10 requires signed addons. ownNote triggers a failure of the integrity check on this ownCloud release, and cannot be enabled.
`Technical information
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
Results
Raw output
Array
(
[ownnote] => Array
(
[EXCEPTION] => Array
(
[class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
[message] => Signature data not found.
)
)`
The text was updated successfully, but these errors were encountered: