Code Monkey home page Code Monkey logo

news's Introduction

Nextcloud News app

Release status Integration Tests Frontend tests Code coverage

The News app is an RSS/Atom feed aggregator. It offers a RESTful API for app developers. The source code is available on GitHub

Documentation

The documentation can be found here, the source of the documentation is on GitHub

Common Guides

There are some small guides for dealing with common setup and issues.

Bugs

Please read the appropriate section in the contributing notices

Updating Notices

To receive notifications when a new News app version was released, simply add the following Atom feed in your currently installed News app:

https://github.com/nextcloud/news/releases.atom

Screenshots

Maintainers

Special thanks to the Feed-IO library

Please consider donating to the developer of the RSS parser that powers the Nextcloud News App: https://github.com/sponsors/alexdebril

news's People

Contributors

anoymouserver avatar aureliendvd avatar bastei avatar bernhardposselt avatar brummbq avatar cosenal avatar danopz avatar david-development avatar deepdiver1975 avatar dependabot[bot] avatar devlinjunker avatar grotax avatar ibboard avatar icewind1991 avatar igora100 avatar jancborchardt avatar lukasreschke avatar mnassabain avatar morrisjobke avatar nextcloud-bot avatar powerpaul17 avatar rakekniven avatar rhyst avatar schaal avatar skjnldsv avatar smillerdev avatar sonologic avatar sub avatar tucker-m avatar valdnet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

news's Issues

Feeds doesn't update

IMPORTANT

Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)

Explain the Problem

What problem did you encounter?
When i add a feed, the feed add correctly and was updated. But after nothing. Cron is working and "r" doesn't work.

Steps to Reproduce

Explain what you did to encounter the issue

  1. Installed News 8.8.3
  2. Add a feed
  3. Wait for refresh

System Information

  • News app version: 8.8.3
  • Nextcloud version: 9.0.53
  • PHP version: 5.6
  • Database and version: MariaDB
  • Browser and version: Firefox 47.0.1
  • Distribution and version: DSM 6.0.1-7393 Update 2 (Synology)

Contents of nextcloud/data/nextcloud.log

Paste output here

Contents of Browser Error Console

Read http://ggnome.com/wiki/Using_The_Browser_Error_Console if you are unsure what to put here


Paste output here

Comaptibility issue with NC 9.0.51

I use News 8.8.0 on NextCloud 9.0.51. When I try to update to the current version of 9.0.1 I received the following error message:

Die App kann nicht installiert werden, weil sie mit dieser Version von Nextcloud nicht kompatibel ist

regards, hitam4450

PS. Installation on OC 9.1 went without a problem!

scrollbars and wasted space in articles

max-width: 770px in content.css under #app-content .body creates unneeded whitespace and scroll bars. On some articles it cuts the embedded YouTube videos and creates scrollbars:
770_before
removing/commenting the line allows content to fill most of the window:
770_after

Windows 10, 1920x1080 display and Chrome 51

Calling /items/updated API does not honor lastModified

IMPORTANT

Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)

Explain the Problem

What problem did you encounter?

Using the API method /items/updated with a lastModified parameter returns all items, not just updated ones.

Steps to Reproduce

Explain what you did to encounter the issue

  1. Update the News app to 9.0.2
  2. Use the iOS CloudNews client as before
  3. The /items/updated API call now returns all items

System Information

  • News app version: 9.0.2
  • Nextcloud version: ownCloud 9.1
  • PHP version:
  • Database and version:
  • Browser and version:
  • Distribution and version: Ubuntu 15.10

New with 9.0.3?: conflict using php://memory in CURL with open_basedir

IMPORTANT

Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)

Explain the Problem

What problem did you encounter?

I see error log entries in the nexcloud.log with content:

curl_setopt(): open_basedir restriction in effect. File(php://memory) is not within the allowed path(s): ([...snipped...]) at [...snipped...]/apps/news/vendor/fguillot/picofeed/lib/PicoFeed/Client/Curl.php#233

These happen when the system cron job starts cron.php and thus news is also triggered to do some stuff.

I followed several ideas to include 'php://memory' into the path for open_basedir, but none worked, and I found nothing about this problem with any search engine.

When I disable open_basedir errors vanish, but this is not what I want for security reasons.

Steps to Reproduce

Explain what you did to encounter the issue

  1. installed nextcloud/news on nextcloud 10 with cron set to system cron and open_basedir in PHP (7)
  2. scheduled a cron task for cron.php
  3. subscribed to some feed for a user

System Information

  • News app version: 9.0.3
  • Nextcloud version: 10.0 (stable)
  • PHP version: 7.0.9
  • Database and version: mysql 5.5.50
  • Browser and version: n/a
  • Distribution and version: n/a

Contents of nextcloud/data/nextcloud.log

I will update this, when I have more information (just set loglevel to debug)

Paste output here

Contents of Browser Error Console

Read http://ggnome.com/wiki/Using_The_Browser_Error_Console if you are unsure what to put here

curl_setopt(): open_basedir restriction in effect. File(php://memory) is not within the allowed path(s): ([...snipped...]) at [...snipped...]/apps/news/vendor/fguillot/picofeed/lib/PicoFeed/Client/Curl.php#233

Mysql error

Explain the Problem

SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xF0\x9F\x98\x80 \xD0...' for column 'body' at row 1

in owncloud.log

System Information

  • News app version: 9.0.4
  • Nextcloud version: 10.0.1 (stable)
  • PHP version: v7.0.12-1
  • Database and version: mysql 5.7.16

Contents of nextcloud/data/nextcloud.log

owncloud.zip

Feeds get wrongly marked as read

Explain the Problem

Feeds get marked as read but hasn't been read. Just happens in combination with scrolling (see steps to reproduce)

Steps to Reproduce

  1. Read one feed which is quite at the top
  2. Scroll the browser window down to the end of the list. All feeds that get scrolled out of the browser view at the top are marked as read.

System Information

  • News app version: 9.0.4
  • Nextcloud version: 10.0.1
  • PHP version: 7.0.12
  • Database and version: mysql 10.1.18
  • Browser and version: Chrome 54.0.2840.87
  • Distribution and version: ArchLinuxARM

Undefined index: host at apps/news/lib/Db/Feed.php#140

The log file is flooded with the line Β»Undefined index: host at apps/news/lib/Db/Feed.php#140Β«

Replacing the mentioned line 140:

$url = parse_url($this->link)['host'];

by

$url = parse_url($this->link, PHP_URL_HOST);

should avoid the PHP warning.

Add nextcloud planet

On a fresh setup, you can explore "default" news feeds. There is owncloud planet, but shouldn't there be nextcloud planet as well?

Error: this app cannot be enabled because it makes the server unstable

Explain the Problem

What problem did you encounter?

Steps to Reproduce

Explain what you did to encounter the issue

  1. Come from owncloud, migration to nextcloud(using git)
  2. Clone the plugin via git clone
  3. Try to enable it via admin interface. It fails with the error "Error: this app cannot be enabled because it makes the server unstable"
  4. Try to enable it with "occ app:enable news". Get php 500 error : https://s.sevenn.fr/2009tm3gq.png

System Information

  • News app version: 9.0.4
  • Nextcloud version: 10
  • PHP version: 5.6.24
  • Database and version: MariaDB
  • Browser and version: mariadb-server-5.5.50
  • Distribution and version: Debian8

Filter duplicates

IMPORTANT

Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)

Explain the Problem

A same article can be fetched/displayed multiple time:

  • If a blogger has subscribed his blog on two or more planets and I follow these two planets, his article will show twice.
  • If I forget and subscribe to the same feed with both Atom and RSS

Steps to Reproduce

Explain what you did to encounter the issue

  1. Subscribe to http://fedoraplanet.org/atom.xml
  2. Subscribe to http://planet.gnome.org/atom.xml
  3. Wait for sync
  4. 95% chances you have more than one article being fetched/displayed two times

System Information

  • News app version: 9.0.4
  • Nextcloud version: 9.1.0
  • PHP version: 7.0.10
  • Database and version: MariaDB 10.1
  • Browser and version: Firefox 48
  • Distribution and version: Server Arch

Contents of nextcloud/data/nextcloud.log

// Omitted because not irrelevant

Contents of Browser Error Console

Read http://ggnome.com/wiki/Using_The_Browser_Error_Console if you are unsure what to put here


Omitted because not irrelevant

Add option to change feed url

News v9.0.4

Please add an option to change feed url. Currently the only way to change the url is to delete the old one and add the new one. This takes more steps for the user especially if one simply wants to check if the feed url is correct.

Screenshot with images in feed

The current screenshot in the Readme is very bland, just text. How about using a folder, with different feeds and some articles which have pictures in it? :)

[Suggestion] Filtering feeds

Take http://www.zdf.de/ZDFmediathek/rss/760014?view=rss as an example.
Shows are always titled "heute-show vom {date}" and the rest in the feed is additional stuff,
why I would like to filter by title in this case.

Another example would be to filter by author, description, tags, etc.

As the news app acts as a RSS aggregator for other apps, like desktop and mobile clients, such a feature would be useful, in order to pre-sort the feeds for them.

Update/Upgrade to 9.0 with NC 9.0.53 (stable) not possible

Explain the Problem

When i try to update/upgrade at admin panel with update button the system tells me "App cannot be installed, it is not compatible with your used NC version"

System Information

  • News app version: 8.8.0 (installed at NC)
  • Nextcloud version: 9.0.53 (stable)
  • PHP version: 7.02
  • Database and version: mysql 5.5.49-0+deb8u1
  • Browser and version: Chrome & Edge, IE latest @ Win10 pro
  • Distribution and version: Debian 8

Contents of nextcloud/data/nextcloud.log

nothing inside

Contents of Browser Error Console

nothing inside about the error message

nginx upgrade to jessie-backports, no more news :(

IMPORTANT

Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)

Explain the Problem

I upgraded nginx.

Steps to Reproduce

Explain what you did to encounter the issue

  1. upgrade nginx to jesssie-backports version

System Information

  • News app version: 9.0.4
  • Nextcloud version: Nextcloud 10.0.1 (stable)
  • PHP version: PHP 5.6.27-0+deb8u1
  • Database and version: 5.5.52-0+deb8u1
  • Browser and version: Vivaldi 1.5.658.56 (Stable channel) (64-Bit)
  • Distribution and version: raspi2 4.1.19-v7+

Contents of nextcloud/data/nextcloud.log

Exception: {"Exception":"OCP\\Files\\NotFoundException","Message":"\/news\/config\/config.ini","Code":0,"Trace":"#0 \/var\/www\/owncloud\/lib\/private\/Files\/Node\/Folder.php(118): OC\\Files\\Node\\Root->get('\/news\/config\/co...')\n#1 \/var\/www\/owncloud\/apps\/news\/lib\/Config\/Config.php(177): OC\\Files\\Node\\Folder->get('config.ini')\n#2 \/var\/www\/owncloud\/apps\/news\/lib\/Config\/Config.php(126): OCA\\News\\Config\\Config->write('config.ini')\n#3 \/var\/www\/owncloud\/apps\/news\/lib\/AppInfo\/Application.php(106): OCA\\News\\Config\\Config->read('config.ini', true)\n#4 \/var\/www\/owncloud\/3rdparty\/pimple\/pimple\/src\/Pimple\/Container.php(113): OCA\\News\\AppInfo\\Application->OCA\\News\\AppInfo\\{closure}(Object(OC\\AppFramework\\DependencyInjection\\DIContainer))\n#5 \/var\/www\/owncloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php(103): Pimple\\Container->offsetGet('OCA\\\\News\\\\Config...')\n#6 \/var\/www\/owncloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php(65): OC\\AppFramework\\Utility\\SimpleContainer->query('OCA\\\\News\\\\Config...')\n#7 \/var\/www\/owncloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php(84): OC\\AppFramework\\Utility\\SimpleContainer->buildClass(Object(ReflectionClass))\n#8 \/var\/www\/owncloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php(105): OC\\AppFramework\\Utility\\SimpleContainer->resolve('OCA\\\\News\\\\Contro...')\n#9 \/var\/www\/owncloud\/lib\/private\/AppFramework\/App.php(98): OC\\AppFramework\\Utility\\SimpleContainer->query('OCA\\\\News\\\\Contro...')\n#10 \/var\/www\/owncloud\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php(47): OC\\AppFramework\\App::main('PageController', 'index', Object(OC\\AppFramework\\DependencyInjection\\DIContainer), Array)\n#11 [internal function]: OC\\AppFramework\\Routing\\RouteActionHandler->__invoke(Array)\n#12 \/var\/www\/owncloud\/lib\/private\/Route\/Router.php(293): call_user_func(Object(OC\\AppFramework\\Routing\\RouteActionHandler), Array)\n#13 \/var\/www\/owncloud\/lib\/base.php(983): OC\\Route\\Router->match('\/apps\/news\/')\n#14 \/var\/www\/owncloud\/index.php(48): OC::handleRequest()\n#15 {main}","File":"\/var\/www\/owncloud\/lib\/private\/Files\/Node\/Root.php","Line":185}

Contents of Browser Error Console

Read http://ggnome.com/wiki/Using_The_Browser_Error_Console if you are unsure what to put here

Uncaught ReferenceError: oc_appconfig is not defined(…)
DevTools failed to parse SourceMap: https://picloud2.blank.myfritz.net/index.php/apps/news/dist/purify.min.js.map

News Not working on Ubuntu 14.04 and PHP7

Guys, all apologies, I'm cross posting as I'm not sure which git account is the correct one to use (both?). My understanding is that you are going to focus on Nextcloud.

Orginal ticket: owncloud-archive/news#1005

Explain the Problem

Feeds are no longer updating since upgrading to PHP7.

I installed PHP 5.6 as discussed in issue 967 (owncloud-archive/news#967)
Since the PHP5.6 PPA was deprecated, I was forced to do an upgrade to 7.

In the log file I see this line:
Fatal cron Failed to connect to the database: An exception occured in driver: could not find driver

System Information

  • News app version: 8.8.0
  • ownCloud version: Nextcloud 9.0.52 (previous Nextcloud versions affected as well)
  • PHP version:
    php -v
    PHP 7.0.8-3+deb.sury.orgtrusty+1 (cli) ( NTS )
    Copyright (c) 1997-2016 The PHP Group
    Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
    with Zend OPcache v7.0.8-3+deb.sury.org
    trusty+1, Copyright (c) 1999-2016, by Zend Technologies
    with Xdebug v2.4.0, Copyright (c) 2002-2016, by Derick Rethans
  • Database and version: mysql Ver 14.14 Distrib 5.5.49, for debian-linux-gnu (x86_64) using readline 6.3
  • Browser and version: N/A
  • Distribution and version: Ubuntu 14.04

news wont update

IMPORTANT

Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)

Explain the Problem

news dont update the feeds. Cron is working

can it have something to do with Maximum feed page size??

Steps to Reproduce

Explain what you did to encounter the issue

  1. open the app
  2. pres r

System Information

  • News app version: 9.0.1
  • Nextcloud version: 9.1
  • PHP version: 7
  • Database and version:
  • Browser and version: chrome and firefox
  • Distribution and version:

Contents of nextcloud/data/nextcloud.log

{"reqId":"VsG8sU1CdSYADeOhJNUAAAAf","remoteAddr":"131.165.167.161","app":"PHP","message":"touch(): Unable to create file \/home\/hchaased\/public_html\/omnidata\/data\/owncloud.log because No such file or directory at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/log\/owncloud.php#53","level":3,"time":"2016-02-15T11:55:29+00:00"}
{"reqId":"VsG81U1CdSYADeOi3AgAAAAg","remoteAddr":"131.165.167.161","app":"core","message":"Login failed: 'hc' (Remote IP: '131.165.167.161')","level":2,"time":"2016-02-15T11:56:05+00:00"}
{"reqId":"VsG-o01CdSYADe69NIkAAAAV","remoteAddr":"131.165.167.161","app":"index","message":"Exception: {\"Exception\":\"Doctrine\\\\DBAL\\\\Exception\\\\DriverException\",\"Message\":\"An exception occurred while executing 'SELECT \\\"uid\\\", \\\"displayname\\\" FROM \\\"oc_users\\\" WHERE LOWER(\\\"uid\\\") = LOWER(?)' with params [\\\"HC\\\"]:\\n\\nSQLSTATE[HY000]: General error: 17 database schema has changed\",\"Code\":0,\"Trace\":\"#0 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/DBALException.php(116): Doctrine\\\\DBAL\\\\Driver\\\\AbstractSQLiteDriver->convertException('An exception oc...', Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException))\\n#1 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Statement.php(172): Doctrine\\\\DBAL\\\\DBALException::driverExceptionDuringQuery(Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOSqlite\\\\Driver), Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException), 'SELECT \\\"uid\\\", \\\"...', Array)\\n#2 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/db\\\/statementwrapper.php(73): Doctrine\\\\DBAL\\\\Statement->execute(Array)\\n#3 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/user\\\/database.php(211): OC_DB_StatementWrapper->execute(Array)\\n#4 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/user\\\/database.php(258): OC_User_Database->loadUser('HC')\\n#5 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/user\\\/manager.php(133): OC_User_Database->userExists('HC')\\n#6 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/user\\\/session.php(158): OC\\\\User\\\\Manager->get('HC')\\n#7 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/app.php(263): OC\\\\User\\\\Session->getUser()\\n#8 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/app.php(104): OC_App::getEnabledApps()\\n#9 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/user.php(178): OC_App::loadApps(Array)\\n#10 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/base.php(633): OC_User::setupBackends()\\n#11 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/base.php(1081): OC::init()\\n#12 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/index.php(37): require_once('\\\/home\\\/hchaased\\\/...')\\n#13 {main}\",\"File\":\"\\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Driver\\\/AbstractSQLiteDriver.php\",\"Line\":85}","level":3,"time":"2016-02-15T12:08:04+00:00"}
{"reqId":"VsG-sU1CdSYADfCxJy8AAAAH","remoteAddr":"131.165.167.161","app":"PHP","message":"unlink(): No such file or directory at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#357","level":3,"time":"2016-02-15T12:08:19+00:00"}
{"reqId":"VsG-sU1CdSYADfCxJy8AAAAH","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news\/vendor\/bin): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-02-15T12:08:19+00:00"}
{"reqId":"VsG-sU1CdSYADfCxJy8AAAAH","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news\/vendor): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-02-15T12:08:19+00:00"}
{"reqId":"VsG-sU1CdSYADfCxJy8AAAAH","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/\/news): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#361","level":3,"time":"2016-02-15T12:08:19+00:00"}
{"reqId":"VsG-sU1CdSYADfCxJy8AAAAH","remoteAddr":"131.165.167.161","app":"PHP","message":"unlink(): No such file or directory at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#357","level":3,"time":"2016-02-15T12:08:20+00:00"}
{"reqId":"VsG-sU1CdSYADfCxJy8AAAAH","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news\/vendor\/bin): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-02-15T12:08:20+00:00"}
{"reqId":"VsG-sU1CdSYADfCxJy8AAAAH","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news\/vendor): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-02-15T12:08:20+00:00"}
{"reqId":"VsG-sU1CdSYADfCxJy8AAAAH","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-02-15T12:08:20+00:00"}
{"reqId":"VsG-sU1CdSYADfCxJy8AAAAH","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#361","level":3,"time":"2016-02-15T12:08:20+00:00"}
{"reqId":"VsL7XU1CdSYAAqZntn0AAAAK","remoteAddr":"131.165.167.161","app":"core","message":"Login failed: 'hc' (Remote IP: '131.165.167.161')","level":2,"time":"2016-02-16T10:35:09+00:00"}
{"reqId":"VsMK2E1CdSYAAuaotyIAAAAM","remoteAddr":"131.165.167.161","app":"core","message":"Login failed: 'hc' (Remote IP: '131.165.167.161')","level":2,"time":"2016-02-16T11:41:12+00:00"}
{"reqId":"VsMYhU1CdSYAAyz0pCgAAAAN","remoteAddr":"131.165.167.161","app":"core","message":"Login failed: 'hc' (Remote IP: '131.165.167.161')","level":2,"time":"2016-02-16T12:39:33+00:00"}
{"reqId":"VtacyE1CdSYADPIz28gAAAAL","remoteAddr":"87.104.26.132","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-03-02T07:56:56+00:00"}
{"reqId":"VtarR01CdSYADS7@yKwAAAAf","remoteAddr":"94.144.63.90","app":"core","message":"Login failed: 'hc' (Remote IP: '94.144.63.90')","level":2,"time":"2016-03-02T08:58:47+00:00"}
{"reqId":"VvpOrU1CdSYAA8YiYgYAAAAB","remoteAddr":"131.165.167.161","app":"core","message":"Login failed: 'arb' (Remote IP: '131.165.167.161')","level":2,"time":"2016-03-29T09:45:18+00:00"}
{"reqId":"VvpOt01CdSYAA8ceN3YAAAAF","remoteAddr":"131.165.167.161","app":"core","message":"Login failed: 'arb' (Remote IP: '131.165.167.161')","level":2,"time":"2016-03-29T09:45:31+00:00"}
{"reqId":"VvpO4U1CdSYAA8dSL0UAAAAY","remoteAddr":"131.165.167.161","app":"core","message":"Login failed: 'hcarb' (Remote IP: '131.165.167.161')","level":2,"time":"2016-03-29T09:46:09+00:00"}
{"reqId":"Vv0LGk1CdSYAD3SXITAAAAAK","remoteAddr":"131.165.167.161","app":"index","message":"Exception: {\"Exception\":\"OC\\\\NeedsUpdateException\",\"Message\":\"\",\"Code\":0,\"Trace\":\"#0 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/app.php(118): OC_App::loadApp('files')\\n#1 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/util.php(130): OC_App::loadApps(Array)\\n#2 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/base.php(848): OC_Util::setupFS()\\n#3 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/index.php(39): OC::handleRequest()\\n#4 {main}\",\"File\":\"\\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/app.php\",\"Line\":139}","level":3,"time":"2016-03-31T11:33:46+00:00"}
{"reqId":"Vv0LNU1CdSYAD3kNiHUAAAAZ","remoteAddr":"131.165.167.161","app":"core","message":"starting upgrade from 8.2.2.2 to 8.2.3.2","level":0,"time":"2016-03-31T11:34:13+00:00","method":"GET","url":"\/omnidata\/core\/ajax\/update.php?requesttoken=MiVmG0k0fyoIRHkhBjQZBFxpUFY6BmUUdn0kGgo3%3AKlTyyWGEjk8t0pT%2F6X88mD7SANEtBX"}
{"reqId":"Vv0LNU1CdSYAD3kNiHUAAAAZ","remoteAddr":"131.165.167.161","app":"no app in context","message":"Exception: {\"Exception\":\"Symfony\\\\Component\\\\Routing\\\\Exception\\\\RouteNotFoundException\",\"Message\":\"Unable to generate a URL for the named route \\\"calendar_index\\\" as such route does not exist.\",\"Code\":0,\"Trace\":\"#0 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/route\\\/router.php(325): Symfony\\\\Component\\\\Routing\\\\Generator\\\\UrlGenerator->generate('calendar_index', Array, false)\\n#1 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/urlgenerator.php(65): OC\\\\Route\\\\Router->generate('calendar_index', Array)\\n#2 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/helper.php(66): OC\\\\URLGenerator->linkToRoute('calendar_index', Array)\\n#3 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/public\\\/util.php(301): OC_Helper::linkToRoute('calendar_index', Array)\\n#4 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/apps\\\/calendar\\\/appinfo\\\/app.php(25): OCP\\\\Util::linkToRoute('calendar_index')\\n#5 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/app.php(160): require_once('\\\/home\\\/hchaased\\\/...')\\n#6 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/app.php(141): OC_App::requireAppFile('calendar')\\n#7 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/app.php(1171): OC_App::loadApp('calendar', false)\\n#8 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/installer.php(222): OC_App::updateApp('calendar')\\n#9 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/installer.php(252): OC_Installer::updateApp(Array)\\n#10 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/updater.php(509): OC_Installer::updateAppByOCSId('168707')\\n#11 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/updater.php(323): OC\\\\Updater->upgradeAppStoreApps(Array)\\n#12 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/updater.php(205): OC\\\\Updater->doUpgrade('8.2.3.2', '8.2.2.2')\\n#13 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/core\\\/ajax\\\/update.php(111): OC\\\\Updater->upgrade()\\n#14 {main}\",\"File\":\"\\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/symfony\\\/routing\\\/Symfony\\\/Component\\\/Routing\\\/Generator\\\/UrlGenerator.php\",\"Line\":134}","level":3,"time":"2016-03-31T11:34:21+00:00","method":"GET","url":"\/omnidata\/core\/ajax\/update.php?requesttoken=MiVmG0k0fyoIRHkhBjQZBFxpUFY6BmUUdn0kGgo3%3AKlTyyWGEjk8t0pT%2F6X88mD7SANEtBX"}
{"reqId":"Vv0LNU1CdSYAD3kNiHUAAAAZ","remoteAddr":"131.165.167.161","app":"PHP","message":"unlink(): No such file or directory at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#357","level":3,"time":"2016-03-31T11:34:28+00:00","method":"GET","url":"\/omnidata\/core\/ajax\/update.php?requesttoken=MiVmG0k0fyoIRHkhBjQZBFxpUFY6BmUUdn0kGgo3%3AKlTyyWGEjk8t0pT%2F6X88mD7SANEtBX"}
{"reqId":"Vv0LNU1CdSYAD3kNiHUAAAAZ","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_LfIb9L-folder\/news\/vendor\/bin): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:34:28+00:00","method":"GET","url":"\/omnidata\/core\/ajax\/update.php?requesttoken=MiVmG0k0fyoIRHkhBjQZBFxpUFY6BmUUdn0kGgo3%3AKlTyyWGEjk8t0pT%2F6X88mD7SANEtBX"}
{"reqId":"Vv0LNU1CdSYAD3kNiHUAAAAZ","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_LfIb9L-folder\/news\/vendor): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:34:28+00:00","method":"GET","url":"\/omnidata\/core\/ajax\/update.php?requesttoken=MiVmG0k0fyoIRHkhBjQZBFxpUFY6BmUUdn0kGgo3%3AKlTyyWGEjk8t0pT%2F6X88mD7SANEtBX"}
{"reqId":"Vv0LNU1CdSYAD3kNiHUAAAAZ","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_LfIb9L-folder\/\/news): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#361","level":3,"time":"2016-03-31T11:34:28+00:00","method":"GET","url":"\/omnidata\/core\/ajax\/update.php?requesttoken=MiVmG0k0fyoIRHkhBjQZBFxpUFY6BmUUdn0kGgo3%3AKlTyyWGEjk8t0pT%2F6X88mD7SANEtBX"}
{"reqId":"Vv0LNU1CdSYAD3kNiHUAAAAZ","remoteAddr":"131.165.167.161","app":"core","message":"Exception: {\"Exception\":\"Exception\",\"Message\":\"App can't be installed because it is not compatible with this version of ownCloud\",\"Code\":0,\"Trace\":\"#0 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/installer.php(199): OC_Installer::checkAppsIntegrity(Array, '\\\/tmp\\\/oc_tmp_LfI...', '\\\/tmp\\\/oc_tmp_DtT...', false)\\n#1 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/installer.php(252): OC_Installer::updateApp(Array)\\n#2 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/updater.php(509): OC_Installer::updateAppByOCSId('168040')\\n#3 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/updater.php(323): OC\\\\Updater->upgradeAppStoreApps(Array)\\n#4 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/updater.php(205): OC\\\\Updater->doUpgrade('8.2.3.2', '8.2.2.2')\\n#5 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/core\\\/ajax\\\/update.php(111): OC\\\\Updater->upgrade()\\n#6 {main}\",\"File\":\"\\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/installer.php\",\"Line\":350}","level":3,"time":"2016-03-31T11:34:28+00:00","method":"GET","url":"\/omnidata\/core\/ajax\/update.php?requesttoken=MiVmG0k0fyoIRHkhBjQZBFxpUFY6BmUUdn0kGgo3%3AKlTyyWGEjk8t0pT%2F6X88mD7SANEtBX"}
{"reqId":"Vv0LNU1CdSYAD3kNiHUAAAAZ","remoteAddr":"131.165.167.161","app":"PHP","message":"unlink(): No such file or directory at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#357","level":3,"time":"2016-03-31T11:34:34+00:00"}
{"reqId":"Vv0LNU1CdSYAD3kNiHUAAAAZ","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_LfIb9L-folder\/news\/vendor\/bin): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:34:34+00:00"}
{"reqId":"Vv0LNU1CdSYAD3kNiHUAAAAZ","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_LfIb9L-folder\/news\/vendor): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:34:34+00:00"}
{"reqId":"Vv0LNU1CdSYAD3kNiHUAAAAZ","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_LfIb9L-folder\/news): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:34:34+00:00"}
{"reqId":"Vv0LNU1CdSYAD3kNiHUAAAAZ","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_LfIb9L-folder): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#361","level":3,"time":"2016-03-31T11:34:34+00:00"}
{"reqId":"Vv0Lc01CdSYAD3tu55wAAAAA","remoteAddr":"131.165.167.161","app":"PHP","message":"unlink(): No such file or directory at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#357","level":3,"time":"2016-03-31T11:35:15+00:00"}
{"reqId":"Vv0Lc01CdSYAD3tu55wAAAAA","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news\/vendor\/bin): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:35:15+00:00"}
{"reqId":"Vv0Lc01CdSYAD3tu55wAAAAA","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news\/vendor): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:35:15+00:00"}
{"reqId":"Vv0Lc01CdSYAD3tu55wAAAAA","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:35:15+00:00"}
{"reqId":"Vv0Lc01CdSYAD3tu55wAAAAA","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#361","level":3,"time":"2016-03-31T11:35:15+00:00"}
{"reqId":"Vv0Lek1CdSYAD32RCvUAAAAL","remoteAddr":"131.165.167.161","app":"PHP","message":"Array to string conversion at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/template\/functions.php#36","level":3,"time":"2016-03-31T11:35:22+00:00"}
{"reqId":"Vv0Le01CdSYAD36gLN8AAAAc","remoteAddr":"131.165.167.161","app":"PHP","message":"unlink(): No such file or directory at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#357","level":3,"time":"2016-03-31T11:35:24+00:00"}
{"reqId":"Vv0Le01CdSYAD36gLN8AAAAc","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news\/vendor\/bin): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:35:24+00:00"}
{"reqId":"Vv0Le01CdSYAD36gLN8AAAAc","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news\/vendor): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:35:24+00:00"}
{"reqId":"Vv0Le01CdSYAD36gLN8AAAAc","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:35:24+00:00"}
{"reqId":"Vv0Le01CdSYAD36gLN8AAAAc","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#361","level":3,"time":"2016-03-31T11:35:24+00:00"}
{"reqId":"Vv0LoE1CdSYAD32RCv4AAAAL","remoteAddr":"131.165.167.161","app":"PHP","message":"unlink(): No such file or directory at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#357","level":3,"time":"2016-03-31T11:36:01+00:00"}
{"reqId":"Vv0LoE1CdSYAD32RCv4AAAAL","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news\/vendor\/bin): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:01+00:00"}
{"reqId":"Vv0LoE1CdSYAD32RCv4AAAAL","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news\/vendor): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:01+00:00"}
{"reqId":"Vv0LoE1CdSYAD32RCv4AAAAL","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:01+00:00"}
{"reqId":"Vv0LoE1CdSYAD32RCv4AAAAL","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#361","level":3,"time":"2016-03-31T11:36:01+00:00"}
{"reqId":"Vv0Lpk1CdSYAD37TtnMAAAAA","remoteAddr":"131.165.167.161","app":"PHP","message":"unlink(): No such file or directory at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#357","level":3,"time":"2016-03-31T11:36:06+00:00"}
{"reqId":"Vv0Lpk1CdSYAD37TtnMAAAAA","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news\/vendor\/bin): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:06+00:00"}
{"reqId":"Vv0Lpk1CdSYAD37TtnMAAAAA","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news\/vendor): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:06+00:00"}
{"reqId":"Vv0Lpk1CdSYAD37TtnMAAAAA","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder\/news): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:06+00:00"}
{"reqId":"Vv0Lpk1CdSYAD37TtnMAAAAA","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_o9PDX3-folder): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#361","level":3,"time":"2016-03-31T11:36:06+00:00"}
{"reqId":"Vv0LxE1CdSYAD3@iwFQAAAAk","remoteAddr":"131.165.167.161","app":"PHP","message":"unlink(): No such file or directory at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#357","level":3,"time":"2016-03-31T11:36:40+00:00"}
{"reqId":"Vv0LxE1CdSYAD3@iwFQAAAAk","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_I7hZEG-folder\/news\/vendor\/bin): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:40+00:00"}
{"reqId":"Vv0LxE1CdSYAD3@iwFQAAAAk","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_I7hZEG-folder\/news\/vendor): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:40+00:00"}
{"reqId":"Vv0LxE1CdSYAD3@iwFQAAAAk","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_I7hZEG-folder\/\/news): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#361","level":3,"time":"2016-03-31T11:36:40+00:00"}
{"reqId":"Vv0LxE1CdSYAD3@iwFQAAAAk","remoteAddr":"131.165.167.161","app":"PHP","message":"unlink(): No such file or directory at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#357","level":3,"time":"2016-03-31T11:36:40+00:00"}
{"reqId":"Vv0LxE1CdSYAD3@iwFQAAAAk","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_I7hZEG-folder\/news\/vendor\/bin): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:40+00:00"}
{"reqId":"Vv0LxE1CdSYAD3@iwFQAAAAk","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_I7hZEG-folder\/news\/vendor): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:40+00:00"}
{"reqId":"Vv0LxE1CdSYAD3@iwFQAAAAk","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_I7hZEG-folder\/news): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:40+00:00"}
{"reqId":"Vv0LxE1CdSYAD3@iwFQAAAAk","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_I7hZEG-folder): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#361","level":3,"time":"2016-03-31T11:36:40+00:00"}
{"reqId":"Vv0L101CdSYAD3@RAskAAAAO","remoteAddr":"131.165.167.161","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OC\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(456): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/apps\\\/files\\\/appinfo\\\/remote.php(56): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/remote.php(137): require_once('\\\/home\\\/hchaased\\\/...')\\n#6 {main}\",\"File\":\"\\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/connector\\\/sabre\\\/maintenanceplugin.php\",\"Line\":84}","level":4,"time":"2016-03-31T11:36:55+00:00"}
{"reqId":"Vv0L1E1CdSYAD4BEY7QAAAAK","remoteAddr":"131.165.167.161","app":"PHP","message":"unlink(): No such file or directory at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#357","level":3,"time":"2016-03-31T11:36:56+00:00"}
{"reqId":"Vv0L1E1CdSYAD4BEY7QAAAAK","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_NbAxbF-folder\/news\/vendor\/bin): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:56+00:00"}
{"reqId":"Vv0L1E1CdSYAD4BEY7QAAAAK","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_NbAxbF-folder\/news\/vendor): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:56+00:00"}
{"reqId":"Vv0L1E1CdSYAD4BEY7QAAAAK","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_NbAxbF-folder\/\/news): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#361","level":3,"time":"2016-03-31T11:36:56+00:00"}
{"reqId":"Vv0L1E1CdSYAD4BEY7QAAAAK","remoteAddr":"131.165.167.161","app":"PHP","message":"unlink(): No such file or directory at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#357","level":3,"time":"2016-03-31T11:36:56+00:00"}
{"reqId":"Vv0L1E1CdSYAD4BEY7QAAAAK","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_NbAxbF-folder\/news\/vendor\/bin): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:56+00:00"}
{"reqId":"Vv0L1E1CdSYAD4BEY7QAAAAK","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_NbAxbF-folder\/news\/vendor): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:56+00:00"}
{"reqId":"Vv0L1E1CdSYAD4BEY7QAAAAK","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_NbAxbF-folder\/news): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#355","level":3,"time":"2016-03-31T11:36:56+00:00"}
{"reqId":"Vv0L1E1CdSYAD4BEY7QAAAAK","remoteAddr":"131.165.167.161","app":"PHP","message":"rmdir(\/tmp\/oc_tmp_NbAxbF-folder): Directory not empty at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/helper.php#361","level":3,"time":"2016-03-31T11:36:56+00:00"}
{"reqId":"Vv0aSU1CdSYAD85t4hcAAAAD","remoteAddr":"131.165.167.161","app":"PHP","message":"Undefined offset: 3 at \/home\/hchaased\/public_html\/omnidata\/lib\/private\/files\/view.php#265","level":3,"time":"2016-03-31T12:38:33+00:00"}
{"reqId":"VwZMpE1CdSYAAiWZ@9IAAAAZ","remoteAddr":"131.165.167.161","app":"remote","message":"Failed to connect to the database: An exception occurred while executing 'PRAGMA journal_mode = WAL':\n\nSQLSTATE[HY000]: General error: 15 locking protocol","level":4,"time":"2016-04-07T12:04:14+00:00"}
{"reqId":"VwZMwk1CdSYAAiWj9MAAAAAi","remoteAddr":"131.165.167.161","app":"remote","message":"Failed to connect to the database: An exception occurred while executing 'PRAGMA journal_mode = WAL':\n\nSQLSTATE[HY000]: General error: 15 locking protocol","level":4,"time":"2016-04-07T12:04:21+00:00"}
{"reqId":"VwzoTk1CdSYAACcBZyUAAABh","remoteAddr":"131.165.167.161","app":"hook","message":"error while running hook (OCA\\Files_Versions\\Hooks::write_hook): An exception occurred while executing 'INSERT INTO \"oc_filecache\" (\"mimepart\",\"mimetype\",\"mtime\",\"size\",\"etag\",\"storage_mtime\",\"permissions\",\"parent\",\"path_hash\",\"path\",\"name\",\"storage\") SELECT ?,?,?,?,?,?,?,?,?,?,?,?  WHERE NOT EXISTS (SELECT 1 FROM \"oc_filecache\" WHERE \"storage\" = ? AND \"path_hash\" = ?)' with params [\"3\", \"9\", 1460463815, 6241023, \"2ab08f6d957cf29259308b240945cbe9\", 1460463815, 27, \"448\", \"daa782b91e70fffa293e710a3aee47c8\", \"files_versions\\\/HCwiki\\\/HCtw.html.v1460459651\", \"HCtw.html.v1460459651\", \"3\", \"3\", \"daa782b91e70fffa293e710a3aee47c8\"]:\n\nSQLSTATE[HY000]: General error: 5 database is locked","level":3,"time":"2016-04-12T12:24:35+00:00"}
{"reqId":"VwzoTk1CdSYAACcBZyUAAABh","remoteAddr":"131.165.167.161","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 423 \\\"HCwiki\\\/HCtw.html-chunking-1875545192-2-1\\\" is locked\",\"Exception\":\"OC\\\\Connector\\\\Sabre\\\\Exception\\\\FileLocked\",\"Code\":0,\"Trace\":\"#0 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/connector\\\/sabre\\\/file.php(454): OC\\\\Connector\\\\Sabre\\\\File->convertToSabreException(Object(OCP\\\\Lock\\\\LockedException))\\n#1 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/connector\\\/sabre\\\/file.php(101): OC\\\\Connector\\\\Sabre\\\\File->createFileChunked(Resource id #292)\\n#2 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/connector\\\/sabre\\\/directory.php(115): OC\\\\Connector\\\\Sabre\\\\File->put(Resource id #292)\\n#3 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1053): OC\\\\Connector\\\\Sabre\\\\Directory->createFile('HCtw.html-chunk...', Resource id #292)\\n#4 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(513): Sabre\\\\DAV\\\\Server->createFile('HCwiki\\\/HCtw.htm...', Resource id #292, NULL)\\n#5 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#6 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#7 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(469): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#8 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#9 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/apps\\\/files\\\/appinfo\\\/remote.php(56): Sabre\\\\DAV\\\\Server->exec()\\n#10 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/remote.php(137): require_once('\\\/home\\\/hchaased\\\/...')\\n#11 {main}\",\"File\":\"\\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/connector\\\/sabre\\\/file.php\",\"Line\":506}","level":4,"time":"2016-04-12T12:25:36+00:00"}
{"reqId":"VwzoxU1CdSYAACbIhdMAAAAn","remoteAddr":"131.165.167.161","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 423 \\\"HCwiki\\\/HCtw.html-chunking-1875545192-2-1\\\" is locked\",\"Exception\":\"OC\\\\Connector\\\\Sabre\\\\Exception\\\\FileLocked\",\"Code\":0,\"Trace\":\"#0 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/connector\\\/sabre\\\/file.php(454): OC\\\\Connector\\\\Sabre\\\\File->convertToSabreException(Object(OCP\\\\Lock\\\\LockedException))\\n#1 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/connector\\\/sabre\\\/file.php(101): OC\\\\Connector\\\\Sabre\\\\File->createFileChunked(Resource id #292)\\n#2 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/connector\\\/sabre\\\/directory.php(115): OC\\\\Connector\\\\Sabre\\\\File->put(Resource id #292)\\n#3 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1053): OC\\\\Connector\\\\Sabre\\\\Directory->createFile('HCtw.html-chunk...', Resource id #292)\\n#4 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(513): Sabre\\\\DAV\\\\Server->createFile('HCwiki\\\/HCtw.htm...', Resource id #292, NULL)\\n#5 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#6 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#7 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(469): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#8 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#9 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/apps\\\/files\\\/appinfo\\\/remote.php(56): Sabre\\\\DAV\\\\Server->exec()\\n#10 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/remote.php(137): require_once('\\\/home\\\/hchaased\\\/...')\\n#11 {main}\",\"File\":\"\\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/connector\\\/sabre\\\/file.php\",\"Line\":506}","level":4,"time":"2016-04-12T12:27:13+00:00"}
{"reqId":"VwzpRE1CdSYAACom4EgAAAAf","remoteAddr":"131.165.167.161","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 400 expected filesize 997526 got 0\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\BadRequest\",\"Code\":0,\"Trace\":\"#0 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/connector\\\/sabre\\\/file.php(101): OC\\\\Connector\\\\Sabre\\\\File->createFileChunked(Resource id #292)\\n#1 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/connector\\\/sabre\\\/directory.php(115): OC\\\\Connector\\\\Sabre\\\\File->put(Resource id #292)\\n#2 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1053): OC\\\\Connector\\\\Sabre\\\\Directory->createFile('HCtw.html-chunk...', Resource id #292)\\n#3 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(513): Sabre\\\\DAV\\\\Server->createFile('HCwiki\\\/HCtw.htm...', Resource id #292, NULL)\\n#4 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#5 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#6 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(469): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#7 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#8 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/apps\\\/files\\\/appinfo\\\/remote.php(56): Sabre\\\\DAV\\\\Server->exec()\\n#9 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/remote.php(137): require_once('\\\/home\\\/hchaased\\\/...')\\n#10 {main}\",\"File\":\"\\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/connector\\\/sabre\\\/file.php\",\"Line\":381}","level":4,"time":"2016-04-12T12:28:30+00:00"}
{"reqId":"VwzqTU1CdSYAACaTldIAAAAL","remoteAddr":"131.165.167.161","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 423 \\\"HCwiki\\\/HCtw.html-chunking-1875545192-2-1\\\" is locked\",\"Exception\":\"OC\\\\Connector\\\\Sabre\\\\Exception\\\\FileLocked\",\"Code\":0,\"Trace\":\"#0 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1053): OC\\\\Connector\\\\Sabre\\\\Directory->createFile('HCtw.html-chunk...', Resource id #292)\\n#1 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(513): Sabre\\\\DAV\\\\Server->createFile('HCwiki\\\/HCtw.htm...', Resource id #292, NULL)\\n#2 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#3 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#4 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(469): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#5 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#6 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/apps\\\/files\\\/appinfo\\\/remote.php(56): Sabre\\\\DAV\\\\Server->exec()\\n#7 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/remote.php(137): require_once('\\\/home\\\/hchaased\\\/...')\\n#8 {main}\",\"File\":\"\\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/connector\\\/sabre\\\/directory.php\",\"Line\":121}","level":4,"time":"2016-04-12T12:30:14+00:00"}
{"reqId":"Vwzr7k1CdSYAADWjIPQAAACN","remoteAddr":"131.165.167.161","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 Doctrine\\\\DBAL\\\\DBALException: Failed to connect to the database: An exception occurred while executing 'PRAGMA journal_mode = WAL':\\n\\nSQLSTATE[HY000]: General error: 15 locking protocol\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: {closure}(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Object(Closure), Array)\\n#2 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(456): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/remote.php(68): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/remote.php(140): handleException(Object(Doctrine\\\\DBAL\\\\DBALException))\\n#6 {main}\",\"File\":\"\\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/remote.php\",\"Line\":66}","level":4,"time":"2016-04-12T12:37:33+00:00"}
{"reqId":"VyHcuE1CdSYACjlyeUEAAAAO","remoteAddr":"131.165.167.161","app":"index","message":"Exception: {\"Exception\":\"Doctrine\\\\DBAL\\\\Exception\\\\DriverException\",\"Message\":\"An exception occurred while executing 'SELECT \\\"uid\\\", \\\"displayname\\\" FROM \\\"oc_users\\\" WHERE LOWER(\\\"uid\\\") = LOWER(?)' with params [\\\"HC\\\"]:\\n\\nSQLSTATE[HY000]: General error: 17 database schema has changed\",\"Code\":0,\"Trace\":\"#0 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/DBALException.php(116): Doctrine\\\\DBAL\\\\Driver\\\\AbstractSQLiteDriver->convertException('An exception oc...', Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException))\\n#1 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Statement.php(172): Doctrine\\\\DBAL\\\\DBALException::driverExceptionDuringQuery(Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOSqlite\\\\Driver), Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException), 'SELECT \\\"uid\\\", \\\"...', Array)\\n#2 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/db\\\/statementwrapper.php(73): Doctrine\\\\DBAL\\\\Statement->execute(Array)\\n#3 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/user\\\/database.php(211): OC_DB_StatementWrapper->execute(Array)\\n#4 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/user\\\/database.php(258): OC_User_Database->loadUser('HC')\\n#5 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/user\\\/manager.php(133): OC_User_Database->userExists('HC')\\n#6 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/user\\\/session.php(158): OC\\\\User\\\\Manager->get('HC')\\n#7 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/app.php(263): OC\\\\User\\\\Session->getUser()\\n#8 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/app.php(104): OC_App::getEnabledApps()\\n#9 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/user.php(178): OC_App::loadApps(Array)\\n#10 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/base.php(631): OC_User::setupBackends()\\n#11 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/base.php(1079): OC::init()\\n#12 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/index.php(37): require_once('\\\/home\\\/hchaased\\\/...')\\n#13 {main}\",\"File\":\"\\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Driver\\\/AbstractSQLiteDriver.php\",\"Line\":85}","level":3,"time":"2016-04-28T09:49:49+00:00"}
{"reqId":"VyHcuk1CdSYACjj2z6UAAAAJ","remoteAddr":"131.165.167.161","app":"index","message":"Exception: {\"Exception\":\"Doctrine\\\\DBAL\\\\Exception\\\\DriverException\",\"Message\":\"An exception occurred while executing 'SELECT \\\"uid\\\", \\\"displayname\\\" FROM \\\"oc_users\\\" WHERE LOWER(\\\"uid\\\") = LOWER(?)' with params [\\\"HC\\\"]:\\n\\nSQLSTATE[HY000]: General error: 17 database schema has changed\",\"Code\":0,\"Trace\":\"#0 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/DBALException.php(116): Doctrine\\\\DBAL\\\\Driver\\\\AbstractSQLiteDriver->convertException('An exception oc...', Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException))\\n#1 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Statement.php(172): Doctrine\\\\DBAL\\\\DBALException::driverExceptionDuringQuery(Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOSqlite\\\\Driver), Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException), 'SELECT \\\"uid\\\", \\\"...', Array)\\n#2 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/db\\\/statementwrapper.php(73): Doctrine\\\\DBAL\\\\Statement->execute(Array)\\n#3 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/user\\\/database.php(211): OC_DB_StatementWrapper->execute(Array)\\n#4 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/user\\\/database.php(258): OC_User_Database->loadUser('HC')\\n#5 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/user\\\/manager.php(133): OC_User_Database->userExists('HC')\\n#6 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/user\\\/session.php(158): OC\\\\User\\\\Manager->get('HC')\\n#7 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/app.php(263): OC\\\\User\\\\Session->getUser()\\n#8 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/app.php(104): OC_App::getEnabledApps()\\n#9 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/private\\\/user.php(178): OC_App::loadApps(Array)\\n#10 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/base.php(631): OC_User::setupBackends()\\n#11 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/lib\\\/base.php(1079): OC::init()\\n#12 \\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/index.php(37): require_once('\\\/home\\\/hchaased\\\/...')\\n#13 {main}\",\"File\":\"\\\/home\\\/hchaased\\\/public_html\\\/omnidata\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Driver\\\/AbstractSQLiteDriver.php\",\"Line\":85}","level":3,"time":"2016-04-28T09:49:49+00:00"}
{"reqId":"VyHeqk1CdSYACkIVP0IAAAAR","remoteAddr":"131.165.167.161","app":"documents","message":"Pure configuration issue. Missing open office binary that is mandatory for conversion.","level":2,"time":"2016-04-28T09:58:02+00:00"}
{"reqId":"VyHerk1CdSYACkIVP0MAAAAR","remoteAddr":"131.165.167.161","app":"documents","message":"Bad response from Format Filter Server","level":2,"time":"2016-04-28T09:58:06+00:00"}
{"reqId":"VyHs2U1CdSYACns1zZcAAAAi","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T10:58:44+00:00"}
{"reqId":"VyHs5U1CdSYACns1zZgAAAAi","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T10:58:45+00:00"}
{"reqId":"VyHs5U1CdSYACns1zZgAAAAi","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T10:58:47+00:00"}
{"reqId":"VyHs5U1CdSYACns1zZgAAAAi","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T10:58:47+00:00"}
{"reqId":"VyHy5U1CdSYACpOHL3QAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:24:22+00:00"}
{"reqId":"VyHy5k1CdSYACpOHL3UAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:24:23+00:00"}
{"reqId":"VyHy5k1CdSYACpOHL3UAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:24:24+00:00"}
{"reqId":"VyHy5k1CdSYACpOHL3UAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:24:24+00:00"}
{"reqId":"VyHzNk1CdSYACpUnwIsAAAAc","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:25:44+00:00"}
{"reqId":"VyHzOk1CdSYACpUnwIwAAAAc","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:25:46+00:00"}
{"reqId":"VyHzOk1CdSYACpUnwIwAAAAc","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:25:46+00:00"}
{"reqId":"VyHzOk1CdSYACpUnwIwAAAAc","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:25:46+00:00"}
{"reqId":"VyHzTE1CdSYACpU7Zp4AAAAu","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:26:06+00:00"}
{"reqId":"VyHzUE1CdSYACpU7Zp8AAAAu","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:26:09+00:00"}
{"reqId":"VyHzUE1CdSYACpU7Zp8AAAAu","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:26:11+00:00"}
{"reqId":"VyHzUE1CdSYACpU7Zp8AAAAu","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:26:11+00:00"}
{"reqId":"VyH1rk1CdSYACqASe1EAAAAt","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:36:15+00:00"}
{"reqId":"VyH1r01CdSYACqASe1IAAAAt","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:36:16+00:00"}
{"reqId":"VyH1r01CdSYACqASe1IAAAAt","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:36:16+00:00"}
{"reqId":"VyH1r01CdSYACqASe1IAAAAt","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T11:36:16+00:00"}
{"reqId":"VyH7nU1CdSYACrUjc8EAAAAy","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:01:34+00:00"}
{"reqId":"VyH7nU1CdSYACrUjc8EAAAAy","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:01:34+00:00"}
{"reqId":"VyH7oE1CdSYACrUuKwgAAAA9","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:01:37+00:00"}
{"reqId":"VyH7oE1CdSYACrUuKwgAAAA9","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:01:37+00:00"}
{"reqId":"VyH7pU1CdSYACrL7LhwAAAAN","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:01:41+00:00"}
{"reqId":"VyH7pU1CdSYACrL7LhwAAAAN","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:01:41+00:00"}
{"reqId":"VyH7qE1CdSYACrUgd-UAAAAv","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:01:44+00:00"}
{"reqId":"VyH7qE1CdSYACrUgd-UAAAAv","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:01:44+00:00"}
{"reqId":"VyH7rU1CdSYACray2gEAAAAb","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:01:49+00:00"}
{"reqId":"VyH7rU1CdSYACray2gEAAAAb","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:01:49+00:00"}
{"reqId":"VyH7tk1CdSYACrak3Z8AAAAD","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:01:58+00:00"}
{"reqId":"VyH7tk1CdSYACrak3Z8AAAAD","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:01:58+00:00"}
{"reqId":"VyH7uE1CdSYACramDRkAAAAG","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:02:00+00:00"}
{"reqId":"VyH7uE1CdSYACramDRkAAAAG","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:02:00+00:00"}
{"reqId":"VyIBAU1CdSYACtQVC5EAAAAM","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:24:34+00:00"}
{"reqId":"VyIBBE1CdSYACtQVC5IAAAAM","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:24:39+00:00"}
{"reqId":"VyIBBE1CdSYACtQVC5IAAAAM","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:24:39+00:00"}
{"reqId":"VyIBBE1CdSYACtQVC5IAAAAM","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:24:39+00:00"}
{"reqId":"VyIBPU1CdSYACtepazMAAAAk","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:25:58+00:00"}
{"reqId":"VyIBV01CdSYACtepazQAAAAk","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:26:06+00:00"}
{"reqId":"VyIBV01CdSYACtepazQAAAAk","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:26:08+00:00"}
{"reqId":"VyIBV01CdSYACtepazQAAAAk","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T12:26:08+00:00"}
{"reqId":"VyIKYU1CdSYACwF8ZosAAAAX","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T13:04:37+00:00"}
{"reqId":"VyIKZ01CdSYACwF8ZowAAAAX","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T13:04:41+00:00"}
{"reqId":"VyIKZ01CdSYACwF8ZowAAAAX","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T13:04:50+00:00"}
{"reqId":"VyIKZ01CdSYACwF8ZowAAAAX","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T13:04:50+00:00"}
{"reqId":"VyIKg01CdSYACwBQKEsAAAA6","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T13:05:08+00:00"}
{"reqId":"VyIKhU1CdSYACwBQKEwAAAA6","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T13:05:09+00:00"}
{"reqId":"VyIKhU1CdSYACwBQKEwAAAA6","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T13:05:11+00:00"}
{"reqId":"VyIKhU1CdSYACwBQKEwAAAA6","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-04-28T13:05:11+00:00"}
{"reqId":"VyWxqE1CdSYAB7sfeMsAAAAE","remoteAddr":"62.193.63.36","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T07:35:05+00:00"}
{"reqId":"VyWyCU1CdSYAB8W-@L0AAAAC","remoteAddr":"62.193.63.36","app":"OCP\\Share","message":"Sharing backend for search not found","level":3,"time":"2016-05-01T07:36:42+00:00"}
{"reqId":"VyZXIk1CdSYACgw2uQAAAAAm","remoteAddr":"213.174.123.195","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:21:07+00:00"}
{"reqId":"VyZYLE1CdSYACg6GZKkAAAAn","remoteAddr":"213.174.123.194","app":"OCP\\Share","message":"Sharing backend for search not found","level":3,"time":"2016-05-01T19:25:33+00:00"}
{"reqId":"VyZYLU1CdSYACg6GZKoAAAAn","remoteAddr":"213.174.123.194","app":"OCP\\Share","message":"Sharing backend for search not found","level":3,"time":"2016-05-01T19:25:33+00:00"}
{"reqId":"VyZYeE1CdSYAChAycKcAAAAZ","remoteAddr":"213.174.123.194","app":"OCP\\Share","message":"Sharing backend for search not found","level":3,"time":"2016-05-01T19:26:48+00:00"}
{"reqId":"VyZYeU1CdSYAChAycKgAAAAZ","remoteAddr":"213.174.123.194","app":"OCP\\Share","message":"Sharing backend for search not found","level":3,"time":"2016-05-01T19:26:49+00:00"}
{"reqId":"VyZZpU1CdSYAChGHr-sAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:31:50+00:00"}
{"reqId":"VyZZp01CdSYAChGHr-0AAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:31:56+00:00"}
{"reqId":"VyZZrE1CdSYAChGHr-4AAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:31:58+00:00"}
{"reqId":"VyZZrE1CdSYAChGHr-4AAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:31:58+00:00"}
{"reqId":"VyZZsE1CdSYAChGHsAAAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:32:01+00:00"}
{"reqId":"VyZZsU1CdSYAChGHsAIAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:32:06+00:00"}
{"reqId":"VyZZt01CdSYAChGHsAMAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:32:09+00:00"}
{"reqId":"VyZZt01CdSYAChGHsAMAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:32:09+00:00"}
{"reqId":"VyZZuk1CdSYAChGHsAUAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:32:10+00:00"}
{"reqId":"VyZZu01CdSYAChGHsAcAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:32:16+00:00"}
{"reqId":"VyZZwk1CdSYAChGHsAgAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:32:20+00:00"}
{"reqId":"VyZZwk1CdSYAChGHsAgAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:32:20+00:00"}
{"reqId":"VyZZxU1CdSYAChGHsAoAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:32:22+00:00"}
{"reqId":"VyZZxk1CdSYAChGHsAwAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:32:27+00:00"}
{"reqId":"VyZZy01CdSYAChGHsA0AAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:32:29+00:00"}
{"reqId":"VyZZy01CdSYAChGHsA0AAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:32:29+00:00"}
{"reqId":"VyZZzk1CdSYAChGHsA8AAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:32:31+00:00"}
{"reqId":"VyZZz01CdSYAChGHsBEAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:32:36+00:00"}
{"reqId":"VyZZ1E1CdSYAChGHsBIAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:32:37+00:00"}
{"reqId":"VyZZ1E1CdSYAChGHsBIAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:32:38+00:00"}
{"reqId":"VyZZ2E1CdSYAChGHsBQAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:32:40+00:00"}
{"reqId":"VyZZ2U1CdSYAChGHsBYAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:32:46+00:00"}
{"reqId":"VyZZ3k1CdSYAChGHsBcAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:32:48+00:00"}
{"reqId":"VyZZ3k1CdSYAChGHsBcAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:32:48+00:00"}
{"reqId":"VyZZ4k1CdSYAChGHsBkAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:32:50+00:00"}
{"reqId":"VyZaok1CdSYAChgk9@oAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:36:02+00:00"}
{"reqId":"VyZaok1CdSYAChgk9@sAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:36:02+00:00"}
{"reqId":"VyZaok1CdSYAChgk9@sAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:02+00:00"}
{"reqId":"VyZaok1CdSYAChgk9@sAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:02+00:00"}
{"reqId":"VyZaok1CdSYAChgk9@sAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:02+00:00"}
{"reqId":"VyZaok1CdSYAChgk9@sAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:02+00:00"}
{"reqId":"VyZaok1CdSYAChgk9@sAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:02+00:00"}
{"reqId":"VyZaok1CdSYAChgk9@sAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#65","level":3,"time":"2016-05-01T19:36:02+00:00"}
{"reqId":"VyZaok1CdSYAChgk9@sAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:02+00:00"}
{"reqId":"VyZao01CdSYAChgk9@0AAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:36:21+00:00"}
{"reqId":"VyZatU1CdSYAChgk9@4AAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:36:24+00:00"}
{"reqId":"VyZatU1CdSYAChgk9@4AAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:36:25+00:00"}
{"reqId":"VyZauk1CdSYAChgk9-AAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:36:27+00:00"}
{"reqId":"VyZau01CdSYAChgk9-EAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:36:27+00:00"}
{"reqId":"VyZau01CdSYAChgk9-EAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:27+00:00"}
{"reqId":"VyZau01CdSYAChgk9-EAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:27+00:00"}
{"reqId":"VyZau01CdSYAChgk9-EAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:27+00:00"}
{"reqId":"VyZau01CdSYAChgk9-EAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:27+00:00"}
{"reqId":"VyZau01CdSYAChgk9-EAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:27+00:00"}
{"reqId":"VyZau01CdSYAChgk9-EAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#65","level":3,"time":"2016-05-01T19:36:27+00:00"}
{"reqId":"VyZau01CdSYAChgk9-EAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:27+00:00"}
{"reqId":"VyZavE1CdSYAChgk9-MAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:36:35+00:00"}
{"reqId":"VyZaw01CdSYAChgk9-QAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:36:37+00:00"}
{"reqId":"VyZaw01CdSYAChgk9-QAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:36:37+00:00"}
{"reqId":"VyZayE1CdSYAChgk9-YAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:36:41+00:00"}
{"reqId":"VyZayk1CdSYAChgk9-cAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:36:45+00:00"}
{"reqId":"VyZayk1CdSYAChgk9-cAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:45+00:00"}
{"reqId":"VyZayk1CdSYAChgk9-cAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:45+00:00"}
{"reqId":"VyZayk1CdSYAChgk9-cAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:45+00:00"}
{"reqId":"VyZayk1CdSYAChgk9-cAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:45+00:00"}
{"reqId":"VyZayk1CdSYAChgk9-cAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:45+00:00"}
{"reqId":"VyZayk1CdSYAChgk9-cAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#65","level":3,"time":"2016-05-01T19:36:45+00:00"}
{"reqId":"VyZayk1CdSYAChgk9-cAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:45+00:00"}
{"reqId":"VyZazk1CdSYAChgk9-kAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:36:50+00:00"}
{"reqId":"VyZa001CdSYAChgk9-oAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:36:53+00:00"}
{"reqId":"VyZa001CdSYAChgk9-oAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:36:53+00:00"}
{"reqId":"VyZa2E1CdSYAChgk9-wAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:36:56+00:00"}
{"reqId":"VyZa2E1CdSYAChgk9-0AAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:36:57+00:00"}
{"reqId":"VyZa2E1CdSYAChgk9-0AAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:57+00:00"}
{"reqId":"VyZa2E1CdSYAChgk9-0AAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:57+00:00"}
{"reqId":"VyZa2E1CdSYAChgk9-0AAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:57+00:00"}
{"reqId":"VyZa2E1CdSYAChgk9-0AAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:57+00:00"}
{"reqId":"VyZa2E1CdSYAChgk9-0AAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:57+00:00"}
{"reqId":"VyZa2E1CdSYAChgk9-0AAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#65","level":3,"time":"2016-05-01T19:36:57+00:00"}
{"reqId":"VyZa2E1CdSYAChgk9-0AAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:36:57+00:00"}
{"reqId":"VyZa201CdSYAChgk9-8AAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:37:03+00:00"}
{"reqId":"VyZa4E1CdSYAChgk@AAAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:37:06+00:00"}
{"reqId":"VyZa4E1CdSYAChgk@AAAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:37:06+00:00"}
{"reqId":"VyZa5E1CdSYAChgk@AIAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:37:09+00:00"}
{"reqId":"VyZa5U1CdSYAChgk@AMAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:37:09+00:00"}
{"reqId":"VyZa5U1CdSYAChgk@AMAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:37:09+00:00"}
{"reqId":"VyZa5U1CdSYAChgk@AMAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:37:09+00:00"}
{"reqId":"VyZa5U1CdSYAChgk@AMAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:37:09+00:00"}
{"reqId":"VyZa5U1CdSYAChgk@AMAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:37:09+00:00"}
{"reqId":"VyZa5U1CdSYAChgk@AMAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:37:09+00:00"}
{"reqId":"VyZa5U1CdSYAChgk@AMAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#65","level":3,"time":"2016-05-01T19:37:09+00:00"}
{"reqId":"VyZa5U1CdSYAChgk@AMAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:37:09+00:00"}
{"reqId":"VyZa5k1CdSYAChgk@AUAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:37:16+00:00"}
{"reqId":"VyZa7E1CdSYAChgk@AYAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:37:18+00:00"}
{"reqId":"VyZa7E1CdSYAChgk@AYAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:37:18+00:00"}
{"reqId":"VyZa8E1CdSYAChgk@AgAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:37:20+00:00"}
{"reqId":"VyZa8E1CdSYAChgk@AkAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-01T19:37:21+00:00"}
{"reqId":"VyZa8E1CdSYAChgk@AkAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:37:21+00:00"}
{"reqId":"VyZa8E1CdSYAChgk@AkAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:37:21+00:00"}
{"reqId":"VyZa8E1CdSYAChgk@AkAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:37:21+00:00"}
{"reqId":"VyZa8E1CdSYAChgk@AkAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:37:21+00:00"}
{"reqId":"VyZa8E1CdSYAChgk@AkAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:37:21+00:00"}
{"reqId":"VyZa8E1CdSYAChgk@AkAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#65","level":3,"time":"2016-05-01T19:37:21+00:00"}
{"reqId":"VyZa8E1CdSYAChgk@AkAAAAD","remoteAddr":"213.174.123.194","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#63","level":3,"time":"2016-05-01T19:37:21+00:00"}
{"reqId":"VyZa8k1CdSYAChgk@AsAAAAD","remoteAddr":"213.174.123.194","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-01T19:37:30+00:00"}
{"reqId":"VycX-E1CdSYADMXqeEsAAAAg","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T09:03:58+00:00"}
{"reqId":"VycX-01CdSYADMXqeEwAAAAg","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T09:03:59+00:00"}
{"reqId":"VycX-01CdSYADMXqeEwAAAAg","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T09:04:00+00:00"}
{"reqId":"VycX-01CdSYADMXqeEwAAAAg","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T09:04:00+00:00"}
{"reqId":"VycbK01CdSYADNSqH1YAAAAm","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T09:17:32+00:00"}
{"reqId":"VydGQ01CdSYADYDJ9uUAAAAM","remoteAddr":"131.165.167.161","app":"core","message":"Login failed: 'hc' (Remote IP: '131.165.167.161')","level":2,"time":"2016-05-02T12:21:24+00:00"}
{"reqId":"VydH5E1CdSYADY9kzFcAAAAZ","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:28:22+00:00"}
{"reqId":"VydH6U1CdSYADZWaqb0AAAAE","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:28:26+00:00"}
{"reqId":"VydH7U1CdSYADZYdPOIAAAAp","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:28:35+00:00"}
{"reqId":"VydH9U1CdSYADZXCyUAAAAAM","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:28:40+00:00"}
{"reqId":"VydH@01CdSYADZNVfOgAAAAO","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:28:52+00:00"}
{"reqId":"VydICE1CdSYADYczkF0AAAAm","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:29:05+00:00"}
{"reqId":"VydIHU1CdSYADZNXJToAAAAV","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:29:19+00:00"}
{"reqId":"VydIIE1CdSYADZigLFkAAAAW","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:29:22+00:00"}
{"reqId":"VydIJE1CdSYADZigLFsAAAAW","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:29:28+00:00"}
{"reqId":"VydILU1CdSYADZYOmEcAAAAe","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:29:35+00:00"}
{"reqId":"VydIMk1CdSYADZi6LbgAAAAi","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:29:40+00:00"}
{"reqId":"VydIOU1CdSYADZYcp3sAAAAo","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:29:48+00:00"}
{"reqId":"VydIP01CdSYADZkdNB0AAAAA","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:29:53+00:00"}
{"reqId":"VydIRk1CdSYADZYcp34AAAAo","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:29:59+00:00"}
{"reqId":"VydITk1CdSYADZYfyfEAAAAs","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:30:10+00:00"}
{"reqId":"VydIWE1CdSYADZkhdxcAAAAM","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:30:17+00:00"}
{"reqId":"VydIXE1CdSYADZkgXZgAAAAI","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:30:22+00:00"}
{"reqId":"VydIZU1CdSYADZNQsl8AAAAG","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:30:31+00:00"}
{"reqId":"VydIak1CdSYADZtClJcAAAAh","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:30:35+00:00"}
{"reqId":"VydIbk1CdSYADZhTcfIAAAAC","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:30:39+00:00"}
{"reqId":"VydIcU1CdSYADZi7COoAAAAn","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:30:43+00:00"}
{"reqId":"VydIdU1CdSYADZvNmJMAAAAv","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:30:50+00:00"}
{"reqId":"VydIgU1CdSYADZuzrq0AAAAG","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:30:59+00:00"}
{"reqId":"VydIhU1CdSYADZvJnu8AAAAZ","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:31:04+00:00"}
{"reqId":"VydIjk1CdSYADZs-TT8AAAAd","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:31:13+00:00"}
{"reqId":"VydIlE1CdSYADZvh57oAAAA2","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:31:18+00:00"}
{"reqId":"VydImU1CdSYADZYTKZsAAAAj","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:31:23+00:00"}
{"reqId":"VydIoU1CdSYADZs4pYcAAAAS","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:31:31+00:00"}
{"reqId":"VydIqk1CdSYADZvKuJkAAAAr","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:31:40+00:00"}
{"reqId":"VydIrk1CdSYADZvwg-0AAABB","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:31:44+00:00"}
{"reqId":"VydIsk1CdSYADZtB45gAAAAf","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:31:51+00:00"}
{"reqId":"VydIuU1CdSYADZzZJbgAAAAR","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:31:55+00:00"}
{"reqId":"VydIvU1CdSYADZzgdZ8AAAAg","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:32:00+00:00"}
{"reqId":"VydIwk1CdSYADZvwhAAAAABB","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:32:07+00:00"}
{"reqId":"VydI0U1CdSYADZze99QAAAAZ","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:32:19+00:00"}
{"reqId":"VydI2E1CdSYADZvwhAQAAABB","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:32:26+00:00"}
{"reqId":"VydI301CdSYADZ2CvHUAAAAj","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:32:34+00:00"}
{"reqId":"VydI5k1CdSYADZYmvkMAAAAz","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:32:44+00:00"}
{"reqId":"VydI8U1CdSYADZ15QGYAAAAc","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:32:54+00:00"}
{"reqId":"VydI@k1CdSYADZ4hwj0AAAAL","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:33:01+00:00"}
{"reqId":"VydI-k1CdSYADZ1dMKIAAAAS","remoteAddr":"131.165.167.161","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-02T12:33:06+00:00"}
{"reqId":"VydJBE1CdSYADZviy50AAAA3","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:33:11+00:00"}
{"reqId":"VydJCk1CdSYADZ4dmzQAAAAJ","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:33:16+00:00"}
{"reqId":"VydJDU1CdSYADZhTciQAAAAC","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:33:41+00:00"}
{"reqId":"VydJKU1CdSYADZ63NCYAAAAG","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:33:50+00:00"}
{"reqId":"VydJMU1CdSYADZi@iJMAAAAu","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:33:58+00:00"}
{"reqId":"VydJOU1CdSYADZ4nP00AAAAf","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:34:04+00:00"}
{"reqId":"VydJPk1CdSYADZ1dMNQAAAAS","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:34:09+00:00"}
{"reqId":"VydJQ01CdSYADZ80rGQAAAAG","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:34:28+00:00"}
{"reqId":"VydJXU1CdSYADZviy6sAAAA3","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:34:39+00:00"}
{"reqId":"VydJYk1CdSYADZ4p500AAAAl","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:34:45+00:00"}
{"reqId":"VydJaE1CdSYADZ83YC0AAAAI","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:34:51+00:00"}
{"reqId":"VydJb01CdSYADZ15QIUAAAAc","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:34:57+00:00"}
{"reqId":"VydJck1CdSYADZ4rkqkAAAAn","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:35:01+00:00"}
{"reqId":"VydJeE1CdSYADaBGuLsAAAAO","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:35:09+00:00"}
{"reqId":"VydJgU1CdSYADZ4q3YEAAAAm","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:35:14+00:00"}
{"reqId":"VydJhU1CdSYADZ83YDQAAAAI","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:35:20+00:00"}
{"reqId":"VydJik1CdSYADaB1CkwAAAAA","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:35:23+00:00"}
{"reqId":"VydJlE1CdSYADZ15QI4AAAAc","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:35:36+00:00"}
{"reqId":"VydJm01CdSYADaCrHyYAAAAU","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:35:41+00:00"}
{"reqId":"VydJn01CdSYADaDSFKkAAAAM","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:35:44+00:00"}
{"reqId":"VydJo01CdSYADZ9mmU0AAAAD","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:35:49+00:00"}
{"reqId":"VydJp01CdSYADZ9mmU8AAAAD","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:35:53+00:00"}
{"reqId":"VydJq01CdSYADaD9dT8AAAAa","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:35:56+00:00"}
{"reqId":"VydJwU1CdSYADZ9v0xAAAAAN","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:36:20+00:00"}
{"reqId":"VydJ0k1CdSYADaD5e-EAAAAV","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:36:37+00:00"}
{"reqId":"VydJ101CdSYADaG09mwAAAAl","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:36:41+00:00"}
{"reqId":"VydJ201CdSYADaG2PYMAAAAo","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:36:44+00:00"}
{"reqId":"VydJ301CdSYADaGImnUAAAAO","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:36:50+00:00"}
{"reqId":"VydJ5E1CdSYADaD7tL0AAAAW","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:36:53+00:00"}
{"reqId":"VydJ501CdSYADaG@gWoAAAAt","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:36:57+00:00"}
{"reqId":"VydJ6k1CdSYADaG@gWwAAAAt","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:37:00+00:00"}
{"reqId":"VydJ8U1CdSYADaJIB9oAAAAe","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:37:07+00:00"}
{"reqId":"VydJ9U1CdSYADaIiEVUAAAAA","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:37:11+00:00"}
{"reqId":"VydJ@U1CdSYADZ9mmXAAAAAD","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:37:15+00:00"}
{"reqId":"VydJ-U1CdSYADaI55mkAAAAR","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:37:19+00:00"}
{"reqId":"VydKAk1CdSYADaKtu7kAAAAU","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:37:25+00:00"}
{"reqId":"VydKCU1CdSYADZ9mmXMAAAAD","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:37:33+00:00"}
{"reqId":"VydKFE1CdSYADaLoGn0AAAAM","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:37:43+00:00"}
{"reqId":"VydKHE1CdSYADaI55m0AAAAR","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:37:51+00:00"}
{"reqId":"VydKI01CdSYADaKretEAAAAI","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:37:58+00:00"}
{"reqId":"VydKK01CdSYADaL1wIQAAAAa","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:38:06+00:00"}
{"reqId":"VydKNE1CdSYADaJIB@UAAAAe","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:38:20+00:00"}
{"reqId":"VydKQU1CdSYADaLqfYcAAAAS","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:38:30+00:00"}
{"reqId":"VydKSU1CdSYADaJIB@gAAAAe","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:38:38+00:00"}
{"reqId":"VydKVE1CdSYADaMipcEAAAAo","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:38:46+00:00"}
{"reqId":"VydKWU1CdSYADaKnfDEAAAAG","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:38:51+00:00"}
{"reqId":"VydKXU1CdSYADaL2R4cAAAAd","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:38:56+00:00"}
{"reqId":"VydKY01CdSYADaSHn-IAAAAM","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:39:00+00:00"}
{"reqId":"VydKZk1CdSYADaKretsAAAAI","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:39:03+00:00"}
{"reqId":"VydKak1CdSYADaG09oYAAAAl","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:39:12+00:00"}
{"reqId":"VydKck1CdSYADaLrLUYAAAAV","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:39:16+00:00"}
{"reqId":"VydKjk1CdSYADaG1wEsAAAAn","remoteAddr":"131.165.167.161","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/home\/hchaased\/public_html\/omnidata\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2016-05-02T12:39:43+00:00"}
{"reqId":"VydKt01CdSYADaV19AsAAAAM","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:40:25+00:00"}
{"reqId":"VydKu01CdSYADaG1wFEAAAAn","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:40:30+00:00"}
{"reqId":"VydKwE1CdSYADaZG6n4AAAAc","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:40:34+00:00"}
{"reqId":"VydKxE1CdSYADaIiEYIAAAAA","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:40:38+00:00"}
{"reqId":"VydKx01CdSYADaVpZcIAAAAJ","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:40:42+00:00"}
{"reqId":"VydK0U1CdSYADaZFa9wAAAAa","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:40:51+00:00"}
{"reqId":"VydK1E1CdSYADaVlBk0AAAAC","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:40:55+00:00"}
{"reqId":"VydK2U1CdSYADaU4wO0AAAAZ","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:40:59+00:00"}
{"reqId":"VydK3k1CdSYADaU26MkAAAAK","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:41:04+00:00"}
{"reqId":"VydK5E1CdSYADaG1wF0AAAAn","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:41:10+00:00"}
{"reqId":"VydK501CdSYADaZFa@AAAAAa","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:41:13+00:00"}
{"reqId":"VydK601CdSYADaVlBlQAAAAC","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:41:19+00:00"}
{"reqId":"VydK8E1CdSYADaG1wF8AAAAn","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:41:22+00:00"}
{"reqId":"VydK9U1CdSYADafRmU0AAAAN","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:41:27+00:00"}
{"reqId":"VydK@U1CdSYADafLm-kAAAAG","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:41:34+00:00"}
{"reqId":"VydK-01CdSYADaU36MkAAAAX","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:41:37+00:00"}
{"reqId":"VydLA01CdSYADafLm-sAAAAG","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:41:41+00:00"}
{"reqId":"VydLCE1CdSYADafQSgsAAAAL","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:41:47+00:00"}
{"reqId":"VydLD01CdSYADaZG6ogAAAAc","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:41:54+00:00"}
{"reqId":"VydLGU1CdSYADaZHkn8AAAAd","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:42:03+00:00"}
{"reqId":"VydLHk1CdSYADaU26NkAAAAK","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:42:09+00:00"}
{"reqId":"VydLI01CdSYADaVlBloAAAAC","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:42:17+00:00"}
{"reqId":"VydLLk1CdSYADaiBynYAAAAX","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:42:24+00:00"}
{"reqId":"VydLRk1CdSYADaZP6N4AAAAe","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:42:49+00:00"}
{"reqId":"VydLUk1CdSYADaiBynoAAAAX","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:43:01+00:00"}
{"reqId":"VydLcU1CdSYADamLwdYAAAAK","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:43:33+00:00"}
{"reqId":"VydLd01CdSYADaIiEZsAAAAA","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:43:36+00:00"}
{"reqId":"VydLek1CdSYADaZFa-sAAAAa","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:43:40+00:00"}
{"reqId":"VydLgE1CdSYADaV19CgAAAAM","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:43:48+00:00"}
{"reqId":"VydLh01CdSYADaZFa-0AAAAa","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:43:52+00:00"}
{"reqId":"VydLik1CdSYADafQShsAAAAL","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:43:56+00:00"}
{"reqId":"VydLjU1CdSYADahrT0oAAAAN","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:44:05+00:00"}
{"reqId":"VydLm01CdSYADaZP6PAAAAAe","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:44:14+00:00"}
{"reqId":"VydLoU1CdSYADankeU4AAAAU","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:44:19+00:00"}
{"reqId":"VydLpk1CdSYADapRU9YAAAAV","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:44:36+00:00"}
{"reqId":"VydLyk1CdSYADaplXeQAAAAf","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:45:04+00:00"}
{"reqId":"VydL1k1CdSYADaucrCsAAAAh","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:45:12+00:00"}
{"reqId":"VydL3E1CdSYADakJ66cAAAAG","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:45:24+00:00"}
{"reqId":"VydL6E1CdSYADaIiEa8AAAAA","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:45:30+00:00"}
{"reqId":"VydL7E1CdSYADapk65wAAAAd","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:45:35+00:00"}
{"reqId":"VydL8U1CdSYADakJ66kAAAAG","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:45:39+00:00"}
{"reqId":"VydL9E1CdSYADao8gK4AAAAE","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:45:43+00:00"}
{"reqId":"VydMAE1CdSYADaiHrpQAAAAi","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:45:54+00:00"}
{"reqId":"VydMCk1CdSYADapk66AAAAAd","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:46:04+00:00"}
{"reqId":"VydMDU1CdSYADawCo3wAAAAD","remoteAddr":"94.191.188.127","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T12:46:07+00:00"}
{"reqId":"VydeCU1CdSYADfSo-3MAAAAJ","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:02:50+00:00"}
{"reqId":"VydeCU1CdSYADfSo-3MAAAAJ","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:02:50+00:00"}
{"reqId":"VydeEU1CdSYADfVj1qAAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:02:59+00:00"}
{"reqId":"VydeEU1CdSYADfVj1qAAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:02:59+00:00"}
{"reqId":"VydeFE1CdSYADfVj1qEAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:02+00:00"}
{"reqId":"VydeFE1CdSYADfVj1qEAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:02+00:00"}
{"reqId":"VydeF01CdSYADfVj1qIAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:04+00:00"}
{"reqId":"VydeF01CdSYADfVj1qIAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:04+00:00"}
{"reqId":"VydeGU1CdSYADfVj1qMAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:07+00:00"}
{"reqId":"VydeGU1CdSYADfVj1qMAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:07+00:00"}
{"reqId":"VydeHE1CdSYADfVj1qQAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:12+00:00"}
{"reqId":"VydeHE1CdSYADfVj1qQAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:12+00:00"}
{"reqId":"VydeI01CdSYADfVj1qUAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:16+00:00"}
{"reqId":"VydeI01CdSYADfVj1qUAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:16+00:00"}
{"reqId":"VydeKE1CdSYADfVj1qYAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:21+00:00"}
{"reqId":"VydeKE1CdSYADfVj1qYAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:21+00:00"}
{"reqId":"VydeKU1CdSYADfVj1qcAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:28+00:00"}
{"reqId":"VydeKU1CdSYADfVj1qcAAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:28+00:00"}
{"reqId":"VydeNU1CdSYADfSlqgYAAAAA","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:35+00:00"}
{"reqId":"VydeNU1CdSYADfSlqgYAAAAA","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:35+00:00"}
{"reqId":"VydeOU1CdSYADfSlqgcAAAAA","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:38+00:00"}
{"reqId":"VydeOU1CdSYADfSlqgcAAAAA","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:38+00:00"}
{"reqId":"VydeOk1CdSYADfSlqggAAAAA","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:40+00:00"}
{"reqId":"VydeOk1CdSYADfSlqggAAAAA","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:40+00:00"}
{"reqId":"VydePE1CdSYADfSlqgkAAAAA","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:42+00:00"}
{"reqId":"VydePE1CdSYADfSlqgkAAAAA","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:42+00:00"}
{"reqId":"VydeQk1CdSYADfMkc@QAAAAz","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:46+00:00"}
{"reqId":"VydeQk1CdSYADfMkc@QAAAAz","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:46+00:00"}
{"reqId":"VydeQ01CdSYADfMkc@UAAAAz","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:48+00:00"}
{"reqId":"VydeQ01CdSYADfMkc@UAAAAz","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:48+00:00"}
{"reqId":"VydeRU1CdSYADfMkc@YAAAAz","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:50+00:00"}
{"reqId":"VydeRU1CdSYADfMkc@YAAAAz","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:50+00:00"}
{"reqId":"VydeR01CdSYADfMkc@cAAAAz","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:52+00:00"}
{"reqId":"VydeR01CdSYADfMkc@cAAAAz","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:52+00:00"}
{"reqId":"VydeTU1CdSYADfSu07gAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:59+00:00"}
{"reqId":"VydeTU1CdSYADfSu07gAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:03:59+00:00"}
{"reqId":"VydeUE1CdSYADfSu07kAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:02+00:00"}
{"reqId":"VydeUE1CdSYADfSu07kAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:02+00:00"}
{"reqId":"VydeU01CdSYADfSu07oAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:04+00:00"}
{"reqId":"VydeU01CdSYADfSu07oAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:04+00:00"}
{"reqId":"VydeVU1CdSYADfSu07sAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:08+00:00"}
{"reqId":"VydeVU1CdSYADfSu07sAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:08+00:00"}
{"reqId":"VydeWk1CdSYADfSu07wAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:11+00:00"}
{"reqId":"VydeWk1CdSYADfSu07wAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:11+00:00"}
{"reqId":"VydeXU1CdSYADfSu070AAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:15+00:00"}
{"reqId":"VydeXU1CdSYADfSu070AAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:15+00:00"}
{"reqId":"VydeYU1CdSYADfSu074AAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:18+00:00"}
{"reqId":"VydeYU1CdSYADfSu074AAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:18+00:00"}
{"reqId":"VydeYk1CdSYADfSu078AAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:20+00:00"}
{"reqId":"VydeYk1CdSYADfSu078AAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:20+00:00"}
{"reqId":"VydeZU1CdSYADfSu08AAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:24+00:00"}
{"reqId":"VydeZU1CdSYADfSu08AAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:24+00:00"}
{"reqId":"VydeaU1CdSYADfSu08EAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:26+00:00"}
{"reqId":"VydeaU1CdSYADfSu08EAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:26+00:00"}
{"reqId":"VydecU1CdSYADfVj1q4AAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:36+00:00"}
{"reqId":"VydecU1CdSYADfVj1q4AAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:36+00:00"}
{"reqId":"VydeeU1CdSYADfVj1q8AAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:43+00:00"}
{"reqId":"VydeeU1CdSYADfVj1q8AAAAC","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:43+00:00"}
{"reqId":"Vydefk1CdSYADfSu08QAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:48+00:00"}
{"reqId":"Vydefk1CdSYADfSu08QAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:48+00:00"}
{"reqId":"Vydeg01CdSYADfSu08UAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:53+00:00"}
{"reqId":"Vydeg01CdSYADfSu08UAAAAS","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:53+00:00"}
{"reqId":"VydeiE1CdSYADfTBOeYAAAAg","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:57+00:00"}
{"reqId":"VydeiE1CdSYADfTBOeYAAAAg","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:04:57+00:00"}
{"reqId":"Vydeik1CdSYADfTBOecAAAAg","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:05+00:00"}
{"reqId":"Vydeik1CdSYADfTBOecAAAAg","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:05+00:00"}
{"reqId":"Vydel01CdSYADfhvcBIAAAAk","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:13+00:00"}
{"reqId":"Vydel01CdSYADfhvcBIAAAAk","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:13+00:00"}
{"reqId":"Vydemk1CdSYADfhvcBMAAAAk","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:15+00:00"}
{"reqId":"Vydemk1CdSYADfhvcBMAAAAk","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:15+00:00"}
{"reqId":"VydenE1CdSYADfhvcBQAAAAk","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:17+00:00"}
{"reqId":"VydenE1CdSYADfhvcBQAAAAk","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:17+00:00"}
{"reqId":"Vydeq01CdSYADfhvcBUAAAAk","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:32+00:00"}
{"reqId":"Vydeq01CdSYADfhvcBUAAAAk","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:32+00:00"}
{"reqId":"Vydesk1CdSYADfTBOesAAAAg","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:42+00:00"}
{"reqId":"Vydesk1CdSYADfTBOesAAAAg","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:42+00:00"}
{"reqId":"Vydet01CdSYADfTBOewAAAAg","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:46+00:00"}
{"reqId":"Vydet01CdSYADfTBOewAAAAg","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:46+00:00"}
{"reqId":"VydevE1CdSYADfTBOe0AAAAg","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:50+00:00"}
{"reqId":"VydevE1CdSYADfTBOe0AAAAg","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:50+00:00"}
{"reqId":"Vydevk1CdSYADfTBOe4AAAAg","remoteAddr":"131.165.167.161","app":"no app in context","message":"OCA\\Files_Antivirus\\AvirWrapper OCA\\Files_Antivirus\\AvirWrapper::fopen The antivirus executable could not be found at \/usr\/bin\/clamscan","level":2,"time":"2016-05-02T14:05:52+00:00"}
{"reqId":"Vydevk1CdSYADfTBOe4AAAAg","remoteAddr":"131.165.167.

Contents of Browser Error Console

Read http://ggnome.com/wiki/Using_The_Browser_Error_Console if you are unsure what to put here


CustomizableUI:unable to normalize widgetCustomizableUI.jsm:2147
dpff:TypeError: a is undefined
Stack trace:
dpvars.ensureTab@resource://gre/modules/commonjs/toolkit/loader.js -> resource://dpmaxz_ng-at-jetpack/dpff/lib/main.js:1:9485
exports.main/<.onAttach@resource://gre/modules/commonjs/toolkit/loader.js -> resource://dpmaxz_ng-at-jetpack/dpff/lib/main.js:1:10356
emitOnObject@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:112:9
emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:89:38
@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/page-mod.js:178:7
emitOnObject@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:112:9
emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:89:38
emitOnObject@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:123:45
emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:89:38
@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/content/worker.js:154:3
dispatch@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/method/core.js:119:12
@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/page-mod.js:189:3
emitOnObject@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:112:9
emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:89:38
emitOnObject@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:112:9
emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:89:38
emitOnObject@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:123:45
emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:89:38
messageReceived@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/remote/parent.js:96:37
core.js:106
CustomizableUI:unable to normalize widgetCustomizableUI.jsm:2147
saver-handler: Saving wiki with method save through saver tiddlyfox$:/core/modules/utils/logger.js
Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# insteadjquery.min.js:1
unreachable code after return statement[Læs mere]drupdown-ratio.js:8:6
Brug af getPreventDefault() er forældet.  Brug i stedet defaultPrevented.jquery.min.js:5:17117
β€œnsICookieManager.remove()” er Γ¦ndret. Opdater din kode og send de korrekte originAttributes. LΓ¦s mere pΓ₯ MDN: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICookieManagerHTTPS.js:164:6
TypeError: doc.docShell.getInterface is not a functionframeModule.js:296:38
Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# insteadjquery.js:1
intet element fundetlocalhost:19455:1:1
TypeError: win is null
vapi-background.js:367:5
Warning: NetUtil.asyncFetch() requires the channel to have one of the security flags set in the loadinfo (see nsILoadInfo). Please create channel using NetUtil.newChannel()
Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# insteadjquery.js:1
intet element fundetlocalhost:19455:1:1
Content Security Policy: Reglen 'frame-src' er forældet. Brug i stedet reglen 'child-src'.(ukendt)
Warning: NetUtil.asyncFetch() requires the channel to have one of the security flags set in the loadinfo (see nsILoadInfo). Please create channel using NetUtil.newChannel()
JQMIGRATE: Migrate is installed, version 1.4.0jquery-migrate.min.js:2:542
intet element fundetlocalhost:19455:1:1
Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# insteadjquery.js:1
Content Security Policy: Sidens indstillinger blokerede for hentning af ressourcen pΓ₯ self ("script-src https://hc-haase.dk 'unsafe-eval'").news
intet element fundetlocalhost:19455:1:1
IndlΓ¦ser blandet (usikkert) ikke-aktivt indhold fra "http://heltnormalt.dk/img/dolph/2016/06/06.jpg" pΓ₯ en sikker side[LΓ¦s mere]jquery.min.js:3:16221
IndlΓ¦ser blandet (usikkert) ikke-aktivt indhold fra "http://heltnormalt.dk/img/me_and_danielle/2016/06/06.png" pΓ₯ en sikker side[LΓ¦s mere]jquery.min.js:3:16221
IndlΓ¦ser blandet (usikkert) ikke-aktivt indhold fra "http://heltnormalt.dk/img/medgang_modgang/2016/06/05.png" pΓ₯ en sikker side[LΓ¦s mere]jquery.min.js:3:16221
IndlΓ¦ser blandet (usikkert) ikke-aktivt indhold fra "http://heltnormalt.dk/img/medgang_modgang/2016/06/04.png" pΓ₯ en sikker side[LΓ¦s mere]jquery.min.js:3:16221


Large gap on youtube entries

IMPORTANT

Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)

Explain the Problem

What problem did you encounter?

Large gap on youtube feed entries, see image: http://imgur.com/a/BWAe3
Thumbnail or even inline youtube video should be displayed.

Steps to Reproduce

Explain what you did to encounter the issue

  1. Add youtube feed, example: https://www.youtube.com/feeds/videos.xml?channel_id=UC0M0rxSz3IF0CsSour1iWmw
  2. Browse to feed
  3. See large blank area, no thumbnail or video, just a title. Ex.: http://imgur.com/a/BWAe3
  4. Debug console also shows error: Content Security Policy: Directive β€˜frame-src’ has been deprecated. Please use directive β€˜child-src’ instead.

System Information

  • News app version: 9.0.4
  • Nextcloud version: 10.0.1 (beta)
  • PHP version: PHP7.0-FPM
  • Database and version: mysql Ver 14.14 Distrib 5.7.15, for Linux (x86_64) using EditLine wrapper
  • Browser and version: FF49, IE11
  • Distribution and version: Ubuntu 16.04.1

Contents of nextcloud/data/nextcloud.log

No relevant log entries

Contents of Browser Error Console

Read http://ggnome.com/wiki/Using_The_Browser_Error_Console if you are unsure what to put here

Content Security Policy: Directive β€˜frame-src’ has been deprecated. Please use directive β€˜child-src’ instead.(unknown)
Content Security Policy: The page’s settings blocked the loading of a resource at self (β€œscript-src https://host.example.com 'unsafe-eval'”).news:1
JQMIGRATE: Migrate is installed, version 1.4.0

Detect NextCloud/ownCloud Backend

Is there any way to figure out if the backend is based on ownCloud or nextCloud? I'm just wondering since we have an ownCloud Logo in the News Android App it might be nice to have the corresponding nextCloud Logo available as well and change it depending on the backend which is being used.

API: mark multiple items as read fails with internal server error

Explain the Problem

When using the API route /items/read/multiple to mark multiple items as read, the server replies an error 500 (internal server error) and does not mark the articles/items as read. I am sending around 600 item IDs to the server. It seems to work with a few, but not with many. Is there a limit somewhere?

Steps to Reproduce

Explain what you did to encounter the issue

  1. send many item IDs to API route /items/read/multiple
  2. server returns almost instantly error 500

System Information

  • News app version: 9.0.4
  • Nextcloud version: 10.0.1
  • PHP version: 5.6.1
  • Database and version: MariaDB 10.0.27
  • Distribution and version: openSUSE 13.2

Contents of nextcloud/data/nextcloud.log

{"reqId":"VvPxjoCwrpYjYgZJnqvg","remoteAddr":"xxx.xxx.xxx.xxx","app":"index","message":"Exception: {\"Exception\":\"OCP\\\\AppFramework\\\\Db\\\\DoesNotExistException\",\"Message\":\"Did expect one result but found none when executing: query \\\"SELECT `items`.* FROM `*PREFIX*news_items` `items` JOIN `*PREFIX*news_feeds` `feeds` ON `feeds`.`id` = `items`.`feed_id` AND `feeds`.`deleted_at` = 0 AND `feeds`.`user_id` = ? AND `items`.`id` = ? LEFT OUTER JOIN `*PREFIX*news_folders` `folders` ON `folders`.`id` = `feeds`.`folder_id` WHERE `feeds`.`folder_id` = 0 OR `folders`.`deleted_at` = 0 ORDER BY `items`.`id` DESC\\\"; parameters Array\\n(\\n    [0] => buschmann\\n    [1] => 296021\\n)\\n; limit \\\"\\\"; offset \\\"\\\"\",\"Code\":0,\"Trace\":\"#0 \\\/srv\\\/www\\\/nextcloud\\\/lib\\\/public\\\/AppFramework\\\/Db\\\/Mapper.php(373): OCP\\\\AppFramework\\\\Db\\\\Mapper->findOneQuery('SELECT `items`....', Array, NULL, NULL)\\n#1 \\\/srv\\\/www\\\/nextcloud\\\/apps\\\/news\\\/lib\\\/Db\\\/ItemMapper.php(82): OCP\\\\AppFramework\\\\Db\\\\Mapper->findEntity('SELECT `items`....', Array)\\n#2 \\\/srv\\\/www\\\/nextcloud\\\/apps\\\/news\\\/lib\\\/Db\\\/Mysql\\\/ItemMapper.php(68): OCA\\\\News\\\\Db\\\\ItemMapper->find(296021, 'buschmann')\\n#3 \\\/srv\\\/www\\\/nextcloud\\\/apps\\\/news\\\/lib\\\/Service\\\/ItemService.php(151): OCA\\\\News\\\\Db\\\\Mysql\\\\ItemMapper->readItem(296021, true, '147921576514281...', 'buschmann')\\n#4 \\\/srv\\\/www\\\/nextcloud\\\/apps\\\/news\\\/lib\\\/Controller\\\/ItemApiController.php(183): OCA\\\\News\\\\Service\\\\ItemService->read(296021, true, 'buschmann')\\n#5 \\\/srv\\\/www\\\/nextcloud\\\/apps\\\/news\\\/lib\\\/Controller\\\/ItemApiController.php(199): OCA\\\\News\\\\Controller\\\\ItemApiController->setMultipleRead(true, Array)\\n#6 [internal function]: OCA\\\\News\\\\Controller\\\\ItemApiController->readMultiple(Array)\\n#7 \\\/srv\\\/www\\\/nextcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(160): call_user_func_array(Array, Array)\\n#8 \\\/srv\\\/www\\\/nextcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(90): OC\\\\AppFramework\\\\Http\\\\Dispatcher->executeController(Object(OCA\\\\News\\\\Controller\\\\ItemApiController), 'readMultiple')\\n#9 \\\/srv\\\/www\\\/nextcloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(111): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OCA\\\\News\\\\Controller\\\\ItemApiController), 'readMultiple')\\n#10 \\\/srv\\\/www\\\/nextcloud\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('ItemApiControll...', 'readMultiple', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#11 [internal function]: OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#12 \\\/srv\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Route\\\/Router.php(293): call_user_func(Object(OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler), Array)\\n#13 \\\/srv\\\/www\\\/nextcloud\\\/lib\\\/base.php(983): OC\\\\Route\\\\Router->match('\\\/apps\\\/news\\\/api\\\/...')\\n#14 \\\/srv\\\/www\\\/nextcloud\\\/index.php(48): OC::handleRequest()\\n#15 {main}\",\"File\":\"\\\/srv\\\/www\\\/nextcloud\\\/lib\\\/public\\\/AppFramework\\\/Db\\\/Mapper.php\",\"Line\":289}","level":3,"time":"2016-11-15T13:16:05+00:00","method":"PUT","url":"\/index.php\/apps\/news\/api\/v1-2\/items\/read\/multiple","user":"buschmann"}

Apache Logfile


[Tue Nov 15 14:16:05.158552 2016] [php5:error] [pid 3324] [client xxx.xxx.xxx.xxx:53338] PHP Fatal error:  Uncaught exception 'Exception' with message 'Session has been closed - no further changes to the session are allowed' in /srv/www/nextcloud/lib/private/Session/Internal.php:154\nStack trace:\n#0 /srv/www/nextcloud/lib/private/Session/Internal.php(64): OC\\Session\\Internal->validateSession()\n#1 /srv/www/nextcloud/lib/private/Session/CryptoSessionData.php(164): OC\\Session\\Internal->set('encrypted_sessi...', '2074fd435110b52...')\n#2 /srv/www/nextcloud/lib/private/Session/CryptoSessionData.php(67): OC\\Session\\CryptoSessionData->close()\n#3 [internal function]: OC\\Session\\CryptoSessionData->__destruct()\n#4 {main}\n  thrown in /srv/www/nextcloud/lib/private/Session/Internal.php on line 154

Error "ownCloud 9.1 or higher is required."

IMPORTANT

Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)

Explain the Problem

What problem did you encounter?
Can activate News under Nextcloud 9
"ownCloud 9.1 or higher is required."

Steps to Reproduce

Explain what you did to encounter the issue

  1. Update News to last release (9.0.1) from Nextcloud/News repo
  2. Go into app --> desactivated panel
  3. Try to activate News

System Information

  • News app version: 9.0.1
  • Nextcloud version: 9.0.53
  • PHP version: 5.6
  • Database and version: MariaDB
  • Browser and version: Firefox 47.0.1
  • Distribution and version: DSM 6.0.1-7393 Update 2 (Synology)

Contents of nextcloud/data/nextcloud.log

Paste output here

Contents of Browser Error Console

Read http://ggnome.com/wiki/Using_The_Browser_Error_Console if you are unsure what to put here


Paste output here

Support for ARM?

I am currently using owncloud and just upgraded it to 9.1. But I can't enable the news app because it requires 64bit or higher PHP. My owncloud is installed in rpi2. It was working just fine before I upgraded it.

Articles should be ordered by pubdate when saving them to the database

Explain the Problem

The list of entries in a group is not sortable by time. It's possible to sort an individual news feed (e.g. newest on top), but as soon as I click on the group to display all feeds in that group, the order gets mixed up.

Steps to Reproduce

  1. Sort all feeds inside a group to be 'newest first'
  2. View the parent group and notice that the order is mixed up instead of newest first for all feeds inside that group

System Information

  • News app version: 9.0.4
  • Nextcloud version: 10.0.1
  • PHP version: 7.0.12
  • Database and version: mysql 10.1.18
  • Browser and version: Tried with several browsers
  • Distribution and version: ArchLinuxARM

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Question: new API roadmap

Is there some kind of roadmap, schedule or some planned time, when the new API (v2) will be released? I plan to rewrite my ocNews App for SailfishOS and don't want to do double work, when now rewriting for current API and a few weeks later the new API is needed. :)

Feature request: Nested folders

Explain the Problem

I would like to retain my hierarchical news folder layout (coming over from Liferea, as I want my reading status synced between devices), as I have lots of feeds.
A short example of the folder structure I would like to be supported is this:

Technology
    Linux
    General
    Security
Politics
    World
    Local
Entertainment
    Reading

The reason as to why I want this is that this allows me easier control as to what news I want to look at at any given moment (e.g. I may want to look at any given Entertainment news at home, but only at Reading news on mobile).

Steps to Reproduce

Explain what you did to encounter the issue

  1. Install News App
  2. Add some folders
  3. Try to add some folders inside of existing folders

System Information

  • News app version: 10.0.0
  • Nextcloud version: 11.0 beta 2
  • PHP version: 5.6.28
  • Database and version: PostgreSQL 9.6.0
  • Browser and version: Firefox 50
  • Distribution and version: Alpine Linux Edge

Nextcloud feed has "invalid XML"

Explain the Problem

Nextcloud's feed (https://nextcloud.com/blogfeed/) isn't updated - news says that there is an invalid XML.

Steps to Reproduce

Explain what you did to encounter the issue

  1. Add feed - https://nextcloud.com/blogfeed/
  2. It will become red in left pane and will not load feed items
    (May be there is some problem in the feed itself, but Firefox shows it correctly and doesn't complain.)

System Information

  • News app version: 9.0.4
  • Nextcloud version: 10.0.1 (stable)
  • PHP version: 5.6.26+dfsg-0+deb8u1
  • Database and version: MariaDB 10.0.27-0+deb8u1
  • Browser and version: Firefox 49.0.1
  • Distribution and version: Debian 8

Internal Server Error after enabling News

IMPORTANT

Explain the Problem

After messing around with pgsql awhile back (months) I messed something up (sorry not more specific) which resulted in the below whenever I select the 'News' app from the menu or select 'Additional Settings' in the admin pane. My best guess is that I removed the app improperly.

It is entirely my fault but I'm unsure of how to correct this. Thanks for any guidance you can provide.

Internal Server Error

The server encountered an internal error and was unable to complete your request.

Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.

More details can be found in the server log.

Steps to Reproduce

  1. Remove News app following the steps in the ReadMe.
  2. Install latest tar version of nextCloud News from the releases section.
  3. Enable the app

System Information

  • News app version: 9.0.4
  • Nextcloud version: 9.1.0.16
  • PHP version: 7.0.11
  • Database and version: PostgreSQL 9.5.4
  • Browser and version: Firefox 49.01
  • Distribution and version: Arch Linux x64

Contents of nextcloud/data/nextcloud.log

Error   PHP     touch(): Unable to create file /home/nextcloud/news/config/config.ini because No such file or directory at /usr/share/webapps/nextcloud/lib/private/Files/Storage/Local.php#185 

Debug   OC\Files\Cache\Scanner  !!! Path 'news/config/config.ini' is not accessible or present !!! 

Debug   OC\Files\Cache\Scanner  !!! Path 'news/config/config.ini' is not accessible or present !!! 

 Error  index   Exception: {"Exception":"OCP\\Files\\NotFoundException","Message":"\/news\/config\/config.ini","Code":0,"Trace":"#0 \/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Node\/Folder.php(118): OC\\Files\\Node\\Root->get('\/news\/config\/co...')\n#1 \/usr\/share\/webapps\/nextcloud\/apps\/news\/lib\/Config\/Config.php(177): OC\\Files\\Node\\Folder->get('config.ini')\n#2 \/usr\/share\/webapps\/nextcloud\/apps\/news\/lib\/Config\/Config.php(126): OCA\\News\\Config\\Config->write('config.ini')\n#3 \/usr\/share\/webapps\/nextcloud\/apps\/news\/lib\/AppInfo\/Application.php(106): OCA\\News\\Config\\Config->read('config.ini', true)\n#4 \/usr\/share\/webapps\/nextcloud\/3rdparty\/pimple\/pimple\/src\/Pimple\/Container.php(113): OCA\\News\\AppInfo\\Application->OCA\\News\\AppInfo\\{closure}(Object(OC\\AppFramework\\DependencyInjection\\DIContainer))\n#5 \/usr\/share\/webapps\/nextcloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php(103): Pimple\\Container->offsetGet('OCA\\\\News\\\\Config...')\n#6 \/usr\/share\/webapps\/nextcloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php(65): OC\\AppFramework\\Utility\\SimpleContainer->query('OCA\\\\News\\\\Config...')\n#7 \/usr\/share\/webapps\/nextcloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php(84): OC\\AppFramework\\Utility\\SimpleContainer->buildClass(Object(ReflectionClass))\n#8 \/usr\/share\/webapps\/nextcloud\/lib\/private\/AppFramework\/Utility\/SimpleContainer.php(105): OC\\AppFramework\\Utility\\SimpleContainer->resolve('OCA\\\\News\\\\Contro...')\n#9 \/usr\/share\/webapps\/nextcloud\/apps\/news\/admin\/admin.php(21): OC\\AppFramework\\Utility\\SimpleContainer->query('OCA\\\\News\\\\Contro...')\n#10 \/usr\/share\/webapps\/nextcloud\/lib\/private\/legacy\/app.php(759): include('\/usr\/share\/weba...')\n#11 \/usr\/share\/webapps\/nextcloud\/settings\/Controller\/AdminSettingsController.php(100): OC_App::getForms('admin')\n#12 \/usr\/share\/webapps\/nextcloud\/settings\/Controller\/AdminSettingsController.php(91): OC\\Settings\\Controller\\AdminSettingsController->getLegacyForms()\n#13 \/usr\/share\/webapps\/nextcloud\/settings\/Controller\/AdminSettingsController.php(71): OC\\Settings\\Controller\\AdminSettingsController->getSettings('additional')\n#14 [internal function]: OC\\Settings\\Controller\\AdminSettingsController->index('additional')\n#15 \/usr\/share\/webapps\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php(160): call_user_func_array(Array, Array)\n#16 \/usr\/share\/webapps\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php(90): OC\\AppFramework\\Http\\Dispatcher->executeController(Object(OC\\Settings\\Controller\\AdminSettingsController), 'index')\n#17 \/usr\/share\/webapps\/nextcloud\/lib\/private\/AppFramework\/App.php(111): OC\\AppFramework\\Http\\Dispatcher->dispatch(Object(OC\\Settings\\Controller\\AdminSettingsController), 'index')\n#18 \/usr\/share\/webapps\/nextcloud\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php(47): OC\\AppFramework\\App::main('AdminSettingsCo...', 'index', Object(OC\\AppFramework\\DependencyInjection\\DIContainer), Array)\n#19 [internal function]: OC\\AppFramework\\Routing\\RouteActionHandler->__invoke(Array)\n#20 \/usr\/share\/webapps\/nextcloud\/lib\/private\/Route\/Router.php(293): call_user_func(Object(OC\\AppFramework\\Routing\\RouteActionHandler), Array)\n#21 \/usr\/share\/webapps\/nextcloud\/lib\/base.php(983): OC\\Route\\Router->match('\/settings\/admin...')\n#22 \/usr\/share\/webapps\/nextcloud\/index.php(48): OC::handleRequest()\n#23 {main}","File":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Node\/Root.php","Line":185} 

Contents of Browser Error Console


Content Security Policy: Directive β€˜frame-src’ has been deprecated. Please use directive β€˜child-src’ instead.(unknown)
JQMIGRATE: Migrate is installed, version 1.4.0jquery-migrate.min.js:2:542
ReferenceError: oc_appconfig is not defined
[Learn More]shareconfigmodel.js:24:4
TypeError: link is undefined
[Learn More]js.js:203:1
TypeError: data.ocs is undefined
[Learn More]

Missing WWW-Authorize headers in 401 (Unauthorized) response via API

IMPORTANT

Explain the Problem

When querying News via v1-2 API, user is required to provide authentication for certain calls (such as /user, /status, /folders etc). When Authorization header is not set, 401 error code is returned - without WWW-Authorize header. The same things happens when password/user is not accepted.

According to RFC2616 and RFC2617, 401 response MUST contain WWW-Authorize with supported schemes.

Unfortunately, some wrapper libraries for HTTP requests will not try to authenticate when such response is received.

Steps to Reproduce

  1. Perform a query which requires authentication, without authentication (or with wrong credentials).
    ex. curl -v 'https://your-cloud/index.php/apps/news/api/v1-2/user', do the same for status, folders
  2. Observer that response headers do not contain WWW-Authorize

System Information

  • News app version: 9.0.4
  • Nextcloud version: 10.0
  • PHP version: 5.6.24
  • Database and version: mysql 5.7.13
  • Browser and version: N/A
  • Distribution and version: N/A

Contents of nextcloud/data/nextcloud.log

{"reqId":"UuwQI+PE\/GBF44U3nntP","remoteAddr":"REDACTED","app":"PHP","message":"Undefined index: PHP_AUTH_USER at \/usr\/CLOUD_ADDRESS_REDACTED\/public_html\/lib\/private\/AppFramework\/Middleware\/Security\/CORSMiddleware.php#88","level":0,"time":"2016-09-23T09:09:21+00:00","method":"GET","url":"\/index.php\/apps\/news\/api\/v1-2\/user","user":"--"}
{"reqId":"UuwQI+PE\/GBF44U3nntP","remoteAddr":"REDACTED","app":"PHP","message":"Undefined index: PHP_AUTH_PW at \/usr\/CLOUD_ADDRESS_REDACTED\/public_html\/lib\/private\/AppFramework\/Middleware\/Security\/CORSMiddleware.php#89","level":0,"time":"2016-09-23T09:09:21+00:00","method":"GET","url":"\/index.php\/apps\/news\/api\/v1-2\/user","user":"--"}
{"reqId":"UuwQI+PE\/GBF44U3nntP","remoteAddr":"REDACTED","app":"PHP","message":"A session had already been started - ignoring session_start() at \/usr\/CLOUD_ADDRESS_REDACTED\/public_html\/lib\/private\/Session\/Internal.php#99","level":0,"time":"2016-09-23T09:09:21+00:00","method":"GET","url":"\/index.php\/apps\/news\/api\/v1-2\/user","user":"--"}
{"reqId":"UuwQI+PE\/GBF44U3nntP","remoteAddr":"REDACTED","app":"no app in context","message":"Exception: {\"Exception\":\"Exception\",\"Message\":\"key uid is expected to be set in $param\",\"Code\":0,\"Trace\":\"#0 [internal function]: OC\\\\User\\\\Database::preLoginNameUsedAsUserName(Array)\\n#1 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/legacy\\\/hook.php(106): call_user_func(Array, Array)\\n#2 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/public\\\/Util.php(489): OC_Hook::emit('\\\\\\\\OCA\\\\\\\\Files_Shar...', 'preLoginNameUse...', Array)\\n#3 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/User\\\/Session.php(364): OCP\\\\Util::emitHook('\\\\\\\\OCA\\\\\\\\Files_Shar...', 'preLoginNameUse...', Array)\\n#4 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/User\\\/Session.php(321): OC\\\\User\\\\Session->isTwoFactorEnforced(NULL)\\n#5 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/AppFramework\\\/Middleware\\\/Security\\\/CORSMiddleware.php(93): OC\\\\User\\\\Session->logClientIn(*** sensitive parameters replaced ***)\\n#6 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/AppFramework\\\/Middleware\\\/MiddlewareDispatcher.php(94): OC\\\\AppFramework\\\\Middleware\\\\Security\\\\CORSMiddleware->beforeController(Object(OCA\\\\News\\\\Controller\\\\UserApiController), 'index')\\n#7 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(89): OC\\\\AppFramework\\\\Middleware\\\\MiddlewareDispatcher->beforeController(Object(OCA\\\\News\\\\Controller\\\\UserApiController), 'index')\\n#8 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/AppFramework\\\/App.php(111): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OCA\\\\News\\\\Controller\\\\UserApiController), 'index')\\n#9 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('UserApiControll...', 'index', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#10 [internal function]: OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#11 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/Route\\\/Router.php(293): call_user_func(Object(OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler), Array)\\n#12 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/base.php(967): OC\\\\Route\\\\Router->match('\\\/apps\\\/news\\\/api\\\/...')\\n#13 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/index.php(48): OC::handleRequest()\\n#14 {main}\",\"File\":\"\\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/User\\\/Database.php\",\"Line\":341}","level":3,"time":"2016-09-23T09:09:21+00:00","method":"GET","url":"\/index.php\/apps\/news\/api\/v1-2\/user","user":"--"}
{"reqId":"Ew7HgWDZOanrpeYcR3og","remoteAddr":"REDACTED","app":"news","message":"Configuration value \"simplePieCacheDuration\" does not exist. Ignored value.","level":2,"time":"2016-09-23T09:09:28+00:00","method":"GET","url":"\/index.php\/apps\/news\/api\/v1-2\/status","user":"--"}
{"reqId":"Ew7HgWDZOanrpeYcR3og","remoteAddr":"REDACTED","app":"PHP","message":"Undefined index: PHP_AUTH_USER at \/usr\/CLOUD_ADDRESS_REDACTED\/public_html\/lib\/private\/AppFramework\/Middleware\/Security\/CORSMiddleware.php#88","level":0,"time":"2016-09-23T09:09:28+00:00","method":"GET","url":"\/index.php\/apps\/news\/api\/v1-2\/status","user":"--"}
{"reqId":"Ew7HgWDZOanrpeYcR3og","remoteAddr":"REDACTED","app":"PHP","message":"Undefined index: PHP_AUTH_PW at \/usr\/CLOUD_ADDRESS_REDACTED\/public_html\/lib\/private\/AppFramework\/Middleware\/Security\/CORSMiddleware.php#89","level":0,"time":"2016-09-23T09:09:28+00:00","method":"GET","url":"\/index.php\/apps\/news\/api\/v1-2\/status","user":"--"}
{"reqId":"Ew7HgWDZOanrpeYcR3og","remoteAddr":"REDACTED","app":"PHP","message":"A session had already been started - ignoring session_start() at \/usr\/CLOUD_ADDRESS_REDACTED\/public_html\/lib\/private\/Session\/Internal.php#99","level":0,"time":"2016-09-23T09:09:28+00:00","method":"GET","url":"\/index.php\/apps\/news\/api\/v1-2\/status","user":"--"}
{"reqId":"Ew7HgWDZOanrpeYcR3og","remoteAddr":"REDACTED","app":"no app in context","message":"Exception: {\"Exception\":\"Exception\",\"Message\":\"key uid is expected to be set in $param\",\"Code\":0,\"Trace\":\"#0 [internal function]: OC\\\\User\\\\Database::preLoginNameUsedAsUserName(Array)\\n#1 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/legacy\\\/hook.php(106): call_user_func(Array, Array)\\n#2 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/public\\\/Util.php(489): OC_Hook::emit('\\\\\\\\OCA\\\\\\\\Files_Shar...', 'preLoginNameUse...', Array)\\n#3 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/User\\\/Session.php(364): OCP\\\\Util::emitHook('\\\\\\\\OCA\\\\\\\\Files_Shar...', 'preLoginNameUse...', Array)\\n#4 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/User\\\/Session.php(321): OC\\\\User\\\\Session->isTwoFactorEnforced(NULL)\\n#5 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/AppFramework\\\/Middleware\\\/Security\\\/CORSMiddleware.php(93): OC\\\\User\\\\Session->logClientIn(*** sensitive parameters replaced ***)\\n#6 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/AppFramework\\\/Middleware\\\/MiddlewareDispatcher.php(94): OC\\\\AppFramework\\\\Middleware\\\\Security\\\\CORSMiddleware->beforeController(Object(OCA\\\\News\\\\Controller\\\\UtilityApiController), 'status')\\n#7 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(89): OC\\\\AppFramework\\\\Middleware\\\\MiddlewareDispatcher->beforeController(Object(OCA\\\\News\\\\Controller\\\\UtilityApiController), 'status')\\n#8 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/AppFramework\\\/App.php(111): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OCA\\\\News\\\\Controller\\\\UtilityApiController), 'status')\\n#9 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('UtilityApiContr...', 'status', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#10 [internal function]: OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#11 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/Route\\\/Router.php(293): call_user_func(Object(OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler), Array)\\n#12 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/base.php(967): OC\\\\Route\\\\Router->match('\\\/apps\\\/news\\\/api\\\/...')\\n#13 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/index.php(48): OC::handleRequest()\\n#14 {main}\",\"File\":\"\\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/User\\\/Database.php\",\"Line\":341}","level":3,"time":"2016-09-23T09:09:28+00:00","method":"GET","url":"\/index.php\/apps\/news\/api\/v1-2\/status","user":"--"}
{"reqId":"CIWwrDxkXZ4s2BaWP6b5","remoteAddr":"REDACTED","app":"news","message":"Configuration value \"simplePieCacheDuration\" does not exist. Ignored value.","level":2,"time":"2016-09-23T09:09:35+00:00","method":"GET","url":"\/index.php\/apps\/news\/api\/v1-2\/folders","user":"--"}
{"reqId":"CIWwrDxkXZ4s2BaWP6b5","remoteAddr":"REDACTED","app":"PHP","message":"Undefined index: PHP_AUTH_USER at \/usr\/CLOUD_ADDRESS_REDACTED\/public_html\/lib\/private\/AppFramework\/Middleware\/Security\/CORSMiddleware.php#88","level":0,"time":"2016-09-23T09:09:35+00:00","method":"GET","url":"\/index.php\/apps\/news\/api\/v1-2\/folders","user":"--"}
{"reqId":"CIWwrDxkXZ4s2BaWP6b5","remoteAddr":"REDACTED","app":"PHP","message":"Undefined index: PHP_AUTH_PW at \/usr\/CLOUD_ADDRESS_REDACTED\/public_html\/lib\/private\/AppFramework\/Middleware\/Security\/CORSMiddleware.php#89","level":0,"time":"2016-09-23T09:09:35+00:00","method":"GET","url":"\/index.php\/apps\/news\/api\/v1-2\/folders","user":"--"}
{"reqId":"CIWwrDxkXZ4s2BaWP6b5","remoteAddr":"REDACTED","app":"PHP","message":"A session had already been started - ignoring session_start() at \/usr\/CLOUD_ADDRESS_REDACTED\/public_html\/lib\/private\/Session\/Internal.php#99","level":0,"time":"2016-09-23T09:09:35+00:00","method":"GET","url":"\/index.php\/apps\/news\/api\/v1-2\/folders","user":"--"}
{"reqId":"CIWwrDxkXZ4s2BaWP6b5","remoteAddr":"REDACTED","app":"no app in context","message":"Exception: {\"Exception\":\"Exception\",\"Message\":\"key uid is expected to be set in $param\",\"Code\":0,\"Trace\":\"#0 [internal function]: OC\\\\User\\\\Database::preLoginNameUsedAsUserName(Array)\\n#1 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/legacy\\\/hook.php(106): call_user_func(Array, Array)\\n#2 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/public\\\/Util.php(489): OC_Hook::emit('\\\\\\\\OCA\\\\\\\\Files_Shar...', 'preLoginNameUse...', Array)\\n#3 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/User\\\/Session.php(364): OCP\\\\Util::emitHook('\\\\\\\\OCA\\\\\\\\Files_Shar...', 'preLoginNameUse...', Array)\\n#4 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/User\\\/Session.php(321): OC\\\\User\\\\Session->isTwoFactorEnforced(NULL)\\n#5 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/AppFramework\\\/Middleware\\\/Security\\\/CORSMiddleware.php(93): OC\\\\User\\\\Session->logClientIn(*** sensitive parameters replaced ***)\\n#6 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\\/public_html\\\/lib\\\/private\\\/AppFramework\\\/Middleware\\\/MiddlewareDispatcher.php(94): OC\\\\AppFramework\\\\Middleware\\\\Security\\\\CORSMiddleware->beforeController(Object(OCA\\\\News\\\\Controller\\\\FolderApiController), 'index')\\n#7 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\/public_html\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(89): OC\\\\AppFramework\\\\Middleware\\\\MiddlewareDispatcher->beforeController(Object(OCA\\\\News\\\\Controller\\\\FolderApiController), 'index')\\n#8 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\/public_html\\\/lib\\\/private\\\/AppFramework\\\/App.php(111): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OCA\\\\News\\\\Controller\\\\FolderApiController), 'index')\\n#9 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\/public_html\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('FolderApiContro...', 'index', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#10 [internal function]: OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#11 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\/public_html\\\/lib\\\/private\\\/Route\\\/Router.php(293): call_user_func(Object(OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler), Array)\\n#12 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\/public_html\\\/lib\\\/base.php(967): OC\\\\Route\\\\Router->match('\\\/apps\\\/news\\\/api\\\/...')\\n#13 \\\/usr\\\/CLOUD_ADDRESS_REDACTED\\/public_html\\\/index.php(48): OC::handleRequest()\\n#14 {main}\",\"File\":\"\\\/usr\\\/CLOUD_ADDRESS_REDACTED\\/public_html\\\/lib\\\/private\\\/User\\\/Database.php\",\"Line\":341}","level":3,"time":"2016-09-23T09:09:35+00:00","method":"GET","url":"\/index.php\/apps\/news\/api\/v1-2\/folders","user":"--"}

Contents of Headers sent from APP

$ curl -v 'https://your-cloud/index.php/apps/news/api/v1-2/user'   
> GET /index.php/apps/news/api/v1-2/user HTTP/1.1
> Host: your-cloud
> User-Agent: curl/7.50.3
> Accept: */*
> 
< HTTP/1.1 401 Unauthorized
< Server: nginx
< Date: Fri, 23 Sep 2016 09:09:21 GMT
< Content-Type: application/json; charset=utf-8
< Content-Length: 57
< Connection: keep-alive
< X-Powered-By: PHP/5.6.24
< Expires: Thu, 19 Nov 1981 08:52:00 GMT
< Pragma: no-cache
< Set-Cookie: oc_sessionPassphrase=a4zMujIH5iLQlXYCzfoL9SjWah6J97TxOsfOhtWbOVZNmQQhwlbB9p%2BwKfQpsbTxlSUsLmhTVzZKA197UgGjdQxMuCr%2F86tbovtOHfj%2FTTlT58DKYjz2XBWL1cNv0qLY; path=/; secure; httponly
< X-XSS-Protection: 1; mode=block
< X-Content-Type-Options: nosniff
< X-Frame-Options: Sameorigin
< X-Robots-Tag: none
< X-Download-Options: noopen
< X-Permitted-Cross-Domain-Policies: none
< Set-Cookie: nc_sameSiteCookielax=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax
< Set-Cookie: nc_sameSiteCookiestrict=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict
< Set-Cookie: oc_username=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; secure; httponly
< Set-Cookie: oc_token=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; secure; httponly
< Set-Cookie: oc_remember_login=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; secure; httponly
< Set-Cookie: oc_username=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; httponly
< Set-Cookie: oc_token=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; httponly
< Set-Cookie: oc_remember_login=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; httponly
< Set-Cookie: oc29490a04d3=lftb6fii3jagngm7tlf5p5o5c1; path=/; secure; HttpOnly
< Cache-Control: no-cache, must-revalidate
< Content-Security-Policy: default-src 'none';script-src 'self' 'unsafe-eval';style-src 'self' 'unsafe-inline';img-src 'self' data: blob:;font-src 'self';connect-src 'self';media-src 'self'
< X-VARNISH-Cache: YES
< 
{"message":"Password login forbidden, use token instead"}%


$ curl -v 'https://your-cloud/index.php/apps/news/api/v1-2/status'
> GET /index.php/apps/news/api/v1-2/status HTTP/1.1
> Host: your-cloud
> User-Agent: curl/7.50.3
> Accept: */*
> 
< HTTP/1.1 401 Unauthorized
< Server: nginx
< Date: Fri, 23 Sep 2016 09:09:28 GMT
< Content-Type: application/json; charset=utf-8
< Content-Length: 57
< Connection: keep-alive
< X-Powered-By: PHP/5.6.24
< Expires: Thu, 19 Nov 1981 08:52:00 GMT
< Pragma: no-cache
< Set-Cookie: oc_sessionPassphrase=qlWemzrfVCHJ%2FSSh6C%2F1eqVd%2FsLFUtzIu1yO1%2BBDNiKb3AtqBeto%2B7x37K8QE9bz4f8CsUX56MmH2vMM9U2rE03SjNsCVz%2FJ3NwCHuSM2ceqgC8pQLWGlfQUlmJ7NB6o; path=/; secure; httponly
< X-XSS-Protection: 1; mode=block
< X-Content-Type-Options: nosniff
< X-Frame-Options: Sameorigin
< X-Robots-Tag: none
< X-Download-Options: noopen
< X-Permitted-Cross-Domain-Policies: none
< Set-Cookie: nc_sameSiteCookielax=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax
< Set-Cookie: nc_sameSiteCookiestrict=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict
< Set-Cookie: oc_username=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; secure; httponly
< Set-Cookie: oc_token=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; secure; httponly
< Set-Cookie: oc_remember_login=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; secure; httponly
< Set-Cookie: oc_username=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; httponly
< Set-Cookie: oc_token=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; httponly
< Set-Cookie: oc_remember_login=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; httponly
< Set-Cookie: oc29490a04d3=ep5c26771b5p3v0gfepdnnima6; path=/; secure; HttpOnly
< Cache-Control: no-cache, must-revalidate
< Content-Security-Policy: default-src 'none';script-src 'self' 'unsafe-eval';style-src 'self' 'unsafe-inline';img-src 'self' data: blob:;font-src 'self';connect-src 'self';media-src 'self'
< X-VARNISH-Cache: YES
< 
{"message":"Password login forbidden, use token instead"}


$ curl -v 'https://your-cloud/index.php/apps/news/api/v1-2/folders'
> GET /index.php/apps/news/api/v1-2/folders HTTP/1.1
> Host: your-cloud
> User-Agent: curl/7.50.3
> Accept: */*
> 
< HTTP/1.1 401 Unauthorized
< Server: nginx
< Date: Fri, 23 Sep 2016 09:09:35 GMT
< Content-Type: application/json; charset=utf-8
< Content-Length: 57
< Connection: keep-alive
< X-Powered-By: PHP/5.6.24
< Expires: Thu, 19 Nov 1981 08:52:00 GMT
< Pragma: no-cache
< Set-Cookie: oc_sessionPassphrase=T%2FxUpRcGULdDwBQPMR8NKrfyNX4CxPCybLlMDx1Q1uj7d08gwPeJ7Av5%2BTdBxIav%2Bw%2BSIu6n9vY185MHfdBLbhKvc0Grqpq5baUAUbGQKRRS0PB3E5YUOoWQ6qTigssb; path=/; secure; httponly
< X-XSS-Protection: 1; mode=block
< X-Content-Type-Options: nosniff
< X-Frame-Options: Sameorigin
< X-Robots-Tag: none
< X-Download-Options: noopen
< X-Permitted-Cross-Domain-Policies: none
< Set-Cookie: nc_sameSiteCookielax=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax
< Set-Cookie: nc_sameSiteCookiestrict=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict
< Set-Cookie: oc_username=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; secure; httponly
< Set-Cookie: oc_token=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; secure; httponly
< Set-Cookie: oc_remember_login=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; secure; httponly
< Set-Cookie: oc_username=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; httponly
< Set-Cookie: oc_token=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; httponly
< Set-Cookie: oc_remember_login=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; secure; httponly
< Set-Cookie: oc29490a04d3=irvb2jrf9mm74o5bf5l7h8dv51; path=/; secure; HttpOnly
< Cache-Control: no-cache, must-revalidate
< Content-Security-Policy: default-src 'none';script-src 'self' 'unsafe-eval';style-src 'self' 'unsafe-inline';img-src 'self' data: blob:;font-src 'self';connect-src 'self';media-src 'self'
< X-VARNISH-Cache: YES
< 
* Curl_http_done: called premature == 0
* Connection #0 to host your-cloud left intact
{"message":"Password login forbidden, use token instead"}%

MySQL’s utf8/utf8mb4 problem OR "Unexpected error when updating feed An exception occurred while executing 'INSERT INTO `oc_news_items`..."

IMPORTANT

Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)

Explain the Problem

The News App can not handle the hornoxe.com feed with mysql db and utf8 charset.

Steps to Reproduce

Explain what you did to encounter the issue

  1. install nextcloud 9 (https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html)
  2. use mysql
  3. add this feed: http://www.hornoxe.com/feed/

System Information

  • News app version: 8.8.3 (https://github.com/nextcloud/news/releases/tag/8.8.3)
  • Nextcloud version: 9.0.53 (stable)
  • PHP version: PHP7.0
  • Database and version: mysql Ver 14.14 Distrib 5.7.13, for Linux (x86_64) using EditLine wrapper
  • Browser and version: Google Chrome Version 52.0.2743.116 m
  • Distribution and version: Ubuntu 16.04.1 LTS

Contents of nextcloud/data/nextcloud.log

{"reqId":"tUyYzbszF6J6a46MWmH1","remoteAddr":"","app":"news","message":"Unexpected error when updating feed An exception occurred while executing 'INSERT INTO `oc_news_items`(`status`,`url`,`guid`,`guid_hash`,`pub_date`,`last_modified`,`rtl`,`title`,`author`,`body`,`enclosure_mime`,`enclosure_link`,`search_index`,`fingerprint`,`content_hash`,`feed_id`) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)' with params [2, \"http:\\\/\\\/www.hornoxe.com\\\/vorsicht-da-kommt-was\\\/\", \"f36668fac93c1640f8c9669a05afec31\", \"f36668fac93c1640f8c9669a05afec31\", 1470936278, 1471194003, false, \"Vorsicht! Da kommt was!\", \"Hornoxe\", \"<p><a target=\\\"_blank\\\" rel=\\\"noreferrer\\\" href=\\\"http:\\\/\\\/www.hornoxe.com\\\/vorsicht-da-kommt-was\\\/\\\"><img src=\\\"http:\\\/\\\/www.hornoxe.com\\\/wp-content\\\/images\\\/1703009215.jpg\\\" alt=\\\"Vorsicht! Da kommt was!\\\" \\\/><\\\/a>Die Ger\\u00e4usche dazu. <img src=\\\"https:\\\/\\\/s.w.org\\\/images\\\/core\\\/emoji\\\/72x72\\\/1f600.png\\\" alt=\\\"\\ud83d\\ude00\\\" \\\/><\\\/p>\\n\\n<p>The post <a target=\\\"_blank\\\" rel=\\\"noreferrer\\\" href=\\\"http:\\\/\\\/www.hornoxe.com\\\/vorsicht-da-kommt-was\\\/\\\">Vorsicht! Da kommt was!<\\\/a> appeared first on <a target=\\\"_blank\\\" rel=\\\"noreferrer\\\" href=\\\"http:\\\/\\\/www.hornoxe.com\\\/\\\">Hornoxe.com<\\\/a>.<\\\/p>\", \"video\\\/mp4\", \"http:\\\/\\\/videos.hornoxe.com\\\/nachrichten-flitzer-tisch.mp4\", \"die ger\\u00e4usche dazu. \\n\\n\\nthe post vorsicht! da kommt was! appeared first on hornoxe.com.hornoxevorsicht! da kommt was!http:\\\/\\\/www.hornoxe.com\\\/vorsicht-da-kommt-was\\\/\", \"b7667cb1f34d3a47c98da1673e0a8a9e\", \"67835869061f4d5ad5f2fef289348e32\", 5]:\n\nSQLSTATE[HY000]: General error: 1366 Incorrect string value: '\\xF0\\x9F\\x98\\x80\" ...' for column 'body' at row 1","level":3,"time":"2016-08-14T19:00:03+02:00","method":"--","url":"--","user":"--"}

Question

What ist the official way to fix my utf8mb4 problem?

thx for your answer,
JΓΌrgen

Cannot enable News app anymore after upgrade to Nextcloud 10.0.1

IMPORTANT

Explain the Problem

I just upgraded my Nextcloud server from 9.0.53 to 10.0.1 following the manual upgrade guide.

During the upgrade I copied the app/news folder (besides others) from the old installation to the new one as explained in the guide.

After the update finished, I tried to re-enable the news app from within the Apps page inside Nextcloud. This told me at first, that the News app needs to be updated, which was followed by an successful automatic update (at least I didn't see any errors).

Since it still didn't show up in my Apps launcher, I tried again to re-enable it inside the Apps page. When I now click the Enable button, it changes to Disabled but the app still doesn't show up in the Apps launcher and when I reload the Apps page, the button is back to Enable...

The News app is shown as version 8.8.0 on the Apps page.

System Information

  • News app version: 8.8.0
  • Nextcloud version: 10.0.1
  • PHP version: 7.0.8
  • Database and version: Ver 15.1 Distrib 10.0.27-MariaDB
  • Browser and version: Firefox 49.0.1
  • Distribution and version: Ubuntu 16.04 LTS

Contents of nextcloud/data/nextcloud.log

The following exception appears, when I click on the Enable button:

{
    "Exception": "Error",
    "Message": "Class '\\OCP\\Backgroundjob' not found",
    "Code": 0,
    "Trace": "#0 \/var\/www\/web\/nextcloud\/apps\/news\/appinfo\/application.php(243): OCA\\News\\Config\\AppConfig->registerAll()\n#1 \/var\/www\/web\/nextcloud\/apps\/news\/appinfo\/app.php(18): OCA\\News\\AppInfo\\Application->registerConfig()\n#2 \/var\/www\/web\/nextcloud\/lib\/private\/legacy\/app.php(195): require_once('\/var\/www\/web\/ne...')\n#3 \/var\/www\/web\/nextcloud\/lib\/private\/legacy\/app.php(153): OC_App::requireAppFile('news')\n#4 \/var\/www\/web\/nextcloud\/lib\/private\/legacy\/app.php(123): OC_App::loadApp('news')\n#5 \/var\/www\/web\/nextcloud\/lib\/base.php(967): OC_App::loadApps()\n#6 \/var\/www\/web\/nextcloud\/index.php(48): OC::handleRequest()\n#7 {main}",
    "File": "\/var\/www\/web\/nextcloud\/apps\/news\/config\/appconfig.php",
    "Line": 88
} 

Database failure when attempting to enable News from app store on 10.0 RC1

Explain the Problem

What problem did you encounter?

Upon attempting to enable/install the News app after an upgrade from ownCloud 9.1 to Nextcloud 10.0 RC1 (backed by a local MySQL database), I got the following error message:

An exception occurred while executing 'ALTER TABLE oc_news_feeds ADD http_etag LONGTEXT DEFAULT NULL, ADD basic_auth_user LONGTEXT DEFAULT NULL, ADD basic_auth_password LONGTEXT DEFAULT NULL, CHANGE last_modified last_modified BIGINT UNSIGNED DEFAULT 0, CHANGE etag http_last_modified LONGTEXT DEFAULT NULL': SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'Fri, 08 Apr 2016 23:30:17 GMT' for column 'last_modified' at row 2

I tried again a minute or two later, which triggered Nextcloud to attempt an update. However, that too failed, this time with:

Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'ALTER TABLE oc_news_feeds ADD http_etag LONGTEXT DEFAULT NULL, ADD basic_auth_user LONGTEXT DEFAULT NULL, ADD basic_auth_password LONGTEXT DEFAULT NULL, CHANGE last_modified last_modified BIGINT UNSIGNED DEFAULT 0, CHANGE etag http_last_modified LONGTEXT DEFAULT NULL': SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'Fri, 08 Apr 2016 23:30:17 GMT' for column 'last_modified' at row 2

Steps to Reproduce

Explain what you did to encounter the issue

  1. Upgraded/migrated from ownCloud 9.1 to Nextcloud 10.0 RC1 following the instructions at https://help.nextcloud.com/t/migrating-from-owncloud-to-nextcloud/551
  2. After Nextcloud was running, went to the Apps page.
  3. Attempted to enable the News app and received the above error.
  4. Attempted again after navigating to the Files app and then back to the News app, and received the second error. Full log from that error follows:
Preparing update
Set log level to debug
Turned on maintenance mode
Checking whether the database schema can be updated (this can take a long time depending on the database size)
[1 / 27]: Checking table oc_appconfig
[2 / 27]: Checking table oc_storages
[3 / 27]: Checking table oc_mounts
[4 / 27]: Checking table oc_mimetypes
[5 / 27]: Checking table oc_filecache
[6 / 27]: Checking table oc_group_user
[7 / 27]: Checking table oc_group_admin
[8 / 27]: Checking table oc_groups
[9 / 27]: Checking table oc_preferences
[10 / 27]: Checking table oc_properties
[11 / 27]: Checking table oc_share
[12 / 27]: Checking table oc_jobs
[13 / 27]: Checking table oc_users
[14 / 27]: Checking table oc_authtoken
[15 / 27]: Checking table oc_bruteforce_attempts
[16 / 27]: Checking table oc_vcategory
[17 / 27]: Checking table oc_vcategory_to_object
[18 / 27]: Checking table oc_systemtag
[19 / 27]: Checking table oc_systemtag_object_mapping
[20 / 27]: Checking table oc_systemtag_group
[21 / 27]: Checking table oc_privatedata
[22 / 27]: Checking table oc_file_locks
[23 / 27]: Checking table oc_comments
[24 / 27]: Checking table oc_comments_read_markers
[25 / 27]: Checking table oc_credentials
[26 / 27]: Checking table oc_admin_sections
[27 / 27]: Checking table oc_admin_settings
Checked database schema update
Checking updates of apps
Checked database schema update for apps
Updating database schema
Updated database
Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'ALTER TABLE oc_news_feeds ADD `http_etag` LONGTEXT DEFAULT NULL, ADD `basic_auth_user` LONGTEXT DEFAULT NULL, ADD `basic_auth_password` LONGTEXT DEFAULT NULL, CHANGE `last_modified` `last_modified` BIGINT UNSIGNED DEFAULT 0, CHANGE etag `http_last_modified` LONGTEXT DEFAULT NULL': SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'Fri, 08 Apr 2016 23:30:17 GMT' for column 'last_modified' at row 2

System Information

  • News app version: 9.0.2
  • Nextcloud version: 10.0 RC1
  • PHP version: 7.0
  • Database and version: mysql Ver 14.14 Distrib 5.7.13, for Linux (i686) using EditLine wrapper
  • Browser and version: Google Chrome 52.0.2743.116 (64-bit) (on Kubuntu 16.04)
  • Distribution and version: Ubuntu Server 16.04 i686

Contents of nextcloud/data/nextcloud.log

{"reqId":"bdDN5\/oiSNBHFe5bAUCs","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:06:19+00:00","method":"GET","url":"\/owncloud\/index.php","user":"--"}
{"reqId":"ki5MDXcpQsC\/xLC6rhJs","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:06:20+00:00","method":"GET","url":"\/owncloud\/index.php\/core\/js\/oc.js?v=37fa108cddd2c43756d9017e1281108e","user":"--"}
{"reqId":"geV49VZqIjg\/6Mc2sln7","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:06:55+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"GoxSptwOHUX10pwpXbLG","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:06:58+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"wB3eGtsfRhwBd1FQwlzw","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:07:25+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"dxkBGMg\/s5YWaYDYvdTz","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:07:28+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"gC+gbxZ9NgVM1hluX4Sf","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:07:55+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"w9MglGrF0KjQHyr0RvEy","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:07:58+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"a0G3qoqgJk\/sN1w3k18h","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:08:25+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"SvfrHlrHWT73QwXIqnxN","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:08:28+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"85WstNWigddzc\/jOwt5p","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:08:55+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"Wp51SYdVWMquyM\/Lh2Ae","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:08:58+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"JG1B\/QjSWA0a0WtAGWEm","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:09:25+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"pTlyEWjZRZw5LyS34LLC","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:09:28+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"JNxjS6TmVu95uJduHjKD","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:09:55+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"6K5QeVMatjDjDvC38Lnn","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:09:58+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"wMF4cctZ4V7kd6G\/kTV2","remoteAddr":"","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:10:03+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"CatjIikePwvDKXN2qBjb","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:10:25+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"FXUp8f12DFTbmUBxsXej","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:10:28+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"gJgqsIRknHErNCNV8uYq","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:10:53+00:00","method":"GET","url":"\/owncloud\/index.php","user":"--"}
{"reqId":"6gmD33mftzsxqcqYXpYs","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:10:54+00:00","method":"GET","url":"\/owncloud\/index.php\/core\/js\/oc.js?v=37fa108cddd2c43756d9017e1281108e","user":"--"}
{"reqId":"17lVm+atXh13rqqsaR\/a","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:10:55+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"RbyFuKPJqbrDygHdkxFA","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:10:58+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"EwNpmTDfI96lwaIYLTSi","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:11:25+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"tak3H13W2CH9BYapxH69","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:11:28+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"zrFGwWxtUlSc6mngTfOn","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:11:55+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"YR\/uJ\/YVSpE8PZsG2\/RC","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:11:58+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"qIAp\/3mwH7ismbhC\/pU+","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:12:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/","user":"--"}
{"reqId":"HwkIFE9RtmYIdjk\/Zc+X","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:12:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/","user":"--"}
{"reqId":"8IHKi1LTcA0S\/94RiT\/T","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:12:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/","user":"--"}
{"reqId":"7ni01ERloVQH8YMKJe1e","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:12:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/","user":"--"}
{"reqId":"WPWjMD6w6dG7FUcznJHY","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:12:25+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"fqyVBzI2jZQisGIeSqvU","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:12:28+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"wLIzD+SUA9vYzq2B0Dmy","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:12:51+00:00","method":"GET","url":"\/owncloud\/index.php","user":"--"}
{"reqId":"PQpugjXMA3WyfV7\/6WRR","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:12:52+00:00","method":"GET","url":"\/owncloud\/index.php\/core\/js\/oc.js?v=37fa108cddd2c43756d9017e1281108e","user":"--"}
{"reqId":"s4ShuGlA435PyAbDfupd","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:12:55+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"YxHvyZr91AYZy6gDxBj7","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:12:58+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"l9P0TauDuF7Xsaiw0Vr8","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:13:25+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"U+KLliTHS0n7vHOFtzVi","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:13:28+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"tFMzolv\/NfLgZ8zJHGza","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:13:55+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"b7pptYe4zH7dYKBB8G7s","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:13:58+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"hUyKAt6vidYOwe4j2PeN","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:14:25+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"xVxnoqMRtvZ61uNtWWft","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:14:28+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"QrWrxWmKDFBuqnABQM+R","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:14:55+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"XDiDsVnNRLBcGayYOd2S","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:14:58+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"Dvh1sFRbhQX9CZ6RbSe6","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:15:15+00:00","method":"GET","url":"\/owncloud\/index.php","user":"--"}
{"reqId":"Paeuz51m+VYRmw0IGlls","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:15:15+00:00","method":"GET","url":"\/owncloud\/index.php\/core\/js\/oc.js?v=37fa108cddd2c43756d9017e1281108e","user":"--"}
{"reqId":"hKMxv1BRZe+s3YLhp3TA","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:15:25+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"3CZ7eqfzeicDTMag57JT","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:15:28+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"KlSaZHiXNJrO46JP10JT","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:15:55+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"\/cCfwcp\/gO31p+hhpean","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:15:58+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"\/29HRXrqwg0g59TBZLZd","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:16:25+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"7kX8RdeweTiaPBu0WleJ","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:16:28+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"fHhZ62mBdCKrjDiTK+lq","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:16:33+00:00","method":"GET","url":"\/owncloud\/index.php","user":"--"}
{"reqId":"KJr7CGz54sD2DZj7ldWP","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:16:33+00:00","method":"GET","url":"\/owncloud\/index.php\/core\/js\/oc.js?v=37fa108cddd2c43756d9017e1281108e","user":"--"}
{"reqId":"0s9ls1RARK1W1EDEtQ63","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:16:55+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"HiGi3zT11ZB35Su7t6j7","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:16:58+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"g2lsrI+2nQdyLTCGhz\/o","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:17:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/","user":"--"}
{"reqId":"sLI6U\/94upv2n51QHPaL","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:17:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/","user":"--"}
{"reqId":"poqhme2GYxhV7jzCQasj","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:17:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/","user":"--"}
{"reqId":"q+fz33b0VuekSwWsJlOL","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:17:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/","user":"--"}
{"reqId":"XWc0AtJIQYDwiCjks62s","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:17:25+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"GxvOlhHJZjzFVzp75qhc","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:17:28+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"29wqmf9iV1V7kEvj5rSh","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:17:55+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"yFf6snOfA7FRCCBqrelH","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:17:58+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"GEUOjefDm\/55BiOkH8Y9","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:18:25+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"UpmRNSaC9cMnpVUUxedW","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:18:28+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"F5wtmX+45krpioHHTcUl","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:18:55+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"R54AvQxifBZVNOKbqd3D","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:18:58+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"FPAFCmlxyIKu0okz17Zm","remoteAddr":"REDACTED_1","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:19:25+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"davtZoiAxRi4JlxPpwRI","remoteAddr":"REDACTED_0","app":"core","message":"No application directories are marked as writable.","level":3,"time":"2016-08-24T22:19:28+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","user":"--"}
{"reqId":"DVsr6HKLfntHAaShLr5i","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2016-08-24T22:20:01+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"Q3OSFk9f3t20Nj83vva\/","remoteAddr":"REDACTED_0","app":"index","message":"Exception: {\"Exception\":\"OC\\\\NeedsUpdateException\",\"Message\":\"\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php(122): OC_App::loadApp('federation')\\n#1 \\\/var\\\/www\\\/owncloud\\\/lib\\\/base.php(944): OC_App::loadApps(Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/index.php(48): OC::handleRequest()\\n#3 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php\",\"Line\":150}","level":3,"time":"2016-08-24T22:20:21+00:00","method":"GET","url":"\/owncloud\/index.php\/core\/js\/oc.js?v=37fa108cddd2c43756d9017e1281108e","user":"--"}
{"reqId":"ewyPthJqej5n0dwrXw4P","remoteAddr":"REDACTED_0","app":"core","message":"starting upgrade from 9.1.0.15 to 9.1.0.15","level":0,"time":"2016-08-24T22:20:29+00:00","method":"GET","url":"\/owncloud\/core\/ajax\/update.php?requesttoken=YgQtHD5wIXIJRH50F3NibB8jR0U%2BdBMrMh4mCkN8KTQ%3D%3ATbotp8X1S2G9D1R5irt0UBUQgSOcvLfX%2FFDCDVU1%2Bks%3D","user":"--"}
{"reqId":"ewyPthJqej5n0dwrXw4P","remoteAddr":"REDACTED_0","app":"PHP","message":"file_put_contents(\/var\/www\/owncloud\/data\/.htaccess): failed to open stream: Permission denied at \/var\/www\/owncloud\/lib\/private\/Setup.php#497","level":3,"time":"2016-08-24T22:20:29+00:00","method":"GET","url":"\/owncloud\/core\/ajax\/update.php?requesttoken=YgQtHD5wIXIJRH50F3NibB8jR0U%2BdBMrMh4mCkN8KTQ%3D%3ATbotp8X1S2G9D1R5irt0UBUQgSOcvLfX%2FFDCDVU1%2Bks%3D","user":"--"}
{"reqId":"\/CRqKEkR6a5maYpZkcwP","remoteAddr":"REDACTED_0","app":"carddav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/carddav.php(86): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:27:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/","user":"--"}
{"reqId":"nr+U3dQWSlYeVdn71tny","remoteAddr":"REDACTED_0","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:27:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/","user":"--"}
{"reqId":"FscxRFDVhH6y95vI2Vcz","remoteAddr":"REDACTED_0","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:27:16+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/principals\/keithzg\/","user":"--"}
{"reqId":"799iZtmfvt609GvXgME4","remoteAddr":"REDACTED_0","app":"carddav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/carddav.php(86): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:27:16+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/principals\/keithzg\/","user":"--"}
{"reqId":"I8fdAwhgEqbg9oiDxbjG","remoteAddr":"REDACTED_0","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:27:17+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/calendars\/keithzg\/","user":"--"}
{"reqId":"H6+dB7YcX1ufDAD5XjqV","remoteAddr":"REDACTED_0","app":"carddav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/carddav.php(86): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:27:17+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/addressbooks\/keithzg\/","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OCA\\Activity\\BackgroundJob\\EmailNotification job with ID 4","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OCA\\Activity\\BackgroundJob\\EmailNotification job with ID 4","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OC\\BackgroundJob\\Legacy\\RegularJob job with ID 5","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OC\\BackgroundJob\\Legacy\\RegularJob job with ID 5","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OCA\\Activity\\BackgroundJob\\ExpireActivities job with ID 18","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OCA\\Activity\\BackgroundJob\\ExpireActivities job with ID 18","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OCA\\Files_Trashbin\\BackgroundJob\\ExpireTrash job with ID 32","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OCA\\Files_Trashbin\\BackgroundJob\\ExpireTrash job with ID 32","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OCA\\Files_Versions\\BackgroundJob\\ExpireVersions job with ID 33","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OCA\\Files_Versions\\BackgroundJob\\ExpireVersions job with ID 33","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OC\\BackgroundJob\\Legacy\\RegularJob job with ID 34","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OC\\BackgroundJob\\Legacy\\RegularJob job with ID 34","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OCA\\Files\\BackgroundJob\\ScanFiles job with ID 61","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path '' is not accessible or present !!!","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OCA\\Files\\BackgroundJob\\ScanFiles job with ID 61","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OCA\\Files\\BackgroundJob\\DeleteOrphanedItems job with ID 62","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"DeleteOrphanedItems","message":"0 orphaned system tag relations deleted","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"DeleteOrphanedItems","message":"0 orphaned user tag relations deleted","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"DeleteOrphanedItems","message":"0 orphaned comments deleted","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"DeleteOrphanedItems","message":"0 orphaned comment read marks deleted","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OCA\\Files\\BackgroundJob\\DeleteOrphanedItems job with ID 62","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OCA\\Files\\BackgroundJob\\CleanupFileLocks job with ID 63","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OCA\\Files\\BackgroundJob\\CleanupFileLocks job with ID 63","level":0,"time":"2016-08-24T22:30:04+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OCA\\DAV\\CardDAV\\SyncJob job with ID 65","level":0,"time":"2016-08-24T22:30:05+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OCA\\DAV\\CardDAV\\SyncJob job with ID 65","level":0,"time":"2016-08-24T22:30:05+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OCA\\Federation\\SyncJob job with ID 66","level":0,"time":"2016-08-24T22:30:05+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OCA\\Federation\\SyncJob job with ID 66","level":0,"time":"2016-08-24T22:30:05+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OC\\Authentication\\Token\\DefaultTokenCleanupJob job with ID 67","level":0,"time":"2016-08-24T22:30:05+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"no app in context","message":"Invalidating tokens older than 2016-08-23T22:30:05+00:00","level":1,"time":"2016-08-24T22:30:05+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OC\\Authentication\\Token\\DefaultTokenCleanupJob job with ID 67","level":0,"time":"2016-08-24T22:30:05+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OCA\\UpdateNotification\\Notification\\BackgroundJob job with ID 68","level":0,"time":"2016-08-24T22:30:05+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"core","message":"No update found at the ownCloud appstore for app 166048","level":0,"time":"2016-08-24T22:30:06+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"core","message":"No update found at the ownCloud appstore for app 166049","level":0,"time":"2016-08-24T22:30:06+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"core","message":"No update found at the ownCloud appstore for app 166051","level":0,"time":"2016-08-24T22:30:06+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"core","message":"No update found at the ownCloud appstore for app 166055","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OCA\\UpdateNotification\\Notification\\BackgroundJob job with ID 68","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OCA\\Files_Sharing\\DeleteOrphanedSharesJob job with ID 71","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"DeleteOrphanedSharesJob","message":"0 orphaned share(s) deleted","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OCA\\Files_Sharing\\DeleteOrphanedSharesJob job with ID 71","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OC\\BackgroundJob\\Legacy\\RegularJob job with ID 1","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OC\\BackgroundJob\\Legacy\\RegularJob job with ID 1","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OC\\BackgroundJob\\Legacy\\RegularJob job with ID 2","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OC\\BackgroundJob\\Legacy\\RegularJob job with ID 2","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OCA\\Files_Sharing\\ExpireSharesJob job with ID 72","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OCA\\Files_Sharing\\ExpireSharesJob job with ID 72","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OC\\Settings\\RemoveOrphaned job with ID 73","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OC\\Settings\\RemoveOrphaned job with ID 73","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OC\\Migration\\BackgroundRepair job with ID 74","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OC\\Migration\\BackgroundRepair job with ID 74","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Run OCA\\Survey_Client\\BackgroundJobs\\AdminNotification job with ID 75","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"\/000iYjFTDAmIdBck+Cr","remoteAddr":"","app":"cron","message":"Finished OCA\\Survey_Client\\BackgroundJobs\\AdminNotification job with ID 75","level":0,"time":"2016-08-24T22:30:07+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"4A0cA0Y\/VLycrsoR0LFy","remoteAddr":"REDACTED_0","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:32:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/","user":"--"}
{"reqId":"MRAT1s9AyhD2qFGTaAX9","remoteAddr":"REDACTED_0","app":"carddav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/carddav.php(86): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:32:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/","user":"--"}
{"reqId":"vLJyqtyFNpcxUTo\/6SCh","remoteAddr":"REDACTED_0","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:32:16+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/principals\/keithzg\/","user":"--"}
{"reqId":"qTTmKy63EW\/Y+69SHHJw","remoteAddr":"REDACTED_0","app":"carddav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/carddav.php(86): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:32:16+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/principals\/keithzg\/","user":"--"}
{"reqId":"THLUwC187lWeVuWtuhtk","remoteAddr":"REDACTED_0","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:32:17+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/calendars\/keithzg\/","user":"--"}
{"reqId":"tUWfplnvqG5XRoN5zHRk","remoteAddr":"REDACTED_0","app":"carddav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/carddav.php(86): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:32:17+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/addressbooks\/keithzg\/","user":"--"}
{"reqId":"+TFsgVJ\/rfg4j0+7xezH","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166048","level":0,"time":"2016-08-24T22:36:28+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=enabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"+TFsgVJ\/rfg4j0+7xezH","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166051","level":0,"time":"2016-08-24T22:36:28+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=enabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"+TFsgVJ\/rfg4j0+7xezH","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166049","level":0,"time":"2016-08-24T22:36:28+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=enabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"+TFsgVJ\/rfg4j0+7xezH","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166055","level":0,"time":"2016-08-24T22:36:28+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=enabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"FKZiXT5kJszyXAuXzSgg","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166048","level":0,"time":"2016-08-24T22:36:32+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=disabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"FKZiXT5kJszyXAuXzSgg","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166051","level":0,"time":"2016-08-24T22:36:32+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=disabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"FKZiXT5kJszyXAuXzSgg","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166049","level":0,"time":"2016-08-24T22:36:32+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=disabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"FKZiXT5kJszyXAuXzSgg","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166055","level":0,"time":"2016-08-24T22:36:33+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=disabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"wOvOKYfWVUBWpsLxca6k","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166048","level":0,"time":"2016-08-24T22:36:51+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=disabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"wOvOKYfWVUBWpsLxca6k","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166051","level":0,"time":"2016-08-24T22:36:51+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=disabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"wOvOKYfWVUBWpsLxca6k","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166049","level":0,"time":"2016-08-24T22:36:51+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=disabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"wOvOKYfWVUBWpsLxca6k","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166055","level":0,"time":"2016-08-24T22:36:52+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=disabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"yrCjOjv51fn2Q4qXBmzq","remoteAddr":"REDACTED_0","app":"core","message":"Failed to update database structure (PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'Fri, 08 Apr 2016 23:30:17 GMT' for column 'last_modified' at row 2 in \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOConnection.php:104\nStack trace:\n#0 \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOConnection.php(104): PDO->query('ALTER TABLE oc_...')\n#1 \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php(935): Doctrine\\DBAL\\Driver\\PDOConnection->query('ALTER TABLE oc_...')\n#2 \/var\/www\/owncloud\/lib\/private\/DB\/Migrator.php(258): Doctrine\\DBAL\\Connection->query('ALTER TABLE oc_...')\n#3 \/var\/www\/owncloud\/lib\/private\/DB\/Migrator.php(86): OC\\DB\\Migrator->applySchema(Object(Doctrine\\DBAL\\Schema\\Schema))\n#4 \/var\/www\/owncloud\/lib\/private\/DB\/MDB2SchemaManager.php(119): OC\\DB\\Migrator->migrate(Object(Doctrine\\DBAL\\Schema\\Schema))\n#5 \/var\/www\/owncloud\/lib\/private\/legacy\/db.php(186): OC\\DB\\MDB2SchemaManager->updateDbFromStructure('\/var\/www\/ownclo...')\n#6 \/var\/www\/owncloud\/lib\/private\/Installer.php(133): OC_DB::updateDbFromStructure('\/var\/www\/ownclo...')\n#7 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(374): OC\\Installer::installApp(Array)\n#8 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(1127): OC_App::downloadApp('168040')\n#9 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(332): OC_App::installApp('168040')\n#10 \/var\/www\/owncloud\/settings\/ajax\/enableapp.php(35): OC_App::enable('168040', NULL)\n#11 \/var\/www\/owncloud\/lib\/private\/Route\/Route.php(155) : runtime-created function(1): require_once('\/var\/www\/ownclo...')\n#12 [internal function]: __lambda_func()\n#13 \/var\/www\/owncloud\/lib\/private\/Route\/Router.php(293): call_user_func('\\x00lambda_228', Array)\n#14 \/var\/www\/owncloud\/lib\/base.php(967): OC\\Route\\Router->match('\/settings\/ajax\/...')\n#15 \/var\/www\/owncloud\/index.php(48): OC::handleRequest()\n#16 {main}\n\nNext Doctrine\\DBAL\\Driver\\PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'Fri, 08 Apr 2016 23:30:17 GMT' for column 'last_modified' at row 2 in \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOConnection.php:106\nStack trace:\n#0 \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php(935): Doctrine\\DBAL\\Driver\\PDOConnection->query('ALTER TABLE oc_...')\n#1 \/var\/www\/owncloud\/lib\/private\/DB\/Migrator.php(258): Doctrine\\DBAL\\Connection->query('ALTER TABLE oc_...')\n#2 \/var\/www\/owncloud\/lib\/private\/DB\/Migrator.php(86): OC\\DB\\Migrator->applySchema(Object(Doctrine\\DBAL\\Schema\\Schema))\n#3 \/var\/www\/owncloud\/lib\/private\/DB\/MDB2SchemaManager.php(119): OC\\DB\\Migrator->migrate(Object(Doctrine\\DBAL\\Schema\\Schema))\n#4 \/var\/www\/owncloud\/lib\/private\/legacy\/db.php(186): OC\\DB\\MDB2SchemaManager->updateDbFromStructure('\/var\/www\/ownclo...')\n#5 \/var\/www\/owncloud\/lib\/private\/Installer.php(133): OC_DB::updateDbFromStructure('\/var\/www\/ownclo...')\n#6 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(374): OC\\Installer::installApp(Array)\n#7 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(1127): OC_App::downloadApp('168040')\n#8 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(332): OC_App::installApp('168040')\n#9 \/var\/www\/owncloud\/settings\/ajax\/enableapp.php(35): OC_App::enable('168040', NULL)\n#10 \/var\/www\/owncloud\/lib\/private\/Route\/Route.php(155) : runtime-created function(1): require_once('\/var\/www\/ownclo...')\n#11 [internal function]: __lambda_func()\n#12 \/var\/www\/owncloud\/lib\/private\/Route\/Router.php(293): call_user_func('\\x00lambda_228', Array)\n#13 \/var\/www\/owncloud\/lib\/base.php(967): OC\\Route\\Router->match('\/settings\/ajax\/...')\n#14 \/var\/www\/owncloud\/index.php(48): OC::handleRequest()\n#15 {main}\n\nNext Doctrine\\DBAL\\Exception\\DriverException: An exception occurred while executing 'ALTER TABLE oc_news_feeds ADD `http_etag` LONGTEXT DEFAULT NULL, ADD `basic_auth_user` LONGTEXT DEFAULT NULL, ADD `basic_auth_password` LONGTEXT DEFAULT NULL, CHANGE `last_modified` `last_modified` BIGINT UNSIGNED DEFAULT 0, CHANGE etag `http_last_modified` LONGTEXT DEFAULT NULL':\n\nSQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'Fri, 08 Apr 2016 23:30:17 GMT' for column 'last_modified' at row 2 in \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/AbstractMySQLDriver.php:116\nStack trace:\n#0 \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/DBALException.php(116): Doctrine\\DBAL\\Driver\\AbstractMySQLDriver->convertException('An exception oc...', Object(Doctrine\\DBAL\\Driver\\PDOException))\n#1 \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php(945): Doctrine\\DBAL\\DBALException::driverExceptionDuringQuery(Object(Doctrine\\DBAL\\Driver\\PDOMySql\\Driver), Object(Doctrine\\DBAL\\Driver\\PDOException), 'ALTER TABLE oc_...')\n#2 \/var\/www\/owncloud\/lib\/private\/DB\/Migrator.php(258): Doctrine\\DBAL\\Connection->query('ALTER TABLE oc_...')\n#3 \/var\/www\/owncloud\/lib\/private\/DB\/Migrator.php(86): OC\\DB\\Migrator->applySchema(Object(Doctrine\\DBAL\\Schema\\Schema))\n#4 \/var\/www\/owncloud\/lib\/private\/DB\/MDB2SchemaManager.php(119): OC\\DB\\Migrator->migrate(Object(Doctrine\\DBAL\\Schema\\Schema))\n#5 \/var\/www\/owncloud\/lib\/private\/legacy\/db.php(186): OC\\DB\\MDB2SchemaManager->updateDbFromStructure('\/var\/www\/ownclo...')\n#6 \/var\/www\/owncloud\/lib\/private\/Installer.php(133): OC_DB::updateDbFromStructure('\/var\/www\/ownclo...')\n#7 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(374): OC\\Installer::installApp(Array)\n#8 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(1127): OC_App::downloadApp('168040')\n#9 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(332): OC_App::installApp('168040')\n#10 \/var\/www\/owncloud\/settings\/ajax\/enableapp.php(35): OC_App::enable('168040', NULL)\n#11 \/var\/www\/owncloud\/lib\/private\/Route\/Route.php(155) : runtime-created function(1): require_once('\/var\/www\/ownclo...')\n#12 [internal function]: __lambda_func()\n#13 \/var\/www\/owncloud\/lib\/private\/Route\/Router.php(293): call_user_func('\\x00lambda_228', Array)\n#14 \/var\/www\/owncloud\/lib\/base.php(967): OC\\Route\\Router->match('\/settings\/ajax\/...')\n#15 \/var\/www\/owncloud\/index.php(48): OC::handleRequest()\n#16 {main})","level":4,"time":"2016-08-24T22:36:58+00:00","method":"POST","url":"\/owncloud\/index.php\/settings\/ajax\/enableapp.php","user":"keithzg"}
{"reqId":"yrCjOjv51fn2Q4qXBmzq","remoteAddr":"REDACTED_0","app":"core","message":"An exception occurred while executing 'ALTER TABLE oc_news_feeds ADD `http_etag` LONGTEXT DEFAULT NULL, ADD `basic_auth_user` LONGTEXT DEFAULT NULL, ADD `basic_auth_password` LONGTEXT DEFAULT NULL, CHANGE `last_modified` `last_modified` BIGINT UNSIGNED DEFAULT 0, CHANGE etag `http_last_modified` LONGTEXT DEFAULT NULL':\n\nSQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'Fri, 08 Apr 2016 23:30:17 GMT' for column 'last_modified' at row 2","level":3,"time":"2016-08-24T22:36:58+00:00","method":"POST","url":"\/owncloud\/index.php\/settings\/ajax\/enableapp.php","user":"keithzg"}
{"reqId":"oFbMIOJpEiXu5a8Z5i11","remoteAddr":"REDACTED_0","app":"carddav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/carddav.php(86): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:37:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/","user":"--"}
{"reqId":"5tqKa9aqrHVh+rTCrUSD","remoteAddr":"REDACTED_0","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:37:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/","user":"--"}
{"reqId":"N3C7hwtghCAJBXP0Uypa","remoteAddr":"REDACTED_0","app":"carddav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/carddav.php(86): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:37:16+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/principals\/keithzg\/","user":"--"}
{"reqId":"u0ItZgbvDEbytVy1r\/JR","remoteAddr":"REDACTED_0","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:37:16+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/principals\/keithzg\/","user":"--"}
{"reqId":"FB9pQh7TvlfSfKbkIS\/M","remoteAddr":"REDACTED_0","app":"carddav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/carddav.php(86): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:37:17+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/addressbooks\/keithzg\/","user":"--"}
{"reqId":"tzAIStgSbsGovBYwQLug","remoteAddr":"REDACTED_0","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:37:17+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/calendars\/keithzg\/","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OC\\BackgroundJob\\Legacy\\RegularJob job with ID 5","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OC\\BackgroundJob\\Legacy\\RegularJob job with ID 5","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OCA\\Activity\\BackgroundJob\\ExpireActivities job with ID 18","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OCA\\Activity\\BackgroundJob\\ExpireActivities job with ID 18","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OCA\\Files_Trashbin\\BackgroundJob\\ExpireTrash job with ID 32","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OCA\\Files_Trashbin\\BackgroundJob\\ExpireTrash job with ID 32","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OCA\\Files_Versions\\BackgroundJob\\ExpireVersions job with ID 33","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OCA\\Files_Versions\\BackgroundJob\\ExpireVersions job with ID 33","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OC\\BackgroundJob\\Legacy\\RegularJob job with ID 34","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OC\\BackgroundJob\\Legacy\\RegularJob job with ID 34","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OCA\\Files\\BackgroundJob\\ScanFiles job with ID 61","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OCA\\Files\\BackgroundJob\\ScanFiles job with ID 61","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OCA\\Files\\BackgroundJob\\DeleteOrphanedItems job with ID 62","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OCA\\Files\\BackgroundJob\\DeleteOrphanedItems job with ID 62","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OCA\\Files\\BackgroundJob\\CleanupFileLocks job with ID 63","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OCA\\Files\\BackgroundJob\\CleanupFileLocks job with ID 63","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OCA\\DAV\\CardDAV\\SyncJob job with ID 65","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OCA\\DAV\\CardDAV\\SyncJob job with ID 65","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OCA\\Federation\\SyncJob job with ID 66","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OCA\\Federation\\SyncJob job with ID 66","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OC\\Authentication\\Token\\DefaultTokenCleanupJob job with ID 67","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"no app in context","message":"Invalidating tokens older than 2016-08-23T22:40:02+00:00","level":1,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OC\\Authentication\\Token\\DefaultTokenCleanupJob job with ID 67","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OCA\\UpdateNotification\\Notification\\BackgroundJob job with ID 68","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OCA\\UpdateNotification\\Notification\\BackgroundJob job with ID 68","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OC\\BackgroundJob\\Legacy\\RegularJob job with ID 1","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OC\\BackgroundJob\\Legacy\\RegularJob job with ID 1","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OC\\BackgroundJob\\Legacy\\RegularJob job with ID 2","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OC\\BackgroundJob\\Legacy\\RegularJob job with ID 2","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OCA\\Activity\\BackgroundJob\\EmailNotification job with ID 4","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OCA\\Activity\\BackgroundJob\\EmailNotification job with ID 4","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OCA\\Files_Sharing\\DeleteOrphanedSharesJob job with ID 71","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OCA\\Files_Sharing\\DeleteOrphanedSharesJob job with ID 71","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Run OCA\\Files_Sharing\\ExpireSharesJob job with ID 72","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"gkeOeFsE2sgXRq6mojCe","remoteAddr":"","app":"cron","message":"Finished OCA\\Files_Sharing\\ExpireSharesJob job with ID 72","level":0,"time":"2016-08-24T22:40:02+00:00","method":"--","url":"\/owncloud\/cron.php","user":"--"}
{"reqId":"zcAciAsFZFLfMW587BLp","remoteAddr":"REDACTED_0","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:42:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/","user":"--"}
{"reqId":"vSQQA\/ABhUUAB9tEa7zg","remoteAddr":"REDACTED_0","app":"carddav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/carddav.php(86): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:42:15+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/","user":"--"}
{"reqId":"BZxkHVxpNuwvA2Ox0Sm5","remoteAddr":"REDACTED_0","app":"carddav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/carddav.php(86): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:42:16+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/principals\/keithzg\/","user":"--"}
{"reqId":"Lkbc\/PGpp0QNOCwgUsls","remoteAddr":"REDACTED_0","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:42:16+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/principals\/keithzg\/","user":"--"}
{"reqId":"ESG71j6IiAiQO13FU8ff","remoteAddr":"REDACTED_0","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:42:17+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/caldav\/calendars\/keithzg\/","user":"--"}
{"reqId":"EHusAaPsMtOGVm29EaGX","remoteAddr":"REDACTED_0","app":"carddav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/carddav.php(86): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":188,\"User\":false}","level":0,"time":"2016-08-24T22:42:17+00:00","method":"PROPFIND","url":"\/owncloud\/remote.php\/carddav\/addressbooks\/keithzg\/","user":"--"}
{"reqId":"h7eIyxARk+HsUkXLET0W","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166048","level":0,"time":"2016-08-24T22:43:47+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=enabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"h7eIyxARk+HsUkXLET0W","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166051","level":0,"time":"2016-08-24T22:43:47+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=enabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"h7eIyxARk+HsUkXLET0W","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166049","level":0,"time":"2016-08-24T22:43:47+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=enabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"h7eIyxARk+HsUkXLET0W","remoteAddr":"REDACTED_0","app":"core","message":"No update found at the ownCloud appstore for app 166055","level":0,"time":"2016-08-24T22:43:47+00:00","method":"GET","url":"\/owncloud\/index.php\/settings\/apps\/list?category=enabled&includeUpdateInfo=1","user":"keithzg"}
{"reqId":"w99\/KON\/b5iVTtjQ1ys4","remoteAddr":"REDACTED_0","app":"core","message":"starting upgrade from 9.1.0.15 to 9.1.0.15","level":0,"time":"2016-08-24T22:44:33+00:00","method":"GET","url":"\/owncloud\/core\/ajax\/update.php?requesttoken=JgMGMVIKKAFNTzccCBIVPUBcSCI7fgs7AmMvIzYPDyI%3D%3AqHIPgkpfbxTDFyxS%2B2xQjONii2ZsGnZT%2FvGayMuaF%2F0%3D","user":"--"}
{"reqId":"w99\/KON\/b5iVTtjQ1ys4","remoteAddr":"REDACTED_0","app":"PHP","message":"file_put_contents(\/var\/www\/owncloud\/data\/.htaccess): failed to open stream: Permission denied at \/var\/www\/owncloud\/lib\/private\/Setup.php#497","level":3,"time":"2016-08-24T22:44:33+00:00","method":"GET","url":"\/owncloud\/core\/ajax\/update.php?requesttoken=JgMGMVIKKAFNTzccCBIVPUBcSCI7fgs7AmMvIzYPDyI%3D%3AqHIPgkpfbxTDFyxS%2B2xQjONii2ZsGnZT%2FvGayMuaF%2F0%3D","user":"--"}
{"reqId":"w99\/KON\/b5iVTtjQ1ys4","remoteAddr":"REDACTED_0","app":"core","message":"Failed to update database structure (PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'Fri, 08 Apr 2016 23:30:17 GMT' for column 'last_modified' at row 2 in \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOConnection.php:104\nStack trace:\n#0 \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOConnection.php(104): PDO->query('ALTER TABLE oc_...')\n#1 \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php(935): Doctrine\\DBAL\\Driver\\PDOConnection->query('ALTER TABLE oc_...')\n#2 \/var\/www\/owncloud\/lib\/private\/DB\/Migrator.php(258): Doctrine\\DBAL\\Connection->query('ALTER TABLE oc_...')\n#3 \/var\/www\/owncloud\/lib\/private\/DB\/Migrator.php(86): OC\\DB\\Migrator->applySchema(Object(Doctrine\\DBAL\\Schema\\Schema))\n#4 \/var\/www\/owncloud\/lib\/private\/DB\/MDB2SchemaManager.php(119): OC\\DB\\Migrator->migrate(Object(Doctrine\\DBAL\\Schema\\Schema))\n#5 \/var\/www\/owncloud\/lib\/private\/legacy\/db.php(186): OC\\DB\\MDB2SchemaManager->updateDbFromStructure('\/var\/www\/ownclo...')\n#6 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(1206): OC_DB::updateDbFromStructure('\/var\/www\/ownclo...')\n#7 \/var\/www\/owncloud\/lib\/private\/Updater.php(375): OC_App::updateApp('news')\n#8 \/var\/www\/owncloud\/lib\/private\/Updater.php(252): OC\\Updater->doAppUpgrade()\n#9 \/var\/www\/owncloud\/lib\/private\/Updater.php(151): OC\\Updater->doUpgrade('9.1.0.15', '9.1.0.15')\n#10 \/var\/www\/owncloud\/core\/ajax\/update.php(194): OC\\Updater->upgrade()\n#11 {main}\n\nNext Doctrine\\DBAL\\Driver\\PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'Fri, 08 Apr 2016 23:30:17 GMT' for column 'last_modified' at row 2 in \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/PDOConnection.php:106\nStack trace:\n#0 \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php(935): Doctrine\\DBAL\\Driver\\PDOConnection->query('ALTER TABLE oc_...')\n#1 \/var\/www\/owncloud\/lib\/private\/DB\/Migrator.php(258): Doctrine\\DBAL\\Connection->query('ALTER TABLE oc_...')\n#2 \/var\/www\/owncloud\/lib\/private\/DB\/Migrator.php(86): OC\\DB\\Migrator->applySchema(Object(Doctrine\\DBAL\\Schema\\Schema))\n#3 \/var\/www\/owncloud\/lib\/private\/DB\/MDB2SchemaManager.php(119): OC\\DB\\Migrator->migrate(Object(Doctrine\\DBAL\\Schema\\Schema))\n#4 \/var\/www\/owncloud\/lib\/private\/legacy\/db.php(186): OC\\DB\\MDB2SchemaManager->updateDbFromStructure('\/var\/www\/ownclo...')\n#5 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(1206): OC_DB::updateDbFromStructure('\/var\/www\/ownclo...')\n#6 \/var\/www\/owncloud\/lib\/private\/Updater.php(375): OC_App::updateApp('news')\n#7 \/var\/www\/owncloud\/lib\/private\/Updater.php(252): OC\\Updater->doAppUpgrade()\n#8 \/var\/www\/owncloud\/lib\/private\/Updater.php(151): OC\\Updater->doUpgrade('9.1.0.15', '9.1.0.15')\n#9 \/var\/www\/owncloud\/core\/ajax\/update.php(194): OC\\Updater->upgrade()\n#10 {main}\n\nNext Doctrine\\DBAL\\Exception\\DriverException: An exception occurred while executing 'ALTER TABLE oc_news_feeds ADD `http_etag` LONGTEXT DEFAULT NULL, ADD `basic_auth_user` LONGTEXT DEFAULT NULL, ADD `basic_auth_password` LONGTEXT DEFAULT NULL, CHANGE `last_modified` `last_modified` BIGINT UNSIGNED DEFAULT 0, CHANGE etag `http_last_modified` LONGTEXT DEFAULT NULL':\n\nSQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'Fri, 08 Apr 2016 23:30:17 GMT' for column 'last_modified' at row 2 in \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Driver\/AbstractMySQLDriver.php:116\nStack trace:\n#0 \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/DBALException.php(116): Doctrine\\DBAL\\Driver\\AbstractMySQLDriver->convertException('An exception oc...', Object(Doctrine\\DBAL\\Driver\\PDOException))\n#1 \/var\/www\/owncloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Connection.php(945): Doctrine\\DBAL\\DBALException::driverExceptionDuringQuery(Object(Doctrine\\DBAL\\Driver\\PDOMySql\\Driver), Object(Doctrine\\DBAL\\Driver\\PDOException), 'ALTER TABLE oc_...')\n#2 \/var\/www\/owncloud\/lib\/private\/DB\/Migrator.php(258): Doctrine\\DBAL\\Connection->query('ALTER TABLE oc_...')\n#3 \/var\/www\/owncloud\/lib\/private\/DB\/Migrator.php(86): OC\\DB\\Migrator->applySchema(Object(Doctrine\\DBAL\\Schema\\Schema))\n#4 \/var\/www\/owncloud\/lib\/private\/DB\/MDB2SchemaManager.php(119): OC\\DB\\Migrator->migrate(Object(Doctrine\\DBAL\\Schema\\Schema))\n#5 \/var\/www\/owncloud\/lib\/private\/legacy\/db.php(186): OC\\DB\\MDB2SchemaManager->updateDbFromStructure('\/var\/www\/ownclo...')\n#6 \/var\/www\/owncloud\/lib\/private\/legacy\/app.php(1206): OC_DB::updateDbFromStructure('\/var\/www\/ownclo...')\n#7 \/var\/www\/owncloud\/lib\/private\/Updater.php(375): OC_App::updateApp('news')\n#8 \/var\/www\/owncloud\/lib\/private\/Updater.php(252): OC\\Updater->doAppUpgrade()\n#9 \/var\/www\/owncloud\/lib\/private\/Updater.php(151): OC\\Updater->doUpgrade('9.1.0.15', '9.1.0.15')\n#10 \/var\/www\/owncloud\/core\/ajax\/update.php(194): OC\\Updater->upgrade()\n#11 {main})","level":4,"time":"2016-08-24T22:44:41+00:00","method":"GET","url":"\/owncloud\/core\/ajax\/update.php?requesttoken=JgMGMVIKKAFNTzccCBIVPUBcSCI7fgs7AmMvIzYPDyI%3D%3AqHIPgkpfbxTDFyxS%2B2xQjONii2ZsGnZT%2FvGayMuaF%2F0%3D","user":"--"}
{"reqId":"w99\/KON\/b5iVTtjQ1ys4","remoteAddr":"REDACTED_0","app":"core","message":"Exception: {\"Exception\":\"Doctrine\\\\DBAL\\\\Exception\\\\DriverException\",\"Message\":\"An exception occurred while executing 'ALTER TABLE oc_news_feeds ADD `http_etag` LONGTEXT DEFAULT NULL, ADD `basic_auth_user` LONGTEXT DEFAULT NULL, ADD `basic_auth_password` LONGTEXT DEFAULT NULL, CHANGE `last_modified` `last_modified` BIGINT UNSIGNED DEFAULT 0, CHANGE etag `http_last_modified` LONGTEXT DEFAULT NULL':\\n\\nSQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'Fri, 08 Apr 2016 23:30:17 GMT' for column 'last_modified' at row 2\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/DBALException.php(116): Doctrine\\\\DBAL\\\\Driver\\\\AbstractMySQLDriver->convertException('An exception oc...', Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException))\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Connection.php(945): Doctrine\\\\DBAL\\\\DBALException::driverExceptionDuringQuery(Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOMySql\\\\Driver), Object(Doctrine\\\\DBAL\\\\Driver\\\\PDOException), 'ALTER TABLE oc_...')\\n#2 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/DB\\\/Migrator.php(258): Doctrine\\\\DBAL\\\\Connection->query('ALTER TABLE oc_...')\\n#3 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/DB\\\/Migrator.php(86): OC\\\\DB\\\\Migrator->applySchema(Object(Doctrine\\\\DBAL\\\\Schema\\\\Schema))\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/DB\\\/MDB2SchemaManager.php(119): OC\\\\DB\\\\Migrator->migrate(Object(Doctrine\\\\DBAL\\\\Schema\\\\Schema))\\n#5 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/db.php(186): OC\\\\DB\\\\MDB2SchemaManager->updateDbFromStructure('\\\/var\\\/www\\\/ownclo...')\\n#6 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/legacy\\\/app.php(1206): OC_DB::updateDbFromStructure('\\\/var\\\/www\\\/ownclo...')\\n#7 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Updater.php(375): OC_App::updateApp('news')\\n#8 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Updater.php(252): OC\\\\Updater->doAppUpgrade()\\n#9 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Updater.php(151): OC\\\\Updater->doUpgrade('9.1.0.15', '9.1.0.15')\\n#10 \\\/var\\\/www\\\/owncloud\\\/core\\\/ajax\\\/update.php(194): OC\\\\Updater->upgrade()\\n#11 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Driver\\\/AbstractMySQLDriver.php\",\"Line\":116}","level":3,"time":"2016-08-24T22:44:41+00:00","method":"GET","url":"\/owncloud\/core\/ajax\/update.php?requesttoken=JgMGMVIKKAFNTzccCBIVPUBcSCI7fgs7AmMvIzYPDyI%3D%3AqHIPgkpfbxTDFyxS%2B2xQjONii2ZsGnZT%2FvGayMuaF%2F0%3D","user":"--"}

Contents of Browser Error Console

No errors reported by Chrome's console.

Mark all read shortcut does not check for pressed alt, meta and ctrl keys

I'm not sure what's happening, but my feeds keep getting marked read through no fault of my own. At first I thought I was just accidentally pressing Shift+A but it just happened again and I know I didn't press that (frankly, I'd like a way to disable that keyboard shortcut, just to be certain I'm not mispressing Ctrl+Shift+A when I wanna to something with my browser addons). It only happens to the folder that I have open in the tab, never to folders that I dont' have open at the time. I've probably had it happen 3-4 times since using Nextcloud News for the past 2-3 months.

I know y'all want me to disable my addons in browser, but I can't because I don't know what's triggering the issue, I can't really work on it properly. Here's a list of addons I currently have installed.

Decentraleyes
Disable Ctrl-Q Shortcut
Privacy Badger
Simple Site Blocker
Tab Groups
uBlockOrigin
uMatrix

Nextcloud News Version: 9.0.4
Nextcloud Version: 10.0.1 (stable)
PHP Version: PHP 5.6.27-0+deb8u1
MySQL Version: 5.5.52-0+deb8u1
Browser: Firefox ESR 45.4.0
Distro: Rasbian Stable

Feature Request: Make grouping by folder in "Unread Articles" view optional

Explain the Problem

First time News App User here. Although I think the behavior is intentional, I propose an option not to sort the articles by modification/creation time in the "Unread articles" view, but to show them in their chronological order of publishing. If I add a new feed, the corresponding articles are shown first even if they are "older" then articles from other Feeds.
bildschirmfoto 2016-08-31 um 10 01 01

Steps to Reproduce

  1. Install News App
  2. Add some Feeds.
  3. Open "Unread articles" view.
  4. Add some more Feeds.
  5. Open "Unread articles" view and see last added Feeds first.

System Information

  • News app version: 0.9.4
  • Nextcloud version: 10.0
  • PHP version: 5.6.21
  • Database and version: MySQL
  • Browser and version: Chrome Mac/52
  • Distribution and version: CentOS/Apache self hosted, News app installed from Apps panel

About releases

Hi all,
first of all, thanks for the awesome work you guys put in this app, I really like it.

Can I suggest you to create a stable version of the app, with less strictly requirements?

You alreay request pretty high software versions (node.js >= 6, postrgresql >= 9.4) that break compatibility with LTS versions of software (node.js LTS is 4.x).

Also, version 9.0 requires Nextcloud 10.0, that isn't stable yet. Can you please release updates only for stable versions? Thanks :)

Black background in list

Explain the Problem

Sometimes without obvious reason the app is showing a black background in the feed entry list.

Steps to Reproduce

unknown

System Information

  • News app version: 9.0.4
  • Nextcloud version: 10.0.1

I could fix the problem by deactivating the css backrgound-image value of #app-content .item.active

unbenannt

unbenannt2

Required file does not exist

I have an owncloud server 9.0.2 deployment on a Raspberry Pi (Raspbian GNU/Linux 8), PHP version 5.6.10, MySQL 5.5.49.

Trying to install nextcloud/news 8.8.0.

In the file news/appinfo/app.php, a file is included which apparently does not exist:

require_once __DIR__ . '/../vendor/autoload.php';

This leads to an error when updating:

Updating <news> ...
PHP Fatal error:  require_once(): Failed opening required '/var/www/news/appinfo/../vendor/autoload.php' (include_path='/var/www/owncloud/3rdparty/pear/console_getopt:/var/www/owncloud/3rdparty/pear/pear_exception:/var/www/owncloud/3rdparty/pear/pear-core-minimal/src:/var/www/owncloud/3rdparty/pear/archive_tar:/var/www/owncloud/3rdparty/phpseclib/phpseclib/phpseclib:/var/www/owncloud/lib/private:/var/www/owncloud/config:/var/www/owncloud/3rdparty:/var/www/owncloud/apps:.:/usr/share/php:/usr/share/pear:/var/www/owncloud') in /var/www/news/appinfo/app.php on line 16

Right sidebar style is different then in server

Nextcloud News seems to be using legacy styles in the right sidebar ... For example, the current selected element (folder, RSS-Feed, ...) is greyed - which is not longer the behavior in Nextcloud since (let's say version 8.2 😜) ... The background should be and stay white I think 😁

@jancborchardt @nextcloud/designers

Upgrade process time

We've discussed this before, but now i'm doing an upgrade test using the real news database entries and with ~40mill records in feeds, it's gonna take too long time to upgrade. We are on an old version and taking first step to upgrade to 7.1.2 (oC stable8.2).
Now after ~45min i see Query SELECT id FROM oc_news_items LIMIT 1000 OFFSET 2218000, which means it's just at the 2218000 of 40000000 records.

Is there a way to avoid the search key generation for the upgrade for such a big instance?
I think this will take several days even though it's on an SSD RAID.

@BernhardPosselt

HTTP Basic Auth for Feeds and saved credentials in browsers

I’ve stored my nextcloud credentials in my browser, so the username and password fields on the login page are automatically populated.

Unfortunately, when adding a new feed to the nextcloud news app, Firefox 48.0.1 also populates the "Credentials" field with my nextcloud credentials.

If I don’t pay attention to clear the Credentials field, this means that:

  1. my nextcloud credentials are stored in the nextcloud database unencrypted
  2. and, even worse, my nextcloud credentials are sent to the feed provider over a possibly unencrypted connection.

Therefore, I consider this problem to be a serious security issue.

To avoid this, I think both the username and the password field should have autocomplete disabled. What do you think?

Missing title in case of unicode char at the beginning

Explain the Problem

If a feed entry has a title with an unicode character (e.g. πŸ”΄) at the beginning, the whole title is not printed out.

Steps to Reproduce

  1. Find a feed with an unicode character in the title (in my case some YouTube channels)
  2. Look at the list, you will find an empty box with only the favicon on the left and the time + symbols on the right. :)

System Information

  • News app version: 10
  • Nextcloud version: 11.0 beta 2
  • PHP version: 5.6.27
  • Database and version: MySQL 5.5.53
  • Browser and version: multiple Firefox/Icecat Versions + OCReader

unable to make

Hi there, i just switched to the beta 2 branch of nextcloud.

If i try to compile using your manual, using www-data, the following happens:

(git)-[master] # sudo -u www-data make
make composer
make[1]: Entering directory '/var/lib/owncloud/apps/news'
No composer command available, downloading a copy from the web
mkdir -p /var/lib/owncloud/apps/news/build/tools
curl -sS https://getcomposer.org/installer | php
All settings correct for using Composer
PHP Warning:  file_put_contents(/var/www/.composer/keys.dev.pub): failed to open stream: No such file or directory in - on line 468
PHP Warning:  file_put_contents(/var/www/.composer/keys.tags.pub): failed to open stream: No such file or directory in - on line 485
Downloading 1.1.3...
PHP Warning:  openssl_verify(): supplied key param cannot be coerced into a public key in - on line 576
PHP Warning:  openssl_free_key() expects parameter 1 to be resource, boolean given in - on line 577
Signature mismatch, could not verify the phar file integrity
Makefile:86: recipe for target 'composer' failed
make[1]: *** [composer] Error 1
make[1]: Leaving directory '/var/lib/owncloud/apps/news'
Makefile:78: recipe for target 'build' failed
make: *** [build] Error 2

If i use my user to make it, the following happens:

[...]

> owncloud-news@ build /var/lib/owncloud/apps/news/js
> node node_modules/gulp-cli/bin/gulp.js


/var/lib/owncloud/apps/news/js/gulpfile.js:14
const gulp = require('gulp'),
^^^^^
SyntaxError: Use of const in strict mode.
    at Module._compile (module.js:439:25)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at execute (/var/lib/owncloud/apps/news/js/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
    at Liftoff.handleArguments (/var/lib/owncloud/apps/news/js/node_modules/gulp-cli/index.js:150:63)
    at Liftoff.<anonymous> (/var/lib/owncloud/apps/news/js/node_modules/gulp-cli/node_modules/liftoff/index.js:193:16)
    at module.exports (/var/lib/owncloud/apps/news/js/node_modules/gulp-cli/node_modules/liftoff/node_modules/flagged-respawn/index.js:17:3)

npm ERR! owncloud-news@ build: `node node_modules/gulp-cli/bin/gulp.js`
npm ERR! Exit status 8
npm ERR! 
npm ERR! Failed at the owncloud-news@ build script.
npm ERR! This is most likely a problem with the owncloud-news package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node node_modules/gulp-cli/bin/gulp.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls owncloud-news
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.16.0-4-amd64
npm ERR! command "/home/user/.nvm/v0.10.32/bin/node" "/home/technics/.nvm/v0.10.32/bin/npm" "run" "build"
npm ERR! cwd /var/lib/owncloud/apps/ne.ws/js
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /var/lib/owncloud/apps/news/js/npm-debug.log
npm ERR! not ok code 0
Makefile:100: recipe for target 'npm' failed
make[1]: *** [npm] Error 1
make[1]: Leaving directory '/var/lib/owncloud/apps/news'
Makefile:78: recipe for target 'build' failed
make: *** [build] Error 2
make  182,19s user 39,28s system 102% cpu 3:36,88 total

(dont get confused i didn't renamed all my owncloud dirs yet.)
If i try to use the old news app from my privous owncloud setup, which worked in nextcloud 9.0.50, i just receive a white screen when trying to open the webinterface of nextcloud and my nginx error log says:
PHP Fatal error: Class '\OCP\Backgroundjob' not found in /var/lib/owncloud/apps/news/config/appconfig.php on line 88"
I am using debian 8.5 jessie with php 5.6.22-0+deb8u1.

API returns badly formatted value for lastModified

IMPORTANT

Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)

Explain the Problem

The API returns a badly formatted value for lastModified for items. It should be a 10 digit Unix timestamp but it includes additional characters.

    lastModified = 1471915896380790;
    pubDate = 1471913485;

Steps to Reproduce

Explain what you did to encounter the issue

  1. Retrieve feed items using the API

System Information

  • News app version: 9.0.1
  • Nextcloud version: ownCloud 9.1.0
  • PHP version:
  • Database and version:
  • Browser and version: N/A
  • Distribution and version: Ubuntu 15.10

Ctrl+A checks as read invisible items in a feed

Explain the Problem

Mark all as read marks as read unseen items. Ctrl+A must mark as read only seen items (now loaded in browser).

Steps to Reproduce

Explain what you did to encounter the issue

  1. Select one of the feeds with unread items
  2. Wait for "update feeds" cron job to increase current feed's counter - load some more items (do not refresh the feed)
  3. Press "Ctrl+A" - all items, including unseen, will be marked as read. But I didn't see them!

System Information

  • News app version: 9.0.3
  • Nextcloud version: 10
  • PHP version: 5.6.24
  • Database and version: MariaDB 10.0.26-0+deb8u1
  • Browser and version: Firefox 48
  • Distribution and version: Windows 7 x86_64

News 9.0.4 subscriptions disappeared

Explain the Problem

After update to 10.0.0, all my subscriptions in News disappeared (except the sole starred article I had) while I was exploring News settings. By the way, there is no obvious way to close the settings panel (I only discovered it accidentally by clicking inside the right panel). Theoretically, it is possible to roll back to my NextCloud state just before upgrade and try reproducing the problem, but I probably would not go through the exercise unless absolutely necessary.

Steps to Reproduce

  1. Updated from 9.0.53 to 10.0.0
  2. Opened News app, checked some news, subscribed to NextCloud feed. Everything was normal.
  3. Clicked on 'settings' button, then 'Keyboard shortcuts'
  4. Clicked inside the right panel, screen reverted to the default, but all the subscriptions were gone as if it was a new installations, except the single article I had starred before was still there.

System Information

  • News app version: 9.0.4
  • Nextcloud version: 10.0 stable
  • PHP version: 7.0.10
  • Database and version: MariaDB 10.1.16
  • Browser and version: FireFox 47.0.1
  • Distribution and version: FreeBSD 10.3 p7 + nginx 1.11.3 in a jail

Contents of nextcloud/data/nextcloud.log

Only debug cron messages and 'Info: Invalidating tokens older than...'

Contents of Browser Error Console

This behaviour has not repeated and I did not have the console open at the time this happened. When I tried repeating the same steps, the test subscription I made after did not disappear (the console output is below).

Content Security Policy: Directive 'frame-src' has been deprecated. Please use directive 'child-src' instead. (unknown)
JQMIGRATE: Migrate is installed, version 1.4.0 jquery-migrate.min.js:2:542
mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create clipboard.js:635:49
Loading mixed (insecure) display content "http://www.freebsd.org/favicon.ico" on a secure page[Learn More] angular-animate.min.js:11:156
Loading mixed (insecure) display content "http://33.media.tumblr.com/avatar_21babec3285d_128.png" on a secure page[Learn More] angular-animate.min.js:11:156
Loading mixed (insecure) display content "http://ignorethecode.net/blog_images/iphone.png" on a secure page[Learn More] angular-animate.min.js:11:156
Loading mixed (insecure) display content "http://smittenkitchen.com/uploads/favicon.ico" on a secure page[Learn More] angular-animate.min.js:11:156
Loading mixed (insecure) display content "http://foodinjars.com.s164546.gridserver.com/arugulapesto/wp-content/uploads/2013/05/jar-favicon.png" on a secure page[Learn More] angular-animate.min.js:11:156
Loading mixed (insecure) display content "http://planet.gnome.org/img/gnome-16.png" on a secure page[Learn More] angular-animate.min.js:11:156
Loading mixed (insecure) display content "http://explosm.net/favicons/favicon.ico" on a secure page[Learn More] angular-animate.min.js:11:156
Loading mixed (insecure) display content "http://theoatmeal.com/favicon.ico" on a secure page[Learn More] angular-animate.min.js:11:156

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.