Skip to content
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

Can't access re-shared folder on another owncloud server #15758

Closed
kalletabur opened this issue Apr 20, 2015 · 9 comments
Closed

Can't access re-shared folder on another owncloud server #15758

kalletabur opened this issue Apr 20, 2015 · 9 comments

Comments

@kalletabur
Copy link

Steps to reproduce

  1. Co-worker shares folder with me (editing allowed).
  2. I re-share (re-sharing allowed by admin) this folder with "share link" option (on ownCloud1 server) with edit permission.
  3. Going to re-shared link URL and "Using Add to your ownCloud" and "add remote share" options trying to add this re-shared folder to ownCloud2 server.
  4. Folder is successfully created on ownCloud2 server. Accessing this folder.

Expected behaviour

I can access to this folder and edit/upload/download files on ownCloud2 server (of course also on ownCloud1 server).

Actual behaviour

Accessing re-shared folder gives error message: "Storage not available" (ownCloud2 server).

Server configuration (both owncloud servers identical)

Operating system:
Debian 7.8

Web server:
NGINX (1.2.1-2.2)

Database:
MySQL (5.5.41-0)

PHP version:
PHP (5.4.39-0)

ownCloud version:
ownCloud 8.0.2 (stable)

Updated from an older ownCloud or fresh install:
Updated

List of activated apps:
Activity, Deleted files, External storage support, First Run Wizard, LDAP user and group backend, Mail Template Editor, PDF Viewer, Pictures, Server-side Encryption, Share Files, Text Editor, Versions, Video Viewer

The content of config/config.php:

$CONFIG = array (
  'instanceid' => 'instanceid',
  'passwordsalt' => '',
  'trusted_domains' => 
  array (
    0 => '1.1.1.5',
    1 => 'ocdev',
  ),
  'datadirectory' => '/var/ownclouddata/',
  'dbtype' => 'mysql',
  'version' => '8.0.2.0',
  'dbname' => 'dbname',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'prefix',
  'dbuser' => 'dbuser',
  'dbpassword' => '',
  'installed' => true,
  'ldapIgnoreNamingRules' => false,
  'forcessl' => true,
  'loglevel' => '0',
  'mail_smtpmode' => 'smtp',
  'mail_smtphost' => 'smtphost',
  'mail_smtpport' => '25',
  'logtimezone' => 'Europe',
  'theme' => '',
  'share_folder' => '/Shared',
  'maintenance' => false,
  'preview_libreoffice_path' => '/usr/bin/libreoffice',
  'secret' => '',
  'forceSSLforSubdomains' => false,
);

Are you using external storage, if yes which one: local/smb/sftp/...
owncloud

Are you using encryption: yes/no
yes

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
AD

LDAP configuration (delete this part if not used)

|appid|configkey|configvalue|
|user_ldap|cleanUpJobOffset|600|
|user_ldap|enabled|yes|
|user_ldap|has_memberof_filter_support|1|
|user_ldap|home_folder_naming_rule||
|user_ldap|installed_version|0.5.0|
|user_ldap|last_jpegPhoto_lookup|0|
|user_ldap|ldap_agent_password||
|user_ldap|ldap_attributes_for_group_search||
|user_ldap|ldap_attributes_for_user_search||
|user_ldap|ldap_backup_host||
|user_ldap|ldap_backup_port||
|user_ldap|ldap_base|DC=example,DC=local|
|user_ldap|ldap_base_groups|DC=example,DC=local|
|user_ldap|ldap_base_users|DC=example,DC=local|
|user_ldap|ldap_cache_ttl|600|
|user_ldap|ldap_configuration_active|1|
|user_ldap|ldap_display_name|displayname|
|user_ldap|ldap_dn|CN=Comp-Ownc,OU=COM,OU=Company,DC=example,DC=local|
|user_ldap|ldap_email_attr|mail|
|user_ldap|ldap_experienced_admin|0|
|user_ldap|ldap_expert_username_attr|sAMAccountName|
|user_ldap|ldap_expert_uuid_group_attr||
|user_ldap|ldap_expert_uuid_user_attr||
|user_ldap|ldap_group_display_name|cn|
|user_ldap|ldap_group_filter|(&(|(objectclass=group))(|(cn=Dev)(CN=Comp-Ownc)(cn=Comp-admis)))|
|user_ldap|ldap_group_filter_mode|0|
|user_ldap|ldap_group_member_assoc_attribute|member|
|user_ldap|ldap_groupfilter_groups|Comp-DevComp-Owncloud Comp-admis|
|user_ldap|ldap_groupfilter_objectclass|group|
|user_ldap|ldap_host|dc300|
|user_ldap|ldap_login_filter|(&(&(|(objectclass=person))(|(memberof=CN=Comp-Ownc,OU=DL,OU=Company,DC=example,DC=local)(memberof=CN=Comp-Dev,OU=DL,OU=Company,DC=example,DC=local)(memberof=CN=Comp-admis,OU=DL,OU=Company,DC=example,DC=local)))(samaccountname=%uid))|
|user_ldap|ldap_login_filter_mode|0|
|user_ldap|ldap_loginfilter_attributes||
|user_ldap|ldap_loginfilter_email|0|
|user_ldap|ldap_loginfilter_username|1|
|user_ldap|ldap_nested_groups|0|
|user_ldap|ldap_nocase|1|
|user_ldap|ldap_override_main_server|0|
|user_ldap|ldap_paging_size|500|
|user_ldap|ldap_port|389|
|user_ldap|ldap_quota_attr||
|user_ldap|ldap_quota_def||
|user_ldap|ldap_tls|0|
|user_ldap|ldap_turn_off_cert_check|1|
|user_ldap|ldap_user_filter_mode|1|
|user_ldap|ldap_userfilter_groups||
|user_ldap|ldap_userfilter_objectclass||
|user_ldap|ldap_userlist_filter|(&(|(objectclass=person))(|(memberof=CN=Comp-Ownc,OU=DL,OU=Company,DC=example,DC=local)(memberof=CN=Comp-Dev,OU=DL,OU=Company,DC=example,DC=local)(memberof=CN=Comp-SystemAdministrators,OU=DL,OU=Company,DC=example,DC=local)))|
|user_ldap|ocsid|166061|
|user_ldap|types|authentication|

Client configuration

Browser:
Any (chrome, ff, opera)

Operating system:
Ubuntu 14.04

Logs

Web server error log

Access.log

1.1.1.10 - - [20/Apr/2015:14:50:09 +0000] "GET /index.php/apps/files/ajax/list.php?dir=%2Ftestisiinmidagi&sort=name&sortdirection=asc HTTP/1.1" 200 129 "https://ocdev/index.php/apps/files?dir=%2Ftestisiinmidagi" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:37.0) Gecko/20100101 Firefox/37.0"

Nothing in error.log

ownCloud log (data/owncloud.log)

{"reqId":"2a4541b7bf464835a8d488c2b7514b2e","remoteAddr":"1.1.1.10","app":"files_external","message":"Internal server error","level":3,"time":"2015-04-20T14:50:08+00:00","method":"GET","url":"\/index.php\/apps\/files\/ajax\/list.php?dir=%2Ftestisiinmidagi&sort=name&sortdirection=asc"}
{"reqId":"2a4541b7bf464835a8d488c2b7514b2e","remoteAddr":"1.1.1.10","app":"files","message":"Exception: {\"Message\":\"Sabre\\\\DAV\\\\Exception: Internal server error\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/dav.php(569): OC\\\\Files\\\\Storage\\\\DAV->convertSabreException(Object(Sabre\\\\DAV\\\\Exception))\\n#1 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_sharing\\\/lib\\\/external\\\/storage.php(144): OC\\\\Files\\\\Storage\\\\DAV->hasUpdated('', 1429535853)\\n#2 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(357): OCA\\\\Files_Sharing\\\\External\\\\Storage->hasUpdated('', 1429535853)\\n#3 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/cache\\\/watcher.php(67): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('', 1429535853)\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/view.php(976): OC\\\\Files\\\\Cache\\\\Watcher->checkUpdate('', Array)\\n#5 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/filesystem.php(793): OC\\\\Files\\\\View->getFileInfo('\\\/testisiinmidag...', true)\\n#6 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files\\\/ajax\\\/list.php(12): OC\\\\Files\\\\Filesystem::getFileInfo('\\\/testisiinmidag...')\\n#7 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/route\\\/route.php(135) : runtime-created function(1): require_once('\\\/var\\\/www\\\/ownclo...')\\n#8 [internal function]: __lambda_func(Array)\\n#9 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/route\\\/router.php(250): call_user_func('\\\\x00lambda_725', Array)\\n#10 \\\/var\\\/www\\\/owncloud\\\/lib\\\/base.php(767): OC\\\\Route\\\\Router->match('\\\/apps\\\/files\\\/aja...')\\n#11 \\\/var\\\/www\\\/owncloud\\\/index.php(36): OC::handleRequest()\\n#12 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/dav.php\",\"Line\":594}","level":4,"time":"2015-04-20T14:50:09+00:00","method":"GET","url":"\/index.php\/apps\/files\/ajax\/list.php?dir=%2Ftestisiinmidagi&sort=name&sortdirection=asc"}

@PVince81
Copy link
Contributor

Does it also happen for non-reshared storages ? (a link share from a non-shared folder in ownCloud1 added to ownCloud2)

Is the server on which ownCloud2 is running able to connect to ownCloud1 using it's host name / IP ?

@kalletabur
Copy link
Author

Does it also happen for non-reshared storages ? (a link share from a non-shared folder in ownCloud1 added to ownCloud2)

No, it doesn't happen. If I share something in oC1 server I can add this to oC2 server and access this resource.

Is the server on which ownCloud2 is running able to connect to ownCloud1 using it's host name / IP ?

Yes, oC2 and oC1 can connect, also ping and nslookup are working correctly.

@PVince81
Copy link
Contributor

Ok, thanks for the info. So it is definitely an issue with resharing.

@PVince81
Copy link
Contributor

Similar to #15202 but with different steps

@PVince81
Copy link
Contributor

I followed your steps and was able to reproduce this issue between two v8.0.3 instances.

@PVince81
Copy link
Contributor

I'm getting different errors in the logs though:
This is the owncloud.log of ownCloud2:

{"reqId":"52de55fa0da78b5e76a9754b0787e641","remoteAddr":"192.168.1.3","app":"PHP","message":"Undefined index: {DAV:}getlastmodified at \/var\/www\/html\/owncloud\/lib\/private\/files\/storage\/dav.php#376","level":3,"time":"2015-04-22T09:33:09+00:00"}
{"reqId":"52de55fa0da78b5e76a9754b0787e641","remoteAddr":"192.168.1.3","app":"PHP","message":"Undefined index: {DAV:}getlastmodified at \/var\/www\/html\/owncloud\/lib\/private\/files\/storage\/dav.php#376","level":3,"time":"2015-04-22T09:33:11+00:00"}

And the one from ownCloud 1:

{"reqId":"636f607178551ff41c67fc749742265c","remoteAddr":"192.168.1.36","app":"webdav","message":"Exception: {\"Message\":\"No basic authentication headers were found\",\"Code\":0,\"Trace\":\"#0 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Plugin.php(108): Sabre\\\\DAV\\\\Auth\\\\Backend\\\\AbstractBasic->authenticate(Object(OC_Connector_Sabre_Server), 'ownCloud')\\n#1 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod('PROPFIND', 'DSC_0158.JPG')\\n#2 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(433): call_user_func_array(Array, Array)\\n#3 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(455): Sabre\\\\DAV\\\\Server->broadcastEvent('beforeMethod', Array)\\n#4 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(214): Sabre\\\\DAV\\\\Server->invokeMethod('PROPFIND', 'DSC_0158.JPG')\\n#5 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/apps\\\/files_sharing\\\/publicwebdav.php(73): Sabre\\\\DAV\\\\Server->exec()\\n#6 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/public.php(48): require_once('\\\/srv\\\/www\\\/htdocs...')\\n#7 {main}\",\"File\":\"\\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Backend\\\/AbstractBasic.php\",\"Line\":73}","level":0,"time":"2015-04-22T09:33:07+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"5ce6cbd60cfa6eecf73875fc67842482","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"5ce6cbd60cfa6eecf73875fc67842482","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"5ce6cbd60cfa6eecf73875fc67842482","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: storage_mtime at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#67","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"5ce6cbd60cfa6eecf73875fc67842482","remoteAddr":"192.168.1.36","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path 'files\/DSC_0158.JPG' is not accessible or present !!!","level":0,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"5ce6cbd60cfa6eecf73875fc67842482","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"5ce6cbd60cfa6eecf73875fc67842482","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#378","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"5ce6cbd60cfa6eecf73875fc67842482","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#379","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"5ce6cbd60cfa6eecf73875fc67842482","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#73","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"5ce6cbd60cfa6eecf73875fc67842482","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"5ce6cbd60cfa6eecf73875fc67842482","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"5ce6cbd60cfa6eecf73875fc67842482","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"5ce6cbd60cfa6eecf73875fc67842482","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#99","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"5ce6cbd60cfa6eecf73875fc67842482","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"5ce6cbd60cfa6eecf73875fc67842482","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: etag at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#127","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"767bb9b4464f18d54e2f97c466ba0c01","remoteAddr":"192.168.1.36","app":"webdav","message":"Exception: {\"Message\":\"No basic authentication headers were found\",\"Code\":0,\"Trace\":\"#0 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Plugin.php(108): Sabre\\\\DAV\\\\Auth\\\\Backend\\\\AbstractBasic->authenticate(Object(OC_Connector_Sabre_Server), 'ownCloud')\\n#1 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod('PROPFIND', 'DSC_0158.JPG')\\n#2 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(433): call_user_func_array(Array, Array)\\n#3 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(455): Sabre\\\\DAV\\\\Server->broadcastEvent('beforeMethod', Array)\\n#4 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(214): Sabre\\\\DAV\\\\Server->invokeMethod('PROPFIND', 'DSC_0158.JPG')\\n#5 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/apps\\\/files_sharing\\\/publicwebdav.php(73): Sabre\\\\DAV\\\\Server->exec()\\n#6 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/public.php(48): require_once('\\\/srv\\\/www\\\/htdocs...')\\n#7 {main}\",\"File\":\"\\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Backend\\\/AbstractBasic.php\",\"Line\":73}","level":0,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4ba548d91ecc6a0e077762414e54aa9c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4ba548d91ecc6a0e077762414e54aa9c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4ba548d91ecc6a0e077762414e54aa9c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: storage_mtime at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#67","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4ba548d91ecc6a0e077762414e54aa9c","remoteAddr":"192.168.1.36","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path 'files\/DSC_0158.JPG' is not accessible or present !!!","level":0,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4ba548d91ecc6a0e077762414e54aa9c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4ba548d91ecc6a0e077762414e54aa9c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#378","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4ba548d91ecc6a0e077762414e54aa9c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#379","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4ba548d91ecc6a0e077762414e54aa9c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#73","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4ba548d91ecc6a0e077762414e54aa9c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4ba548d91ecc6a0e077762414e54aa9c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4ba548d91ecc6a0e077762414e54aa9c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4ba548d91ecc6a0e077762414e54aa9c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#99","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4ba548d91ecc6a0e077762414e54aa9c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4ba548d91ecc6a0e077762414e54aa9c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: etag at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#127","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"b45ac92dec0af9f8141921abeaf60950","remoteAddr":"192.168.1.36","app":"webdav","message":"Exception: {\"Message\":\"No basic authentication headers were found\",\"Code\":0,\"Trace\":\"#0 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Plugin.php(108): Sabre\\\\DAV\\\\Auth\\\\Backend\\\\AbstractBasic->authenticate(Object(OC_Connector_Sabre_Server), 'ownCloud')\\n#1 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod('PROPFIND', 'DSC_0158.JPG')\\n#2 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(433): call_user_func_array(Array, Array)\\n#3 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(455): Sabre\\\\DAV\\\\Server->broadcastEvent('beforeMethod', Array)\\n#4 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(214): Sabre\\\\DAV\\\\Server->invokeMethod('PROPFIND', 'DSC_0158.JPG')\\n#5 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/apps\\\/files_sharing\\\/publicwebdav.php(73): Sabre\\\\DAV\\\\Server->exec()\\n#6 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/public.php(48): require_once('\\\/srv\\\/www\\\/htdocs...')\\n#7 {main}\",\"File\":\"\\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Backend\\\/AbstractBasic.php\",\"Line\":73}","level":0,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"56cdeed704065e2eee80ab7808bd6446","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"56cdeed704065e2eee80ab7808bd6446","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"56cdeed704065e2eee80ab7808bd6446","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: storage_mtime at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#67","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"56cdeed704065e2eee80ab7808bd6446","remoteAddr":"192.168.1.36","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path 'files\/DSC_0158.JPG' is not accessible or present !!!","level":0,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"56cdeed704065e2eee80ab7808bd6446","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"56cdeed704065e2eee80ab7808bd6446","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#378","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"56cdeed704065e2eee80ab7808bd6446","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#379","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"56cdeed704065e2eee80ab7808bd6446","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#73","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"56cdeed704065e2eee80ab7808bd6446","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"56cdeed704065e2eee80ab7808bd6446","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"56cdeed704065e2eee80ab7808bd6446","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"56cdeed704065e2eee80ab7808bd6446","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#99","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"56cdeed704065e2eee80ab7808bd6446","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"56cdeed704065e2eee80ab7808bd6446","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: etag at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#127","level":3,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"78b5fcd0209d88ba2fafdae0e855a8ef","remoteAddr":"192.168.1.36","app":"webdav","message":"Exception: {\"Message\":\"No basic authentication headers were found\",\"Code\":0,\"Trace\":\"#0 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Plugin.php(108): Sabre\\\\DAV\\\\Auth\\\\Backend\\\\AbstractBasic->authenticate(Object(OC_Connector_Sabre_Server), 'ownCloud')\\n#1 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod('PROPFIND', 'DSC_0158.JPG')\\n#2 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(433): call_user_func_array(Array, Array)\\n#3 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(455): Sabre\\\\DAV\\\\Server->broadcastEvent('beforeMethod', Array)\\n#4 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(214): Sabre\\\\DAV\\\\Server->invokeMethod('PROPFIND', 'DSC_0158.JPG')\\n#5 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/apps\\\/files_sharing\\\/publicwebdav.php(73): Sabre\\\\DAV\\\\Server->exec()\\n#6 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/public.php(48): require_once('\\\/srv\\\/www\\\/htdocs...')\\n#7 {main}\",\"File\":\"\\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Backend\\\/AbstractBasic.php\",\"Line\":73}","level":0,"time":"2015-04-22T09:33:08+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"48d70f6a5ebf94750162f44bdd11d1a4","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"48d70f6a5ebf94750162f44bdd11d1a4","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"48d70f6a5ebf94750162f44bdd11d1a4","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: storage_mtime at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#67","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"48d70f6a5ebf94750162f44bdd11d1a4","remoteAddr":"192.168.1.36","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path 'files\/DSC_0158.JPG' is not accessible or present !!!","level":0,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"48d70f6a5ebf94750162f44bdd11d1a4","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"48d70f6a5ebf94750162f44bdd11d1a4","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#378","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"48d70f6a5ebf94750162f44bdd11d1a4","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#379","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"48d70f6a5ebf94750162f44bdd11d1a4","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#73","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"48d70f6a5ebf94750162f44bdd11d1a4","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"48d70f6a5ebf94750162f44bdd11d1a4","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"48d70f6a5ebf94750162f44bdd11d1a4","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"48d70f6a5ebf94750162f44bdd11d1a4","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#99","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"48d70f6a5ebf94750162f44bdd11d1a4","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"48d70f6a5ebf94750162f44bdd11d1a4","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: etag at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#127","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"48d70f6a5ebf94750162f44bdd11d1a4","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mtime at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#141","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"d14ecc8d5ca9136f6e012de3dd5b9a98","remoteAddr":"192.168.1.36","app":"webdav","message":"Exception: {\"Message\":\"No basic authentication headers were found\",\"Code\":0,\"Trace\":\"#0 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Plugin.php(108): Sabre\\\\DAV\\\\Auth\\\\Backend\\\\AbstractBasic->authenticate(Object(OC_Connector_Sabre_Server), 'ownCloud')\\n#1 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod('PROPFIND', 'DSC_0158.JPG')\\n#2 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(433): call_user_func_array(Array, Array)\\n#3 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(455): Sabre\\\\DAV\\\\Server->broadcastEvent('beforeMethod', Array)\\n#4 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(214): Sabre\\\\DAV\\\\Server->invokeMethod('PROPFIND', 'DSC_0158.JPG')\\n#5 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/apps\\\/files_sharing\\\/publicwebdav.php(73): Sabre\\\\DAV\\\\Server->exec()\\n#6 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/public.php(48): require_once('\\\/srv\\\/www\\\/htdocs...')\\n#7 {main}\",\"File\":\"\\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Backend\\\/AbstractBasic.php\",\"Line\":73}","level":0,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4e4d775337f24ae82dce454e051ea722","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4e4d775337f24ae82dce454e051ea722","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4e4d775337f24ae82dce454e051ea722","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: storage_mtime at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#67","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4e4d775337f24ae82dce454e051ea722","remoteAddr":"192.168.1.36","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path 'files\/DSC_0158.JPG' is not accessible or present !!!","level":0,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4e4d775337f24ae82dce454e051ea722","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4e4d775337f24ae82dce454e051ea722","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#378","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4e4d775337f24ae82dce454e051ea722","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#379","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4e4d775337f24ae82dce454e051ea722","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#73","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4e4d775337f24ae82dce454e051ea722","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4e4d775337f24ae82dce454e051ea722","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4e4d775337f24ae82dce454e051ea722","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4e4d775337f24ae82dce454e051ea722","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#99","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4e4d775337f24ae82dce454e051ea722","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4e4d775337f24ae82dce454e051ea722","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: etag at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#127","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"4e4d775337f24ae82dce454e051ea722","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"1fe89a842a652a00a13ade58297ab5d0","remoteAddr":"192.168.1.36","app":"webdav","message":"Exception: {\"Message\":\"No basic authentication headers were found\",\"Code\":0,\"Trace\":\"#0 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Plugin.php(108): Sabre\\\\DAV\\\\Auth\\\\Backend\\\\AbstractBasic->authenticate(Object(OC_Connector_Sabre_Server), 'ownCloud')\\n#1 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod('PROPFIND', 'DSC_0158.JPG')\\n#2 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(433): call_user_func_array(Array, Array)\\n#3 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(455): Sabre\\\\DAV\\\\Server->broadcastEvent('beforeMethod', Array)\\n#4 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(214): Sabre\\\\DAV\\\\Server->invokeMethod('PROPFIND', 'DSC_0158.JPG')\\n#5 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/apps\\\/files_sharing\\\/publicwebdav.php(73): Sabre\\\\DAV\\\\Server->exec()\\n#6 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/public.php(48): require_once('\\\/srv\\\/www\\\/htdocs...')\\n#7 {main}\",\"File\":\"\\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Backend\\\/AbstractBasic.php\",\"Line\":73}","level":0,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"6eb87d1da388df536eaf9381a829f48c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"6eb87d1da388df536eaf9381a829f48c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"6eb87d1da388df536eaf9381a829f48c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: storage_mtime at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#67","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"6eb87d1da388df536eaf9381a829f48c","remoteAddr":"192.168.1.36","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path 'files\/DSC_0158.JPG' is not accessible or present !!!","level":0,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"6eb87d1da388df536eaf9381a829f48c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"6eb87d1da388df536eaf9381a829f48c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#378","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"6eb87d1da388df536eaf9381a829f48c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#379","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"6eb87d1da388df536eaf9381a829f48c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#73","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"6eb87d1da388df536eaf9381a829f48c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"6eb87d1da388df536eaf9381a829f48c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"6eb87d1da388df536eaf9381a829f48c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"6eb87d1da388df536eaf9381a829f48c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#99","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"6eb87d1da388df536eaf9381a829f48c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"6eb87d1da388df536eaf9381a829f48c","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: etag at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#127","level":3,"time":"2015-04-22T09:33:09+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: storage_mtime at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#67","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path 'files\/DSC_0158.JPG' is not accessible or present !!!","level":0,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#378","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#379","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#73","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"fopen(\/srv\/www\/htdocs\/owncloud\/data\/user2\/files\/DSC_0158.JPG): failed to open stream: No such file or directory at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/storage\/local.php#216","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#99","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: etag at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#127","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"3ba208a03b813a267688fff20c666113","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mtime at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#141","level":3,"time":"2015-04-22T09:33:10+00:00","method":"GET","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"2175a9fe0c66252188dce863c0c358d7","remoteAddr":"192.168.1.36","app":"webdav","message":"Exception: {\"Message\":\"No basic authentication headers were found\",\"Code\":0,\"Trace\":\"#0 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Plugin.php(108): Sabre\\\\DAV\\\\Auth\\\\Backend\\\\AbstractBasic->authenticate(Object(OC_Connector_Sabre_Server), 'ownCloud')\\n#1 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod('PROPFIND', 'DSC_0158.JPG')\\n#2 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(433): call_user_func_array(Array, Array)\\n#3 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(455): Sabre\\\\DAV\\\\Server->broadcastEvent('beforeMethod', Array)\\n#4 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(214): Sabre\\\\DAV\\\\Server->invokeMethod('PROPFIND', 'DSC_0158.JPG')\\n#5 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/apps\\\/files_sharing\\\/publicwebdav.php(73): Sabre\\\\DAV\\\\Server->exec()\\n#6 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/public.php(48): require_once('\\\/srv\\\/www\\\/htdocs...')\\n#7 {main}\",\"File\":\"\\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Backend\\\/AbstractBasic.php\",\"Line\":73}","level":0,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"e701785567efa3b9ea3012d99bae8f92","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"e701785567efa3b9ea3012d99bae8f92","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"e701785567efa3b9ea3012d99bae8f92","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: storage_mtime at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#67","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"e701785567efa3b9ea3012d99bae8f92","remoteAddr":"192.168.1.36","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path 'files\/DSC_0158.JPG' is not accessible or present !!!","level":0,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"e701785567efa3b9ea3012d99bae8f92","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"e701785567efa3b9ea3012d99bae8f92","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#378","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"e701785567efa3b9ea3012d99bae8f92","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#379","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"e701785567efa3b9ea3012d99bae8f92","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#73","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"e701785567efa3b9ea3012d99bae8f92","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"e701785567efa3b9ea3012d99bae8f92","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"e701785567efa3b9ea3012d99bae8f92","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"e701785567efa3b9ea3012d99bae8f92","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#99","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"e701785567efa3b9ea3012d99bae8f92","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"e701785567efa3b9ea3012d99bae8f92","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: etag at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#127","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"7e288d6c99ce97c2add05fcf4e73e51c","remoteAddr":"192.168.1.36","app":"webdav","message":"Exception: {\"Message\":\"No basic authentication headers were found\",\"Code\":0,\"Trace\":\"#0 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Plugin.php(108): Sabre\\\\DAV\\\\Auth\\\\Backend\\\\AbstractBasic->authenticate(Object(OC_Connector_Sabre_Server), 'ownCloud')\\n#1 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod('PROPFIND', 'DSC_0158.JPG')\\n#2 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(433): call_user_func_array(Array, Array)\\n#3 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(455): Sabre\\\\DAV\\\\Server->broadcastEvent('beforeMethod', Array)\\n#4 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(214): Sabre\\\\DAV\\\\Server->invokeMethod('PROPFIND', 'DSC_0158.JPG')\\n#5 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/apps\\\/files_sharing\\\/publicwebdav.php(73): Sabre\\\\DAV\\\\Server->exec()\\n#6 \\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/public.php(48): require_once('\\\/srv\\\/www\\\/htdocs...')\\n#7 {main}\",\"File\":\"\\\/srv\\\/www\\\/htdocs\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Backend\\\/AbstractBasic.php\",\"Line\":73}","level":0,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"8f434746ee92fffe174f5c1d18e64917","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"8f434746ee92fffe174f5c1d18e64917","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"8f434746ee92fffe174f5c1d18e64917","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: storage_mtime at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#67","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"8f434746ee92fffe174f5c1d18e64917","remoteAddr":"192.168.1.36","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path 'files\/DSC_0158.JPG' is not accessible or present !!!","level":0,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"8f434746ee92fffe174f5c1d18e64917","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"8f434746ee92fffe174f5c1d18e64917","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#378","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"8f434746ee92fffe174f5c1d18e64917","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/cache.php#379","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"8f434746ee92fffe174f5c1d18e64917","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/cache\/watcher.php#73","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"8f434746ee92fffe174f5c1d18e64917","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"8f434746ee92fffe174f5c1d18e64917","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: permissions at \/srv\/www\/htdocs\/owncloud\/apps\/files_sharing\/lib\/readonlycache.php#16","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"8f434746ee92fffe174f5c1d18e64917","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"8f434746ee92fffe174f5c1d18e64917","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: fileid at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#99","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"8f434746ee92fffe174f5c1d18e64917","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mimetype at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#106","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"8f434746ee92fffe174f5c1d18e64917","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: etag at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#127","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}
{"reqId":"8f434746ee92fffe174f5c1d18e64917","remoteAddr":"192.168.1.36","app":"PHP","message":"Undefined index: mtime at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/fileinfo.php#141","level":3,"time":"2015-04-22T09:33:10+00:00","method":"PROPFIND","url":"\/owncloud\/public.php\/webdav\/DSC_0158.JPG"}

I'll try and debug a bit.

@PVince81
Copy link
Contributor

Looks like fopen() of the file failed on ownCloud1. Digging further...

@PVince81
Copy link
Contributor

This PR should fix it: #15814

@PVince81
Copy link
Contributor

Fixed by #15814

@MorrisJobke MorrisJobke added this to the 7.0.6-current-maintenance milestone May 8, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Aug 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants