Nextcloud installation

compiz
Posts: 33
Joined: Fri May 28, 2021 12:29 pm

After some further experimentation, I have managed to get it up and running with php 8.0 and nginx as caching, every other option than caching I get everything corrupted or not running at all.
But also with caching things are bad as well, notifications even though I dismiss them, they are always there.
With the old normal vestacp i didn't had those problems, i were just uploading the files to the dir, visit the url, insert the db/user info and done. Had it up and running in a few minutes.
With myvestacp on the other hand ... oh boy!
lgreen
Posts: 6
Joined: Thu Jan 13, 2022 5:44 am

compiz wrote: Fri Mar 11, 2022 8:42 pm After some further experimentation, I have managed to get it up and running with php 8.0 and nginx as caching, every other option than caching I get everything corrupted or not running at all.
But also with caching things are bad as well, notifications even though I dismiss them, they are always there.
With the old normal vestacp i didn't had those problems, i were just uploading the files to the dir, visit the url, insert the db/user info and done. Had it up and running in a few minutes.
With myvestacp on the other hand ... oh boy!
That's weird, I only increase a value from what I type before (MySQL settings), and disable some extention from NGINX Proxy, or better I put "nocache" on all extention, and it works!
But, you made it, I'm happy to know that.

Anyway, using PHP 8.0 + nginx + redis, that's really smooth.
absolutemusik
Posts: 14
Joined: Wed Feb 03, 2021 10:01 am

I think the php 8.1 to 8.3 should be fine with the latest version of the script. However, I am facing a problem of CSS stylesheet not loading.

Apache + Nginx + Php 8.1 (tested 8.1, 8.2, 8.3)
Also, I have updated the MySQL(MariaDB) as previously suggested under this topic. These are NOT getting me to have the CSS and JavaScript.

Code: Select all

2024/04/13 20:46:47 [error] 51996#51996: *430 openat() "/home/admin/web/cloud.example.com/public_html/index.php/apps/theming/theme/default.css" failed (20: Not a directory), client: 123.123.123.123, server: cloud.example.com, request: "GET /index.php/apps/theming/theme/default.css?plain=1&v=6e3f3bf0 HTTP/2.0", host: "cloud.example.com"
2024/04/13 20:46:47 [error] 51996#51996: *430 openat() "/home/admin/web/cloud.example.com/public_html/index.php/apps/theming/theme/light.css" failed (20: Not a directory), client: 123.123.123.123, server: cloud.example.com, request: "GET /index.php/apps/theming/theme/light.css?plain=1&v=6e3f3bf0 HTTP/2.0", host: "cloud.example.com"
2024/04/13 20:46:47 [error] 51996#51996: *430 openat() "/home/admin/web/cloud.example.com/public_html/index.php/apps/theming/theme/light.css" failed (20: Not a directory), client: 123.123.123.123, server: cloud.example.com, request: "GET /index.php/apps/theming/theme/light.css?plain=0&v=6e3f3bf0 HTTP/2.0", host: "cloud.example.com"
  
 
I am still not sure whether there is any setting issue. Also, I have tried to follow the setting at the post:
https://forum.vestacp.com/viewtopic.php?t=18206

It is likely a rewrite issue. There is no CSS and also js loading.

Image
Post Reply