Recent posts
#91
General Discussion / Re: ssl problems lately in rec...
Last post by SKaero - October 30, 2025, 02:54:02 PMIt sounds like the HTML email your viewing is trying to load images from a server that has a SSL configuration problem. Try checking the browsers console that will likely give you more information about what file/domain is triggering the error.
#92
General Discussion / Re: ssl problems lately in rec...
Last post by akissz - October 30, 2025, 12:47:22 PMQuote from: SKaero on October 30, 2025, 11:31:40 AMThat wouldn't be a Roundcube issue, it would be a issue with the web server SSL configuration.
You would think so right. But why would viewing messages in plain text always function fine. Then when you view in html it has the error sometimes? I read that it might be related to the clock?
#93
General Discussion / Re: Im confused from updating ...
Last post by Dmitry42 - October 30, 2025, 12:10:29 PMtry comment all try_files in you nginx config
and check what you see in /var/log/nginx/error.log
and you try update all with composer from RC root directory (when composer.json placed)?
and check what you see in /var/log/nginx/error.log
and you try update all with composer from RC root directory (when composer.json placed)?
#94
Issues & Bugs / Re: Email keeps kicking me out
Last post by SKaero - October 30, 2025, 11:33:12 AMThe deprecated notice wouldn't be causing the user to be logged out. I see your using Roundcube through cPanel so its possible that cPanel is logging the user out.
#95
General Discussion / Re: ssl problems lately in rec...
Last post by SKaero - October 30, 2025, 11:31:40 AMThat wouldn't be a Roundcube issue, it would be a issue with the web server SSL configuration.
#96
General Discussion / ssl problems lately in recent ...
Last post by akissz - October 30, 2025, 11:24:54 AManyone else having issues in the latest roundcube version? i keep getting the SSL_ERROR_NO_CYPHER_OVERLAP errors. there is old talk about this in older versions many years ago with info how to fix but nothing works. maybe a new bug.
#97
Issues & Bugs / Email keeps kicking me out
Last post by Leofric - October 30, 2025, 10:48:20 AMA colleague was in Roundcube yesterday looking at their e-mails and was kicked out.
I looked at the error log for yesterday and the error says - "PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /usr/local/cpanel/base/3rdparty/roundcube/program/lib/Roundcube/bootstrap.php on line 156".
I hope someone in this forum can help?
Kind Regards
I looked at the error log for yesterday and the error says - "PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /usr/local/cpanel/base/3rdparty/roundcube/program/lib/Roundcube/bootstrap.php on line 156".
I hope someone in this forum can help?
Kind Regards
#98
General Discussion / Re: Question about sessions in...
Last post by SKaero - October 30, 2025, 09:58:05 AMThe "session" table holds the PHP session information. The "vars" column is a base64 serialized object with the session values. Inside that object you would have the "user_id" and "username" to tie the session to the "users" table.
#99
General Discussion / Question about sessions in DB
Last post by dkurchigin - October 30, 2025, 03:50:56 AMHi, I can't understand how sessions are organized in the database:
1) Where are the authorization sessions stored? Is it in the "session" table?
2) What data is stored in the "vars" column?
3) How can I understand how a session relates to a "users" table?
1) Where are the authorization sessions stored? Is it in the "session" table?
2) What data is stored in the "vars" column?
3) How can I understand how a session relates to a "users" table?
#100
General Discussion / Re: Im confused from updating ...
Last post by dea75 - October 29, 2025, 02:59:56 PMno, it doesn't work.
Black and white page that require login.. no skin, no graphics.
try_files $uri = 404; commented and nginx restarted....
Black and white page that require login.. no skin, no graphics.
try_files $uri = 404; commented and nginx restarted....