nextcloud / files_antivirus

👾 Antivirus app for Nextcloud Files
https://apps.nextcloud.com/apps/files_antivirus
GNU Affero General Public License v3.0
81 stars 33 forks source link

files_antivirus throwing error #230

Open aakerbeere opened 2 years ago

aakerbeere commented 2 years ago

Steps to reproduce

  1. Set loglevel to 0 in config.php
  2. Examine Log

Expected behaviour

IMHO no app.php errors should be thrown. Maybe check "Bootstrapping"

Actual behaviour

{"reqId":"yRBK140cmKs5IZXE4aN4","level":0,"time":"2022-04-22T12:27:18+02:00","remoteAddr":"<masked>","user":"<masked>","app":"files_antivirus","method":"GET","url":"/apps/logreader/poll?lastReqId=dy5ImqFsE0eBuoCBBNCk","message":"/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0","version":"23.0.4.1","id":"6262879c9c0fa"}

Server configuration

Operating system:

  Linux 5.15.32-v8+ aarch64

Web server: Apache/2.4.53 (Debian)

Database: PostgreSQL 14.2 (Debian 14.2-1.pgdg110+1)

PHP version: 7.4.28

Nextcloud version: 23.0.4.1

Where did you install Nextcloud from:

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Nextcloud configuration:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

or

Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)

Client configuration

Browser:

Operating system:

Logs

Nextcloud log (data/owncloud.log)

Insert your Nextcloud log here

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...