Forums

DirkCassin
DirkCassin
Offline
Resolved
0 votes
I installed ownCloud for Home via the marketplace for ClearOS 6.6, and when I clicked on the "Go to ownCloud Web interface" button, I got a 403 error. If I comment out the directive include files in owncloud.conf, as so:

<Directory /usr/share/owncloud/>
# Include conf.d/owncloud-auth-local.inc
# Include conf.d/owncloud-defaults.inc
<FilesMatch ^(\.|autotest|occ|issue|indie|db_|console).*>
Include conf.d/owncloud-auth-none.inc
</FilesMatch>
</Directory>

Then I am able to access the ownCloud at https://myserver/owncloud, but I get the install wizard, which seems to indicate that the database didn't get configured properly. I do have httpd and slapd installed, and I am using the system-mysql database.

Clearly removing the auth directives would *not* be the way to go here.

Did I miss something? I can't seem to find any logs to indicate what went wrong with the install.

Thanks,

Dirk
Tuesday, June 16 2015, 01:58 AM
Share this post:
Responses (3)
  • Accepted Answer

    DirkCassin
    DirkCassin
    Offline
    Wednesday, June 17 2015, 11:36 AM - #Permalink
    Resolved
    0 votes
    OK , I got this sorted. I still had some non-default repos enabled from a previous search for a caldav enabled Cyrus-imap. I disabled those, deleted everything, and then reinstalled and it all works.

    Thanks for the help!
    The reply is currently minimized Show
  • Accepted Answer

    DirkCassin
    DirkCassin
    Offline
    Tuesday, June 16 2015, 01:07 PM - #Permalink
    Resolved
    0 votes
    Tim,

    Here is the output from /usr/clearos/apps/owncloud/deploy/install

    Updating privileges
    Updating existing config.php with system database settings
    Updating database LDAP settings
    Updating database settings for external storage

    rpm -qa | grep owncloud

    owncloud-7.0.5-2.el6.noarch
    app-owncloud-core-1.3.6-1.v6.noarch
    app-owncloud-extension-core-1.1.2-1.v6.noarch
    owncloud-mysql-7.0.5-2.el6.noarch
    app-owncloud-1.3.6-1.v6.noarch
    owncloud-httpd-7.0.5-2.el6.noarch

    Thanks,

    Dirk
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 16 2015, 12:51 PM - #Permalink
    Resolved
    0 votes
    Hi Dirk,

    You are right - it should not prompt you with the installation wizard. Usually 403 error requires a restart of httpd to pick up the new https://yourdomain/owncloud alias

    Please can you re-run the app install form the command line and post the output?
    /usr/clearos/apps/owncloud/deploy/install

    Please also provide the output of 'rpm -qa | grep owncloud'
    The reply is currently minimized Show
Your Reply