Hi Forum!
I’m trying to initialize a fresh instance from files currently stored on a NAS. I managed to perform a rsync from the NAS to our private server with no error and now want ownCloud to scan those new files. The files are stored on an additional hard disk which is mounted in /media/diskext and I’ve created a /oc/data to store the files.
I’ve launched a occ files:scan command, which fails with errors. I don’t understand these errors as the command is ran with the proper admin user for the domain.
What should I check to fix the configuration and scan all files?
Any advice greatly appreciated!
Steps to reproduce
- rsync a complete NAS folder to ownCloud instance on our virtual private server (about 7000 files).
- files are stored on a secondary hard-disk on our serve, in a dedicated folder: /media/diskext/oc/data
- try to scan the new files with occ files:scan command (sudo -u admin_webbca php /var/www/vhosts/bcasmart.com/httpdocs/oc/occ files:scan --all)
Expected behaviour
ownCloud should scan all newly added files.
Actual behaviour
Seems the command cannot get write access to the folders:
Scanning files for 5 users
Starting scan for user 1 out of 5 (admin_jlgarnier)
**Home storage for user admin_jlgarnier not writable**
Make sure you're running the scan command only as the user the web server runs as
Starting scan for user 2 out of 5 (admin_live)
**Exception during scan**: Undefined index: size
#0 /var/www/vhosts/bcasmart.com/httpdocs/oc/lib/private/Files/Cache/Scanner.php(421): OCA\Files\Command\Scan->exceptionErrorHandler(8, 'Undefined index...', '/var/www/vhosts...', 421, Array)
#1 /var/www/vhosts/bcasmart.com/httpdocs/oc/lib/private/Files/Cache/Scanner.php(382): OC\Files\Cache\Scanner->handleChildren('', true, 3, '44', true, 0)
#2 /var/www/vhosts/bcasmart.com/httpdocs/oc/lib/private/Files/Cache/Scanner.php(316): OC\Files\Cache\Scanner->scanChildren('', true, 3, '44', true)
#3 /var/www/vhosts/bcasmart.com/httpdocs/oc/lib/private/Files/Utils/Scanner.php(235): OC\Files\Cache\Scanner->scan('', true, 3)
#4 /var/www/vhosts/bcasmart.com/httpdocs/oc/apps/files/lib/Command/Scan.php(159): OC\Files\Utils\Scanner->scan('/admin_live')
#5 /var/www/vhosts/bcasmart.com/httpdocs/oc/apps/files/lib/Command/Scan.php(228): OCA\Files\Command\Scan->scanFiles('admin_live', '/admin_live', false, Object(Symfony\Component\Console\Output\ConsoleOutput), false)
#6 /var/www/vhosts/bcasmart.com/httpdocs/oc/lib/composer/symfony/console/Command/Command.php(262): OCA\Files\Command\Scan->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/vhosts/bcasmart.com/httpdocs/oc/core/Command/Base.php(159): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/vhosts/bcasmart.com/httpdocs/oc/lib/composer/symfony/console/Application.php(826): OC\Core\Command\Base->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/vhosts/bcasmart.com/httpdocs/oc/lib/composer/symfony/console/Application.php(189): Symfony\Component\Console\Application->doRunCommand(Object(OCA\Files\Command\Scan), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/vhosts/bcasmart.com/httpdocs/oc/lib/composer/symfony/console/Application.php(120): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/vhosts/bcasmart.com/httpdocs/oc/lib/private/Console/Application.php(160): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 /var/www/vhosts/bcasmart.com/httpdocs/oc/console.php(106): OC\Console\Application->run()
#13 /var/www/vhosts/bcasmart.com/httpdocs/oc/occ(11): require_once('/var/www/vhosts...')
#14 {main}
Starting scan for user 3 out of 5 (ccianchi)
Starting scan for user 4 out of 5 (flhermitte)
Starting scan for user 5 out of 5 (jlgarnier)
Home storage for user jlgarnier not writable
Make sure you're running the scan command only as the user the web server runs as
±--------±------±-------------+
| Folders | Files | Elapsed time |
±--------±------±-------------+
| 8 | 8 | 00:00:01 |
±--------±------±-------------+
Server configuration
Ubuntu 16.04.3 LTS
Web server:
Apache 2.4.18
Database:
mySQL 5.7.19
PHP version:
PHP 7.0.22
ownCloud version: (see ownCloud admin page)
ownCloud 10.0.3
Updated from an older ownCloud or fresh install:
Fresh install
Where did you install ownCloud from:
setup-owncloud.php
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 into https://gist.github.com/ and puth the link here.
The content of config/config.php:
{
"system": {
"instanceid": "oct9c3w7wtcx",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"intranet.bcasmart.com"
],
"datadirectory": "\/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/data",
"overwrite.cli.url": "https:\/\/intranet.bcasmart.com",
"dbtype": "mysql",
"version": "10.0.3.3",
"dbname": "ocbcalive",
"dbhost": "localhost:3306",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "UTC",
"installed": true,
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"filelocking.enabled": "true",
"redis": {
"host": "localhost",
"port": 6379,
"timeout": 0,
"dbindex": 0
},
"files_external_allow_create_new_local": true,
"mail_smtpmode": "php",
"mail_smtpsecure": "ssl",
"mail_from_address": "owncloud",
"mail_domain": "bcasmart.com",
"mail_smtpauthtype": "LOGIN",
"mail_smtphost": "mail.bcasmart.com",
"mail_smtpport": "465",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***"
}
}
List of activated apps:
Enabled:
- comments: 0.3.0
- configreport: 0.1.1
- dav: 0.3.0
- federatedfilesharing: 0.3.1
- federation: 0.1.0
- files: 1.5.1
- files_external: 0.7.1
- files_sharing: 0.10.1
- files_trashbin: 0.9.1
- files_versions: 1.3.0
- files_videoplayer: 0.9.8
- firstrunwizard: 1.1
- market: 0.2.2
- notifications: 0.3.1
- provisioning_api: 0.5.0
- systemtags: 0.3.0
- templateeditor: 0.1
- updatenotification: 0.2.1
Disabled: - encryption
- external
- files_antivirus
- theme-example
- user_external
Are you using external storage, if yes which one: local/smb/sftp/…
local: /media/diskext/oc/data
Are you using encryption: yes/no
NO
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/…
NO
Client configuration
Browser:
Chrome (latest version)
Operating system:
Windows 10
Logs
Web server error log
Insert your webserver log here
ownCloud log (data/owncloud.log)
{"reqId":"cav6oIuh7YDvqiyvCxlq","level":3,"time":"2017-10-11T16:24:36+00:00","remoteAddr":"88.179.69.9","user":"--","app":"mysql.setup","method":"POST","url":"\/index.php","message":"Specific user creation failed: An exception occurred while executing 'SELECT user FROM mysql.user WHERE user=?' with params [\"oc_admin_jlgarni\"]:\n\nSQLSTATE[42000]: Syntax error or access violation: 1142 SELECT command denied to user 'admin_oc_live'@'localhost' for table 'user'"}
{"reqId":"cav6oIuh7YDvqiyvCxlq","level":3,"time":"2017-10-11T16:24:36+00:00","remoteAddr":"88.179.69.9","user":"--","app":"mysql.setup","method":"POST","url":"\/index.php","message":"Database creation failed: An exception occurred while executing 'CREATE DATABASE IF NOT EXISTS `oc_bca_live` CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;':\n\nSQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'admin_oc_live'@'%' to database 'oc_bca_live'"}
{"reqId":"ik5VHlhlqVuyxT0Bxt8v","level":3,"time":"2017-10-11T16:26:03+00:00","remoteAddr":"88.179.69.9","user":"--","app":"mysql.setup","method":"POST","url":"\/index.php","message":"Database creation failed: An exception occurred while executing 'CREATE DATABASE IF NOT EXISTS `oc_bca_live` CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;':\n\nSQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'admin_oc_live'@'%' to database 'oc_bca_live'"}
{"reqId":"zFOerF1EjVjDnjyGw5h4","level":3,"time":"2017-10-11T16:35:05+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"GET","url":"\/index.php\/settings\/admin?sectionid=general","message":"opendir(\/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/themes): failed to open dir: No such file or directory at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/apps\/templateeditor\/lib\/mailtemplate.php#155"}
{"reqId":"pvHC3BbF2lrilIVjQLEB","level":3,"time":"2017-10-11T16:38:52+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"GET","url":"\/index.php\/apps\/templateeditor\/settings\/mailtemplate?theme=&template=core%2Ftemplates%2Flostpassword%2Femail.php","message":"opendir(\/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/themes): failed to open dir: No such file or directory at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/apps\/templateeditor\/lib\/mailtemplate.php#155"}
{"reqId":"5Mw8M4pXniBSAFLaAhou","level":3,"time":"2017-10-11T16:40:52+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"GET","url":"\/index.php\/settings\/admin?sectionid=general","message":"opendir(\/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/themes): failed to open dir: No such file or directory at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/apps\/templateeditor\/lib\/mailtemplate.php#155"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#421"}
{"reqId":"Rmvut9EqALXf1uuLhD2r","level":3,"time":"2017-10-16T06:11:16+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"PROPFIND","url":"\/remote.php\/webdav\/BCA-DATA","message":"Undefined index: size at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/lib\/private\/Files\/Cache\/Scanner.php#424"}
{"reqId":"HI87EgUy7Va9ak8z786z","level":3,"time":"2017-10-16T06:12:21+00:00","remoteAddr":"88.179.69.9","user":"admin_live","app":"PHP","method":"GET","url":"\/index.php\/settings\/admin?sectionid=general","message":"opendir(\/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/themes): failed to open dir: No such file or directory at \/var\/www\/vhosts\/bcasmart.com\/httpdocs\/oc\/apps\/templateeditor\/lib\/mailtemplate.php#155"}