Web UI not showing folder and files

Hello,
I update Nextcloud to 30.0 but some users (with big data or to many folder) have a problem showing files from web interface (not showing) and appears message “No files in here”

  • Nextcloud Server version 30.0.0
  • Operating system and version Rocky Linux 8.10
  • Web server and version Apache 2.4.37
  • PHP version 8.2.25
  • MariaDB 10.3.39

My config.php:

<?php
$CONFIG = array (
  'instanceid' => 'xxxxx',
  'passwordsalt' => 'xxxxx',
  'secret' => 'xxxxx',
  'trusted_domains' =>
  array (
    0 => 'domain.com',
    12 => 'server1.domain.com',
  ),
  'default_phone_region' => 'CL',
  'datadirectory' => '/data',
  'dbtype' => 'mysql',
  'logfile' => '/data/log/nextcloud-web.log',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://xxxxx',
  'dbname' => 'nextcloud',
  'dbhost' => 'xxxxx',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'root',
  'dbpassword' => 'xxxxx',
  'installed' => true,
  'theme' => '',
  'loglevel' => 0,
  'trashbin_retention_obligation' => 'disabled',
  'versions_retention_obligation' => 'disabled',
  'mail_smtpmode' => 'smtp',
  'mail_sendmailmode' => 'smtp',
  'mail_smtpport' => '587',
  'mail_from_address' => 'audio',
  'mail_domain' => 'domain.com',
  'mail_smtphost' => 'xxxxxx',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtpname' => 'xxxx@domain.com',
  'overwriteprotocol' => 'https',
  'mail_smtppassword' => 'xxxxx',
  'memcache.local' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'memcache.distributed' => '\\OC\\Memcache\\Redis',
  'redis' =>
  array (
    'host' => 'xxxxxx',
    'port' => 6379,
    'timeout' => 3,
  ),
  'maintenance' => false,
  'skeletondirectory' => '/data/skeleton',
  'filelocking.enabled' => 'true',
  'proxy' => 'xxxxx:3128',
  'auth.bruteforce.protection.enabled' => false,
);

And the apache log:

x.x.18.26 - username [26/Nov/2024:10:46:52 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:47:22 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:47:52 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:48:22 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:48:52 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:49:22 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:49:52 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:50:22 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:50:52 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:51:22 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252

Did you check for PHP errors? Listing files takes a ridiculous amount of memory.

Hi,
not i dont have PHP error, my php.ini

[PHP]
engine = On
short_open_tag = Off
precision = 14
output_buffering = 4096
zlib.output_compression = Off
implicit_flush = Off
unserialize_callback_func =
serialize_precision = -1
disable_functions =
disable_classes =
zend.enable_gc = On
zend.exception_ignore_args = On
zend.exception_string_param_max_len = 0
expose_php = On
max_execution_time = 300
max_input_time = 60
##memory_limit = 128M
memory_limit = 1024M
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
display_errors = Off
display_startup_errors = Off
log_errors = On
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
variables_order = "GPCS"
request_order = "GP"
register_argc_argv = Off
auto_globals_jit = On
post_max_size = 1024M
auto_prepend_file =
auto_append_file =
default_mimetype = "text/html"
default_charset = "UTF-8"
doc_root =
user_dir =
enable_dl = Off
file_uploads = On
upload_max_filesize = 1024M
max_file_uploads = 20
allow_url_fopen = On
allow_url_include = Off
default_socket_timeout = 60
[CLI Server]
cli_server.color = On
[Date]
[filter]
[iconv]
[imap]
[intl]
[sqlite3]
[Pcre]
pcre.jit=0
[Pdo]
[Pdo_mysql]
pdo_mysql.default_socket=
[Phar]
[mail function]
sendmail_path = /usr/sbin/sendmail -t -i
mail.add_x_header = Off
[ODBC]
odbc.allow_persistent = On
odbc.check_persistent = On
odbc.max_persistent = -1
odbc.max_links = -1
odbc.defaultlrl = 4096
odbc.defaultbinmode = 1
[MySQLi]
mysqli.max_persistent = -1
mysqli.allow_persistent = On
mysqli.max_links = -1
mysqli.default_port = 3306
mysqli.default_socket =
mysqli.default_host =
mysqli.default_user =
mysqli.default_pw =
mysqli.reconnect = Off
[mysqlnd]
mysqlnd.collect_statistics = On
mysqlnd.collect_memory_statistics = Off
[OCI8]
[PostgreSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent = Off
pgsql.max_persistent = -1
pgsql.max_links = -1
pgsql.ignore_notice = 0
pgsql.log_notice = 0
[bcmath]
bcmath.scale = 0
[browscap]
[Session]
session.save_handler = files
session.use_strict_mode = 0
session.use_cookies = 1
session.use_only_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly =
session.cookie_samesite =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor = 1000
session.gc_maxlifetime = 1440
session.referer_check =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.sid_length = 26
session.trans_sid_tags = "a=href,area=href,frame=src,form="
session.sid_bits_per_character = 5
[Assertion]
zend.assertions = -1
[mbstring]
[gd]
[exif]
[Tidy]
tidy.clean_output = Off
[soap]
soap.wsdl_cache_enabled=1
soap.wsdl_cache_dir="/tmp"
soap.wsdl_cache_ttl=86400
soap.wsdl_cache_limit = 5
[sysvshm]
[ldap]
ldap.max_links = -1
[dba]
[opcache]
[curl]
[openssl]
[ffi]

For example, the somes users have folder with 80gb, 120 gb and more .

Thanks

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.