-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OC8.0 Picture-App: Overview doesn't work. #14630
Comments
the error log messages seem unrelated to the issue with the gallery |
@Huster-at-github Thanks a lot for reporting issues back to us! We need some more information to properly support you with your issue! Can I ask you to follow our guidelines for submitting bugs as described here: https://github.com/owncloud/core/blob/master/CONTRIBUTING.md Thanks a lot! |
Before this issue, Gallery stopped displaying folders at a number of 393: Steps to reproduce
Expected behaviourAll folders with pictures in it should be shown. Actual behaviour"Waiting" sign Server configurationUbuntu 14.04 List of activated apps: The content of config/config.php: <?php
define('DEBUG',true);
$CONFIG = array (
'instanceid' => 'oc45a7343c0a',
'passwordsalt' => 'XXXXXXXX',
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'domain1',
2 => 'domain2',
3 => 'domain3',
4 => 'domain4',
),
'datadirectory' => '/var/www/owncloud/data',
'dbtype' => 'mysql',
'version' => '8.0.0.7',
'dbname' => 'owncloud',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc_Admin',
'dbpassword' => 'XXXXXXXX',
'installed' => true,
'forcessl' => true,
'mail_smtpmode' => 'smtp',
'mail_smtphost' => 'mail.gmx.net',
'mail_smtpsecure' => 'tls',
'mail_smtpauth' => true,
'mail_smtpauthtype' => 'PLAIN',
'mail_smtpname' => '[email protected]',
'mail_smtppassword' => 'XXXXXXXX',
'mail_smtpport' => '587',
'mail_domain' => 'gmx.de',
'mail_from' => '[email protected]',
'mail_fromname' => '[email protected]',
'maxZipInputSize' => 0,
'allowZipDownload' => true,
'loglevel' => '0',
'theme' => '',
'maintenance' => false,
'mail_from_address' => 'oc_sender',
'secret' => 'XXXXXXXX',
); Are you using external storage, if yes which one: local/smb/sftp/... Are you using encryption: yes/no Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... Client configurationFirefox 35.0 LogsWeb server error logNo errors when pressing Pictures ownCloud log (data/owncloud.log)See above Browser log |
@Huster-at-github You did post clear-text passwords in your above configuration. I removed all sensitive entries. Please change your passwords. |
@LukasReschke Thanks, but I changed all senitive data in my posting. :-) |
@DeepDiver1975 Think, you're right: This bug seems not be related to the error log "No basic authentication headers were found" Seems, it comes from CarDAV, CalDAV or WebDAV clients. Also reported here: #14510 |
Without a proper error log, it's difficult to tell what's happening, but I'd call this a duplicate of owncloud/gallery#158 and owncloud/gallery#17 |
closing because being a duplicate - THX |
Ubuntu 14.04
Apache 2.4
MySQL
PHP 5.5.9-1ubuntu4
Picture-App doesnt display the overview.
Viewing pictures from Files-App works.
I get in a interval of a few seconds up to some minutes errors like this:
The text was updated successfully, but these errors were encountered: