NextCloud broken

Nextcloud version: latest stable
Operating system and version: Ubuntu 20.04 LTS
Apache or nginx version (eg, Apache 2.4.25): OpenLiteSpeed (directadmin)
PHP version (eg, 7.4): 7.4

The issue you are facing:
Top menu icon images are missing, upload any file is stuck in half.

Is this the first time you’ve seen this error? (Y/N):

Steps to replicate it:

  1. Login to nextcloud
  2. Look at top icons
  3. Open files
  4. Upload any file

The output of your Nextcloud log in Admin > Logging:

https://cloud.exact.gg/nextcloud.log

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

https://cloud.exact.gg/config.php

The output of your Apache/nginx/system log in /var/log/____:

https://cloud.exact.gg/lsrestart.log

Hi,

most of time, it is because you are missing dependencies…

can you post excerpt of php -m

[PHP Modules]
bcmath
calendar
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
imagick
intl
ionCube Loader
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
redis
Reflection
session
SimpleXML
soap
sockets
sodium
SPL
sqlite3
standard
tokenizer
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib

[Zend Modules]
Zend OPcache
the ionCube PHP Loader + ionCube24

Hi @eXactPlay,
You are missing the end of the required support template. Please fill this form out and edit into your post so you can include the system logs.

Thanks.

1 Like

Check: Installation on Linux — Nextcloud latest Administration Manual latest documentation

Definitely some dependencies who might be needed :

  • apcu
  • bz2
  • igbinary
  • libxml
    and maybe more…

If you had filled up the support form, it would have been easier to get help…

please, check my ongoing cookboob, it might help you…

Installed the ones you sent, 1 and 4 is installed already, 2 and 3 didn’t help. Updated logs in OP.

Updated! Hoping we can solve this soon!

Anyone knows what’s up?