draw.io Nextcloud App
Closed this issue · 5 comments
Good morning,
I am currently using an NC 25.0.2 with PHP 7.4.33. In addition, version 2.0.2 of draw.io is installed. Recently we have the problem that draw.io files can no longer be opened and created. In the Nextcloud logs I could find the following message: “Could not resolve versionManager! Class version manager does not exist”
Have already done a maintenance:repair, maintenance:access and a db:add-missing-indices and db:add-missing-columns. Unfortunately in vain.
I haven't been able to find anything online about the error message.
Regards
I think you're in the wrong repo, the plugin page on NextCloud App Store links to https://github.com/jgraph/drawio-nextcloud/issues :)
The IVersionManager class is in NextCloud since v15
Do you have special settings like disabling file versions?
Hello.
I am currently running
NextCloud 25.0.2
Drawio 2.0.2
When I create a new Drawio file and try to edit it, I get an InternalServerError.
I have checked the logs.
Class versionManager does not exist
Could not resolve OCA\\Files_Versions\\\Versions\\IVersionManager! Class OCA\Files_Versions\\IVersionManager does not exist
The message said "OCA\\Files_Versions\\IVersionManager does not exist.
I enabled (Versions 1.18.0) plugin and now Drawio is available, but I do not want to enable this plugin as it wastes server space.
I think I used to be able to use Drawio with this Versions plugin disabled, but is the Drawio plugin dependent on the Versions plugin?
Is there a workaround?
Thank you in advance for any help you can give me.
The IVersionManager class is in NextCloud since v15
Do you have special settings like disabling file versions?
No, we have no special settings :/