Open binarykitchen opened 9 years ago
I click on /index.php/apps/videos
/index.php/apps/videos
And expect to see the videos app
but get redirected to /index.php/apps/files/ everytime.
/index.php/apps/files/
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.2 LTS Release: 14.04 Codename: trusty
$ uname -a Linux binarykitchen.com 3.12.27-xenU #1 SMP Thu Aug 28 23:13:07 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Web server:
$ nginx -v nginx version: nginx/1.8.0
Database:
$ mysql --version mysql Ver 14.14 Distrib 5.5.43, for debian-linux-gnu (x86_64) using readline 6.3
PHP version:
$ php -v PHP 5.5.25-1+deb.sury.org~trusty+2 (cli) (built: May 24 2015 15:45:37) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies
ownCloud version: ownCloud 8.0.4 (stable)
Updated from an older ownCloud or fresh install: Fresh install via apt-get
$ sudo -u www-data php ./occ app:list Enabled: - activity - calendar - documents - files - files_encryption - files_locking - files_pdfviewer - files_sharing - files_texteditor - files_trashbin - files_versions - files_videoviewer - mozilla_sync - music - provisioning_api - tasks - templateeditor - videos Disabled: - external - files_external - firstrunwizard - gallery - galleryplus - user_external - user_ldap - user_webdavauth
The content of config/config.php: (Without sensitive data)
$ cat config.php <?php $CONFIG = array ( 'instanceid' => 'oc02ca513338', 'passwordsalt' => 'xxx', 'datadirectory' => '/var/www/owncloud/data', 'dbtype' => 'mysql', 'version' => '8.0.4.2', 'dbname' => 'owncloud', 'dbhost' => 'localhost', 'dbtableprefix' => 'oc_', 'dbuser' => 'owncloud', 'dbpassword' => 'xxx', 'installed' => true, 'forcessl' => true, 'loglevel' => 1, 'logfile' => '/var/log/owncloud.log', 'theme' => '', 'maintenance' => false, 'trusted_domains' => array ( 0 => 'xxx.yyy.com', ), 'mail_smtpmode' => 'smtp', 'secret' => 'xxx', 'forceSSLforSubdomains' => true, 'mail_smtpsecure' => 'tls', 'mail_smtphost' => '127.0.0.1', 'mail_smtpport' => '587', 'mail_smtpauth' => 1, 'mail_smtpname' => 'xxx', 'mail_smtppassword' => 'xxx', 'mail_smtpauthtype' => 'PLAIN', );
Are you using external storage, if yes which one: None
Browser: Firefox 38
Operating system: Ubuntu 15.04
nginx error log is empty since a couple of days, hence irrelevant.
N/A
Irrelevant
@binarykitchen do you know by chance what the last working owncloud version? THX
Leider nicht, so viele verschiedene Versionen und kann mich nicht mehr erinnern ...
Steps to reproduce
I click on
/index.php/apps/videos
Expected behaviour
And expect to see the videos app
Actual behaviour
but get redirected to
/index.php/apps/files/
everytime.Server configuration
Web server:
Database:
PHP version:
ownCloud version: ownCloud 8.0.4 (stable)
Updated from an older ownCloud or fresh install: Fresh install via apt-get
The content of config/config.php: (Without sensitive data)
Are you using external storage, if yes which one: None
Client configuration
Browser: Firefox 38
Operating system: Ubuntu 15.04
Logs
Web server error log
nginx error log is empty since a couple of days, hence irrelevant.
ownCloud log (data/owncloud.log)
N/A
Browser log
Irrelevant