Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: Dmitry42 on October 20, 2025, 08:37:53 AM

Title: Im confused from updating from 1.7 to fresh 1.7
Post by: Dmitry42 on October 20, 2025, 08:37:53 AM
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!
Title: Re: Im confused from updating from 1.7 to fresh 1.7
Post by: Dmitry42 on October 20, 2025, 08:45:15 AM
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 ....?
Title: Re: Im confused from updating from 1.7 to fresh 1.7
Post by: SKaero on October 20, 2025, 10:44:01 AM
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.
Title: Re: Im confused from updating from 1.7 to fresh 1.7
Post by: dea75 on October 20, 2025, 01:52:34 PM
OK, I've exactly the same problem...

Nginx on Debian 12.

No warning or error in logs...