You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed ownnote in nc 17. I'm using "Database and Folder" and I'm getting errors like this:
"Non-static method OCP\Files\Storage\IStorage::file_exists() cannot be called statically"
That's why I changed all calls with "\OCP\Files\Storage\IStorage::" to "\OC\Files\Filesystem::" and got it working.
Can someone please test this from https://github.com/thomas2403/ownnote and confirm, that it's working? After that I would like to make pull request here.
The text was updated successfully, but these errors were encountered:
I have installed ownnote in nc 17. I'm using "Database and Folder" and I'm getting errors like this:
"Non-static method OCP\Files\Storage\IStorage::file_exists() cannot be called statically"
That's why I changed all calls with "\OCP\Files\Storage\IStorage::" to "\OC\Files\Filesystem::" and got it working.
Can someone please test this from https://github.com/thomas2403/ownnote and confirm, that it's working? After that I would like to make pull request here.
The text was updated successfully, but these errors were encountered: