Daniel
Daniel
Badly it does not work on 8.2.2 My owncloud log shows: "Call to undefined method OC_Mount_Config::addMountPoint() at \/var\/www\/owncloud\/apps\/files_hubic\/lib\/hubic.php#91" But I have change the line 91, not 102, to \OC_Mount_Config::registerBackend Line...
OK solved by myself. It is importent to replaced AddMountPoint with registerBackend before activating ExternalStorage App. And then activate Hubic App. Line in file owncloud/apps/files_hubic/lib/hubic.php was right. Thanks
OK, here is what I have done: - disable External Storage App - disable hubiC App - open file "your-path-to-webspace/owncloud/apps/files_hubic/lib/hubic.php" - search for line "\OC_Mount_Config::AddMountPoint($shortMountPoint," - replace "AddMountPoint" to "registerBackend"...
Sorry, but it dont works in my installation. hubiC mount is not shown as folder. It's shown as gearwheel. When I tried to open owncloud offers me to download a...