owncloud-archive / mozilla_sync

GNU Affero General Public License v3.0
119 stars 23 forks source link

App activation issue in oc 7.0.3 #126

Closed thomasfiala closed 10 years ago

thomasfiala commented 10 years ago

I just updated to owncloud7.0.3 via the automatic updater, which removed the Mozilla Sync App.

After re-uploading Mozilla Sync to my apps/ directory, it appears in my Apps list. However, I'm not able to activate it. Clicking on it just results in the start page ("Select an application").

This issue was reported on the owncloud repository (http://apps.owncloud.com/content/show.php?content=161793&forumpage=7).

User "owni" presented the following solution approach:

Login to your server and cd into the owncloud folder (maybe /var/www/oc)
Find the PHP script "occ"

1.) check if the app can be found:
php occ app:list

2.) enable it (if it was listed):
php occ app:enable mozilla_sync

However, as I don't have ssh access, this solution does not work for me.

ogasser commented 10 years ago

Paste your owncloud.log entries when the activating fails.

thomasfiala commented 10 years ago

Apparently, this does not raise any log entry. I don't think that they are related, bu the recent entries are:

Debug   carddav     Sabre\DAV\Exception\NotAuthenticated: No basic authentication headers were found    2014-11-23T15:31:45+00:00
Debug   carddav     Sabre\DAV\Exception\NotAuthenticated: No basic authentication headers were found    2014-11-23T15:31:44+00:00
Debug   carddav     Sabre\DAV\Exception\NotAuthenticated: No basic authentication headers were found    2014-11-23T15:24:49+00:00
Debug   carddav Sabre\DAV\Exception\NotAuthenticated: No basic authentication headers were found    2014-11-23T15:24:48+00:00
Debug   carddav Sabre\DAV\Exception\NotAuthenticated: No basic authentication headers were found    2014-11-23T15:15:48+00:00
Debug   carddav Sabre\DAV\Exception\NotAuthenticated: No basic authentication headers were found    2014-11-23T15:15:46+00:00
Fatal   core    Invalid OCS content returned for app 166048 2014-11-23T15:15:01+00:00
Fatal   core    Invalid OCS content returned for app 166053 2014-11-23T15:15:00+00:00
Fatal   core    Invalid OCS content returned for app 166042 2014-11-23T15:15:00+00:00
Fatal   core    Invalid OCS content returned for app 161793 2014-11-23T15:14:59+00:00
Fatal   core    Invalid OCS content returned for app 166051 2014-11-23T15:14:59+00:00
Fatal   core    Invalid OCS content returned for app 166045 2014-11-23T15:14:58+00:00
Fatal   core    Invalid OCS content returned for app 166059 2014-11-23T15:14:58+00:00
Fatal   core    Invalid OCS content returned for app 166049 2014-11-23T15:14:57+00:00
Fatal   core    Invalid OCS content returned for app 166056 2014-11-23T15:14:57+00:00
Fatal   core    Invalid OCS content returned for app 166044 2014-11-23T15:14:56+00:00
Fatal   core    Invalid OCS content returned for app 166054 2014-11-23T15:14:56+00:00
Fatal   core    Invalid OCS content returned for app 166055 2014-11-23T15:14:55+00:00
Fatal   core    Invalid OCS content returned for app 166057 2014-11-23T15:14:55+00:00
Fatal   core    Invalid OCS content returned for app 166050 2014-11-23T15:14:54+00:00
Fatal   core    Invalid OCS content returned for app 166043 2014-11-23T15:14:54+00:00
Error   PHP Invalid argument supplied for foreach() at /www/htdocs/w00b53d9/thomas/owncloud/lib/private/ocsclient.php#87    2014-11-23T15:14:43+00:00
ogasser commented 10 years ago

You can try to manually activate the app via PHPMyAdmin or a similar tool.

thomasfiala commented 10 years ago

Thanks! That did it!

ogasser commented 10 years ago

You are welcome!