ACTom/files_mindmap

Compatibility with upcoming NC 25

cetcondor opened this issue · 7 comments

Just tested with Nextcloud 25 RC 3 and after re-activating the untested app, still .km files can't be opened anymore. The log files say "Error: Class "OCP\App" not found at <>" despite app being activated.

Please make the Mindmap app compatible with Nextcloud 25. Thanks for your work!

Same here with released Nextcloud 25. Great app, would appreciate an update for NC 25 a lot @

looking for the same. Love this mindmap app so much. Wish there would be a standalone version of it that can be run maybe in a docker container.

Bug can be fixed by changing files_mindmap/templates/viewer.php line 5 from

$version = \OCP\App::getAppVersion('files_mindmap');

to

$version = \OC_App::getAppVersion('files_mindmap');

PR: #177

Bug can be fixed by changing files_mindmap/templates/viewer.php line 5 from

$version = \OCP\App::getAppVersion('files_mindmap');

to

$version = \OC_App::getAppVersion('files_mindmap');

PR: #177

Works with nginx :)

I first applied the fix and then also did the update. After these steps, I still have the same problem. I am getting an error message.

Error: Class "OCP\App" not found

I did nothing, but in the meantime the app is working again. 🤔 The case is solved.