owncloud-archive / apps

Repo for ownCloud apps. Code here is work in progress and not intended for endusers
373 stars 337 forks source link

update 6.x not working #1829

Open Trapulo opened 10 years ago

Trapulo commented 10 years ago

I try to update a 6.0.2 to 6.0.3 and an other 6.0.3 to 6.0.4. Same error:

Error updater Unable to move D:/Websites/mysite/3rdparty/Patchwork to D:/Websites//mysite/_oc-upgrade/tmp/3rdparty/Patchwork 2014-06-30T14:53:31+00:00 Error updater Something went wrong for 3rdparty. Rolling back. 2014-06-30T14:53:15+00:00 Error PHP rename(D:/Websites/mysite//3rdparty/Patchwork,D:/Websites/mysite//_oc-upgrade/tmp/3rdparty/Patchwork): Access is denied. (code: 5) at D:\Websites\/mysite/\apps\updater\lib\helper.php#27

The app has full access to application folder. Running on IIS Win 2012 PHP 5.5.8

Any idea? thanks

VicDeo commented 10 years ago

Error PHP rename(D:/Websites/mysite//3rdparty/Patchwork,D:/Websites/mysite//_oc-upgrade/tmp/3rdparty/Patchwork): Access is denied That's enough for the upgrade process to be considered unsuccessful. Unfortunately I have no idea what can cause this.

VicDeo commented 10 years ago

One of possible reasons is lack of free space on D or hidden/readonly files inside D:/Websites/mysite/3rdparty/Patchwork

Trapulo commented 10 years ago

I have a lot of free space. Maybe readonly, this can be an idea. But who creates them? I've installed owncloud using php autoinstaller... However yesterday I performed a manual upgrade (deleting old folders and installing new version), so I cannot check this.

PVince81 commented 9 years ago

Did you have any more luck with 6.0.9, 7.0.7 or more recent versions ?

Please note that starting with OC 8.1 Windows servers will not be supported any more.