Strange error message that conflicts with visible settings

Nextcloud version newest:
Operating system and version Debian for ras pi
Apach
PHP version 7.3

The issue you are facing:
I cant upload big files even though everything says I should be able to

Is this the first time you’ve seen this error? : Y

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

Jul 16 22:55:47 mail nextcloud[13388]: {"reqId":"M5Sd1zNjlcqOY3ztfz0D","level":3,"time":"2020-07-16T21:55:47+00:00","remoteAddr":"2603:9000:b308:c95e::161f","user":"m***@***.org","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/m***@***.org/Main%20Game/unity/Ship%20Game/Library/Occlusion","message":"Allowed memory size of 536870912 bytes exhausted (tried to allocate 8192 bytes) at /var/www/nextcloud/lib/private/Files/Cache/Cache.php#174","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.7.1"}

The output of your Apache system log in error.log:

[Thu Jul 16 08:54:13.907594 2020] [mpm_prefork:notice] [pid 12745] AH00169: caught SIGTERM, shutting down
[Thu Jul 16 08:54:14.270166 2020] [mpm_prefork:notice] [pid 12850] AH00163: Apache/2.4.38 (Raspbian) OpenSSL/1.1.1d configured -- resuming normal operations
[Thu Jul 16 08:54:14.270325 2020] [core:notice] [pid 12850] AH00094: Command line: '/usr/sbin/apache2'
cat: /sys/class/net/wlan0/speed: Invalid argument
cat: /sys/class/net/wlan0/duplex: Invalid argument

next cloud reporting

config.php

<?php
$CONFIG = array (
  'passwordsalt' => '***',
  'secret' => '***',
  'trusted_domains' =>
  array (

  ),
  'datadirectory' => '/var/www/nextcloud/data',
  'dbtype' => 'pgsql',
  'version' => '18.0.7.1',
  'overwrite.cli.url' => 'https://***',
  'htaccess.RewriteBase' => '/',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'oc***',
  'dbpassword' => '***',
  'installed' => true,
  'instanceid' => 'oc0ffw06tlf2',
  'log_type' => 'syslog',
  'syslog_tag' => 'nextcloud',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'filelocking.enabled' => true,
  'memcache.distributed' => '\\OC\\Memcache\\Redis',
  'redis' =>
  array (
    'host' => '/var/run/redis/redis.sock',
    'port' => 0,
    'timeout' => 0.0,
  ),
  'user_backend_sql_raw' =>
  array (
    'db_name' => 'mail***',
    'db_user' => 'mail***',
  'theme' => '',
    'db_password' => '***',
    'queries' =>
    array (
      'get_password_hash_for_user' => 'SELECT password_hash FROM users_fqda WHERE fqda = :username',
      'user_exists' => 'SELECT EXISTS(SELECT 1 FROM users_fqda WHERE fqda = :username)',
      'get_users' => 'SELECT fqda FROM users_fqda WHERE (fqda ILIKE :search) OR (display_name ILIKE :search)',
      'set_password_hash_for_user' => 'UPDATE users SET password_hash = :new_password_hash WHERE local = split_part(:username, \'@\', 1) AND domain = split_part(:username, \'@\', 2)',
      'delete_user' => 'DELETE FROM users WHERE local = split_part(:username, \'@\', 1) AND domain = split_part(:username, \'@\', 2)',
      'get_display_name' => 'SELECT display_name FROM users WHERE local = split_part(:username, \'@\', 1) AND domain = split_part(:username, \'@\', 2)',
      'set_display_name' => 'UPDATE users SET display_name = :new_display_name WHERE local = split_part(:username, \'@\', 1) AND domain = split_part(:username, \'@\', 2)',
      'count_users' => 'SELECT COUNT (*) FROM users',
      'create_user' => 'INSERT INTO users (local, domain, password_hash) VALUES (split_part(:username, \'@\', 1), split_part(:username, \'@\', 2), :password_hash)',
    ),
    'hash_algorithm_for_new_passwords' => 'argon2id',
  ),
  'mail_smtpmode' => 'sendmail',
  'mail_from_address' => 'no-reply',
  'mail_domain' => '***',
  'app.mail.transport' => 'php-mail',
  'maintenance' => false,
  'updater.secret' => '***',
  'theme' => '',
  'loglevel' => 2,
);

finally this is from my monitoring program
Capture

1 Like

are you using cloudflare?

sorry just got back from a minor family crisis I do not believe I am using cloudflare

ok, are you hosting? or is someone hosting you?