Il 19-05-2026 19:05 Ulrich Hiller via Users ha scritto:
I can login with my username and password. But what i see there is no
graphics either.

I also just upgraded from 1.6 to 1.7, and this happened to me too.

I use NGINX in front of Apache as a reverse proxy, and what went wrong
in my case was that I had a

    location ~* 
\.(js|css|jpg|jpeg|gif|png|bmp|webp|woff|svg|ico|pdf|html|htm|mp3|mp4|zip|apk|dmg|exe|deb|rpm)$
 {
    }

...block in my NGINX config. Roundcube 1.7 uses static.php to load the
static files, and this made all /static.php/* URLs return 404. I missed
this as this block was actually loaded via 'include /etc/nginx/general;',
and it looked fairly innocuous.

This is a common NGINX performance trick. You may have it too somewhere
even if you use only NGINX. Maybe have a closer look at your config and
browser network inspection?


Am 21.05.26 um 07:34 schrieb Roberto Puzzanghera via Users:
One of my users reported here https://www.sagredo.eu/en/qmail-notes-185/
roundcube-webmail-34.html#comment5108 that nginx doesn't set the
variable PATH_INFO explicitly. Have a look.

This was very helpful. Thank you.

On 21/5/26 18:31, Reindl Harald via Users wrote:


Am 21.05.26 um 07:34 schrieb Roberto Puzzanghera via Users:
One of my users reported here https://www.sagredo.eu/en/qmail-notes-185/
roundcube-webmail-34.html#comment5108 that nginx doesn't set the
variable PATH_INFO explicitly. Have a look.

a proper httpd also don't for security reasons
AcceptPathInfo Off

Il 19-05-2026 19:05 Ulrich Hiller via Users ha scritto:
Hi,

is there a trick for upgrading from version 1.6.15 to 1.7.0 ?

OS: rocky linux 9.7

What is there:
- I installed php 8.5
- MariaDB 10.5 database server
- nginx-1.20.1

I have set in nginx the root to
/usr/share/nginx/html/roundcubemail/public_html

downloaded from roundcube.net
roundcubemail-1.7.0-complete.tar.gz

tar xvfz roundcubemail-1.7.0-complete.tar.gz
cd roundcubemail-1.7.0
./bin/installto.sh /usr/share/nginx/html/roundcubemail

Everything went without errors.
When i now go in the browser to the login website,
i do not see any logo, just the pure


------------- begin website output ---------------------------------



  Roundcube Webmail Login

Logo
Username Password

Roundcube Webmail


------------- end website output ---------------------------------
I can login with my username and password. But what i see there is no
graphics either.
Clicking on "Logout" gives me:


------------- begin website output ---------------------------------


      REQUEST CHECK FAILED

For your protection, access to this resource is secured against CSRF.
If you see this, you probably didn't log out before leaving the web
application.

Human interaction is now required to continue.

Please contact your server-administrator.


------------- end website output ---------------------------------

The error log tells me:
[19-May-2026 17:00:19 +0000]: <pknr7595> PHP Error: Request security
check failed in /usr/share/nginx/html/roundcubemail/program/include/
rcmail.php on line 1233 (GET /?_task=logout)


What did i do wrong/oversee? I think i did everything the instructions
say.
Until 1.6.15 everything went like charm.

With kind regards and many thanks for any hint, ulrich



_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]


--
Frederick Zhang

PGP: 8BFB EA5B 4C44 BFAC C8EC 5F93 1F92 8BE6 0D8B C11D

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to