You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Page nearly hangs giving browser message of "script taking too much time". you get list of users at last, but it takes a long time.
Server configuration
Operating system: ubuntu 14.04
Web server: apache 2.4
Database: mysql 5.5
PHP version: 5.5.9
ownCloud version: (see ownCloud admin page) 9.0.2
Updated from an older ownCloud or fresh install:
updated from 8.2 Where did you install ownCloud from:
repositories Signing status (ownCloud 9.0 and above):
Login as admin user into your ownCloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
List of activated apps: documents,calendars,contacts
Are you using external storage, if yes which one: local/smb/sftp/...
NO Are you using encryption: yes/no
NO Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
NO
Steps to reproduce
3.
Expected behaviour
List of users in few seconds
Actual behaviour
Page nearly hangs giving browser message of "script taking too much time". you get list of users at last, but it takes a long time.
Server configuration
Operating system: ubuntu 14.04
Web server: apache 2.4
Database: mysql 5.5
PHP version: 5.5.9
ownCloud version: (see ownCloud admin page) 9.0.2
Updated from an older ownCloud or fresh install:
updated from 8.2
Where did you install ownCloud from:
repositories
Signing status (ownCloud 9.0 and above):
List of activated apps: documents,calendars,contacts
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder
or
Insert your config.php content here
(Without the database password, passwordsalt and secret)
$CONFIG = array (
'instanceid' => 'ocde02dfcbf8',
'passwordsalt' => '*******************************************',
'datadirectory' => '/var/www/owncloud/data',
'dbtype' => 'mysql',
'version' => '9.0.2.2',
'dbname' => 'owncloud',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc',
'dbuser' => 'admin',
'dbpassword' => '_******',
'installed' => true,
'ldapUserCleanupInterval' => 51,
'theme' => 'sict',
'maintenance' => false,
'trusted_domains' =>
array (
0 => 'nuvol.terrassa.upc.edu',
),
'mail_smtpmode' => 'smtp',
'mail_smtphost' => 'relay-ct.upc.edu',
'mail_smtpport' => '25',
'mail_smtptimeout' => 10,
'memcache.distributed' => '\OC\Memcache\Memcached',
'memcache.local' => '\OC\Memcache\Memcached',
'memcached_servers' =>
array (
0 =>
array (
0 => 'localhost',
1 => 11211,
),
),
'share_folder' => '/Shared',
'overwritewebroot' => '/owncloud',
'loglevel' => 2,
'log_rotate_size' => 104857600,
'preview_libreoffice_path' => '/usr/bin/libreoffice',
'mail_from_address' => 'owncloud.terrassa',
'mail_domain' => 'ct.upc.edu',
'secret' => 'XXX',
'overwrite.cli.url' => '/owncloud',
'trashbin_retention_obligation' => 'auto',
'activity_expire_days' => '180',
'updatechecker' => false,
);
Are you using external storage, if yes which one: local/smb/sftp/...
NO
Are you using encryption: yes/no
NO
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
NO
LDAP configuration (delete this part if not used)
The text was updated successfully, but these errors were encountered: