Noting works, update also not work. Please help

Can someone help me please ?
Fresh install Nextcloud Hub 7 (28.0.4) noting works. Installed with Softaculous installer.
Cant upload, or crate folders, Photos nor videos.
Failed to create /photos/admin/albums/ELITE.
Does not see the folders probably.

Upgrade:
Current version is 28.0.4.
Update to Nextcloud 28.0.8 available. (channel: “stable”)
Verifying integrity
Parsing response failed.
Show detailed response

No idea what the “Softaculous installer” is, but check your nextcloud.log and make sure your environment matches the requirements: System requirements — Nextcloud latest Administration Manual latest documentation

Contents of File: /usr/local/php/php.ini

; The OPcache shared memory storage size.
;opcache.memory_consumption=256

; The amount of memory for interned strings in Mbytes.
;opcache.interned_strings_buffer=16

; The maximum number of keys (scripts) in the OPcache hash table.
; Only numbers between 200 and 1000000 are allowed.
;opcache.max_accelerated_files=10000

; The maximum percentage of “wasted” memory until a restart is scheduled.
;opcache.max_wasted_percentage=5

; When this directive is enabled, the OPcache appends the current working
; directory to the script key, thus eliminating possible collisions between
; files with the same name (basename). Disabling the directive improves
; performance, but may break existing applications.
;opcache.use_cwd=1

; When disabled, you must reset the OPcache manually or restart the
; webserver for changes to the filesystem to take effect.
;opcache.validate_timestamps=1

; How often (in seconds) to check file timestamps for changes to the shared
; memory storage allocation. (“1” means validate once per second, but only
; once per request. “0” means always validate)
;opcache.revalidate_freq=2

As you can see everything is more than nexcloud ask, but still gave me the same errors.

Another thing i want to ask.
That is in my domain php.ini

mbstring.func_overload=0
always_populate_raw_post_data=-1
default_charset=‘UTF-8’
output_buffering=0

I add memory_limit=512 manualy and still ask for 512.

  • The PHP memory limit is below the recommended value of 512 MB.

Those are errors i see.
There are some errors regarding your setup.

  • Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken.

  • The PHP memory limit is below the recommended value of 512 MB.

  • 33 errors in the logs since August 12, 2024

  • Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks. For more details see the documentation :arrow_upper_right:.

  • The PHP OPcache module is not properly configured. The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply “opcache.memory_consumption” to your PHP configuration with a value higher than “128”. The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply “opcache.interned_strings_buffer” to your PHP configuration with a value higher than “8”… For more details see the documentation :arrow_upper_right:.

  • The “Strict-Transport-Security” HTTP header is not set to at least “15552000” seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips :arrow_upper_right:.

Also the VPS meet all system requirements.
It has 24G of RAM.
CPU Model: AMD EPYC 7282 16-Core Processor
Apache version:** Apache/2.4.57
PHP version:** 8.3.4
MySQL version:** 10.4.34-MariaDB

I use the same installer as before.

Thanks for the replay.
I installed the same version March 29, 2024, 9:05 pm
With the same installer
This one i installed march no longer need it.


The distro is: CentOS Stream release 8
Its a VPS.
Everythung worked perfectly. Now does not.

Maybe its previlegies the problem ? Or can’t read folders ?
i can’t solve the problem.

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