OK after upgrading Owncloud to 10.0.3, it complained that php was outdated (I had 5.4.16) so I managed to upgrade it to 7.1.9. Then all seemed fine until I went to use my cloud and noticed atrocious performance (I was away using the web at that moment so I blamed internet connection for slow performance). Today I am using it locally (on LAN), and I still see performance issues and other problems.
Issues:
When I login I immediately see a yellow tool-tip at the top of the page saying "Problem loading page, reloading in 5 sec" then the contents appears.
Today I had issue when logging in as admin, I was getting "CSRF Check failed -- Access Forbidden". After I rebooted the VPS this issues went away (for now...)
Some files failed to download (Firefox was throwing failed status, or error messages such as "The file could not be saved, because the source file could not be read"
Steps to reproduce
- Upgrade to 10.0.3
Expected behaviour
The above problems should not occur
Actual behaviour
See above
Server configuration
Centos 7.4
Web server:
Server version: Apache/2.4.6 (CentOS)
Server built: Apr 12 2017 21:03:28
Database:
MariaDB (running on remote VPS)
PHP version:
PHP 7.1.9 (cli) (built: Sep 14 2017 19:40:34) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
ownCloud version: (see ownCloud admin page)
10.0.3 Stable
Updated from an older ownCloud or fresh install:
Upgraded
Where did you install ownCloud from:
Centos repo
The content of config/config.php:
<?php $CONFIG = array ( 'instanceid' => 'xxxxxxxxxxxxxxxxxx', 'passwordsalt' => 'xxxxxxxxxxxxxxxxxx', 'trusted_domains' => array ( 0 => 'xxxxxxxxxxxxxxxxxx', 1 => 'xxxxxxxxxxxxxxxxxx', ), 'datadirectory' => '/mnt/data', 'enable_previews' => 'false', 'overwrite.cli.url' => 'https://localhost/', 'dbtype' => 'mysql', 'version' => '10.0.3.3', 'dbname' => 'clouddb', 'dbhost' => 'databaseserver', 'dbtableprefix' => 'oc_', 'dbuser' => 'xxxxxxxxxxxxxxxxxx', 'dbpassword' => 'xxxxxxxxxxxxxxxxxx', 'installed' => true, 'mail_domain' => '@xxxxxx.com', 'mail_from_address' => 'xxxxxxxxxx', 'mail_smtpmode' => 'smtp', 'mail_smtpsecure' => 'tls', 'mail_smtphost' => 'xxxxx.xxxxx.com', 'mail_smtpauthtype' => 'LOGIN', 'mail_smtpauth' => x, 'mail_smtpport' => 'xxx', 'forcessl' => true, 'mail_smtpname' => 'xxxxxxxx@xxxxxxx.com', 'mail_smtppassword' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'loglevel' => 3, 'logfile' => '/var/log/owncloud.log', 'logtimezone' => 'America/Toronto', 'log_rotate_size' => 4194304, 'maintenance' => false, 'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'theme' => '', 'filelocking.enabled' => 'true', 'memcache.local' => '\\OC\\Memcache\\APCu', 'memcache.locking' => '\\OC\\Memcache\\APCu', 'overwriteprotocol' => 'https', 'session_lifetime' => 3600, 'session_keepalive' => false, 'updatechecker' => false, 'trashbin_retention_obligation' => 'auto', );
Are you using external storage, if yes which one: local/smb/sftp/...
yes, NFS mount from a Freenas machine
Are you using encryption: yes/no
No
Are you using an external user-backend, if yes which one:
No
`
Client configuration
Browser:
Firefox 55 & Chrome 44
Operating system:
Linux Mint/Windows 7
Anybody can help me I would appreciate. What I thought would be a quick update is turning to be a lot more extensive that I had expected.
Thanks!