I vas used 1.7 git version for 1-2 years. Now I want update to current 1.7 git or 1.7 beta 2.
And I have problem with interface.
At this moment i try drop Roundcube database, i try delete RC web-site folder and use full new files from RC 1.7beta2 archive. I update all with composer.
Only one what I use old - its config file, but in config file I switch off all plugins and set elastic as default skin.
I use nginx, and I pass test from installer.php.
Can't understand what I can do to repair interface.
I need your help, please!
and one new difference between my old RC 1.7 and current new - its using /public_html - but I update nginx config file :
server {
listen 443 ssl http2;
server_name localhost;
root /var/www/html/webmail/public_html;
index index.php;
May be nginx can't get access upper than public_html ....?
What errors do you have in the browser console? It looks like your not getting the static assets, in 1.7 they are all served from the static.php file so I'm guessing there is a problem with the nginx config accessing that file.
OK, I've exactly the same problem...
Nginx on Debian 12.
No warning or error in logs...