Following the advice I usually give others, I checked the owncloud log,
it shows this:
{"app":"PHP","message":"Unable to move \/var\/www\/owncloud\/backup\/ to
\/media\/exthd\/owncloud\/data\/\/updater_backup\/ at
\/var\/www\/owncloud\/apps\/updater\/lib\/helper.php#28","level":4,"time":"2013-09-12T21:05:04+00:00"}What is the updater trying to do here? Why does he try to move the backup directory from owncloud root to the data directory? The updater_backup directory didn't exist; but creating it didn't change anything (php user has full permissions on both the data folder, as well as on the created updater_backup). And why does it have to be a fatal error resulting in a blank screen? Not very user friendly... And isn't copying something directly to the data directory dangerous? In general, the data directory (at least mine) seems to contain a bit of a jumble of app and user data at the moment - what if a user is named updater_backup (for whatever reason)? I also see a news directory... so a user can't be called news? Weird stuff... Regards, Randolph On 2013-09-12 22:35, Randolph Carter wrote: > When I uncomment the lines you say, the Updater shows this: > -------------------- > Updater > ownCloud 5.0.11 is available. Get more information > Update Center > -------------------- > where "more information" is a link to http://owncloud.org/. > And "Update Center" is a link to > https://my-owncloud-url/index.php/apps/updater/update.php (a blank page) > > Seems updater is thoroughly broken...? Thanks for any hints, guess I'll > do the update manually after all, > Regards, > Randolph > > On 2013-09-12 22:24, Victor Dubiniuk wrote: >> Ok, I'm convinced. >> Please comment lines 31-33 in this file >> https://github.com/owncloud/core/blob/stable5/lib/updater.php#L31 and >> report an issue on github https://github.com/owncloud/core/issues/new >> >> On 09/12/2013 09:52 PM, Chris wrote: >>> Hi, >>> >>>> Update feed is usually rebuilt in 3-5 days after release so there is no >>> reason to worry yet. >>> >>> the update feed some to be updated: >>> >>> http://apps.owncloud.com/updater.php?version=4x90x14x1338030373.1628x1373617342.3379xstablex >>> >>> >>> >>> >>> >>> -- >>> View this message in context: >>> http://owncloud.10557.n7.nabble.com/Updater-App-does-not-show-the-current-5-0-11-release-tp10745p10767.html >>> Sent from the ownCloud mailing list archive at Nabble.com. >>> _______________________________________________ >>> Owncloud mailing list >>> [email protected] >>> https://mail.kde.org/mailman/listinfo/owncloud >> >> >> >> _______________________________________________ >> Owncloud mailing list >> [email protected] >> https://mail.kde.org/mailman/listinfo/owncloud >> > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud > _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
