rebuild owncloud
Home › Forums › GeeXboX on ARM SoCs › rebuild owncloud
This topic contains 5 replies, has 2 voices, and was last updated by
skelos 1 month, 2 weeks ago.
-
AuthorPosts
-
Could you please rebuild ownCloud package? I tryied to update from actual 8.0.2 to 8.2.1 but message said: “Exception: Updates between multiple major versions and downgrades are unsupported.”
Now my owncloud installation is broken.
So I think this problem could be solved rebuilding the package directly in 8.2.1.
Thank you.
Sk.Ah, owncould. Why I’m not surprised… We tried to use it in the company a while ago and it was a disaster… Especially, when run on Windows and using their client software.
Anyway, our *.opk does not much more than unpacking it to ‘/srv/www/htdocs’ and hooking it into the main web page. You can try to manually replace ‘/srv/www/htdocs/owncould’ with the new version. But I’m not sure that this will repair your broken installation.Wonderfull!
I did! It work with a fresh installation. But I try to upgrade database from default to MySql/MariaDB (that now works..) but unfortunately PHP is not been compiled with -with-pdo-mysql extension enabled.I googeled a little bit and I discovered because ownclowd said :
[DoctrineDBALDBALException] Failed to connect to the database: An exception occured in driver: could no t find driverthe reason is because PDO is used. It is called with some code like :
,query('SELECT * from j3_menu') as $row) { print_r($row); } $dbh = null; } catch (PDOException $e) { print "Error!: " . $e->getMessage() . "
"; die(); } ?>and in my installation it said : “Error!: could not find driver”
I checked also for this error and php_pdo_mysql is not present in phpinfo() output function.
So, could you check (and eventually re-compile) for this flag in PHP package?
Thanks a lot.
I also discovered there is possibility to packaging pdo-mysql. If you have time… ?
Look here ?
Ooohhh yyeeeaaa! IT works! Fantastic! Do you want few GB in cloud on my system? ^_^
-
AuthorPosts
You must be logged in to reply to this topic.