Page MenuHomePhorge

Bug ReportsFolder
ActivePublic

Recent Activity

Fri, May 10

mbatty added a comment to T8337: [pykolab][wallace][Debian 12] UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdf in position 3620: invalid continuation byte.

This file opening problem again caused wallace to crash on my server, resulting in the failure to deliver emails to the end recipient.
Searching though the wallace directory I found the following instances

Fri, May 10, 12:47 PM · PyKolab, Bug Reports

Apr 22 2024

mbatty added a comment to T8337: [pykolab][wallace][Debian 12] UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdf in position 3620: invalid continuation byte.

Same file opening problem exists in /usr/lib/python3.9/site-packages/wallace/module_invitationpolicy.py - line 270 :-

Apr 22 2024, 11:41 AM · PyKolab, Bug Reports

Apr 20 2024

0x6d61726b created T8367: PHP Error: required kolabformat module not found.
Apr 20 2024, 3:19 PM · Bug Reports

Apr 19 2024

mroland updated the task description for T8364: [pykolab] Command kolab acl-cleanup fails if mailboxes with non-7-bit characters exist.
Apr 19 2024, 12:13 PM · Bug Reports
mroland created T8364: [pykolab] Command kolab acl-cleanup fails if mailboxes with non-7-bit characters exist.
Apr 19 2024, 12:01 PM · Bug Reports
machniak added a project to T8352: setup-kolab: MySQL kolab password not escaped?: PyKolab.
Apr 19 2024, 10:19 AM · PyKolab, Bug Reports
machniak added a project to T8337: [pykolab][wallace][Debian 12] UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdf in position 3620: invalid continuation byte: PyKolab.
Apr 19 2024, 10:18 AM · PyKolab, Bug Reports
machniak closed T8361: Problem receiveing some emails as Invalid.

Duplicate of T8337: [pykolab][wallace][Debian 12] UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdf in position 3620: invalid continuation byte.

Apr 19 2024, 10:18 AM · Bug Reports

Apr 18 2024

mbatty created T8361: Problem receiveing some emails.
Apr 18 2024, 4:50 PM · Bug Reports
machniak closed T8358: User personal calendars marked as 'other' - when username has a @ as Resolved.

Fixed in https://git.kolab.org/rRPKed50d5fc5855dae0c32c1109fbabb0554310f05e.

Apr 18 2024, 3:12 PM · Bug Reports, Roundcube Kolab Plugins
machniak added a project to T8349: setup-kolab: ERROR 1356 (HY000) ... View 'mysql.user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them: PyKolab.
Apr 18 2024, 3:05 PM · PyKolab, Bug Reports
machniak added a comment to T8349: setup-kolab: ERROR 1356 (HY000) ... View 'mysql.user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them.

Looks like something to fix in https://git.kolab.org/source/pykolab/browse/master/pykolab/setup/setup_mysql.py$184

Apr 18 2024, 3:04 PM · PyKolab, Bug Reports
machniak closed T8355: Free/Busy does not recognise "CONFIRMED" calendar events as Resolved.

Fixed in 79bd5932b24b.

Apr 18 2024, 2:53 PM · Bug Reports

Apr 11 2024

conathan added a comment to T7276: kolab-plugins calendar/taskutil caldav driver is not connecting to radicale.

I would agree, probably not the right patch (Just provided it as it's what we do to make it work, just carrying the patch internally)

Apr 11 2024, 1:35 AM · Roundcube Kolab Plugins , Bug Reports

Apr 10 2024

conathan created T8358: User personal calendars marked as 'other' - when username has a @.
Apr 10 2024, 10:42 PM · Bug Reports, Roundcube Kolab Plugins
mbatty created T8355: Free/Busy does not recognise "CONFIRMED" calendar events.
Apr 10 2024, 5:45 PM · Bug Reports

Apr 6 2024

0x6d61726b updated the task description for T8352: setup-kolab: MySQL kolab password not escaped?.
Apr 6 2024, 12:40 AM · PyKolab, Bug Reports

Apr 5 2024

0x6d61726b created T8352: setup-kolab: MySQL kolab password not escaped?.
Apr 5 2024, 11:29 PM · PyKolab, Bug Reports
0x6d61726b created T8349: setup-kolab: ERROR 1356 (HY000) ... View 'mysql.user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them.
Apr 5 2024, 11:18 PM · PyKolab, Bug Reports

Mar 31 2024

mollekopf closed T8343: Unable to log into roundcube after update from 1:1.5.6.3-1~kolab1 to 1:1.5.6.4-1~kolab1 [Debian11]: Cannot access private property kolab_ldap::$ready as Resolved.

should be fixed in 1.5.6.7

Mar 31 2024, 12:44 PM · Bug Reports

Mar 26 2024

machniak added a comment to T8343: Unable to log into roundcube after update from 1:1.5.6.3-1~kolab1 to 1:1.5.6.4-1~kolab1 [Debian11]: Cannot access private property kolab_ldap::$ready.

The error was fixed in https://git.kolab.org/rRPK84c232f6dc4c603949199c46865d2cf6cd1bfd34, I'm not aware of the packaging state.

Mar 26 2024, 9:58 AM · Bug Reports

Mar 25 2024

mbatty added a comment to T8343: Unable to log into roundcube after update from 1:1.5.6.3-1~kolab1 to 1:1.5.6.4-1~kolab1 [Debian11]: Cannot access private property kolab_ldap::$ready.

Also applies to EL9.
One solution appears to be to change the declaration of $ready , in class/kolab_ldap (files /usr/share/roundcubemail/plugins/libkolab/lib/kolab_ldap.php and /usr/share/roundcubemail/public_html/assets/plugins/libkolab/lib/kolab_ldap.php) from private to public.
There is also another problem, the directory /usr/share/roundcubemail/program/resources containing the "Ooops ..." error message that, presumably, should be displayed on crashes is missing.

Mar 25 2024, 11:59 AM · Bug Reports

Mar 21 2024

ksstille renamed T8343: Unable to log into roundcube after update from 1:1.5.6.3-1~kolab1 to 1:1.5.6.4-1~kolab1 [Debian11]: Cannot access private property kolab_ldap::$ready from Unable to log into roundcube after update from to [Debian11]: Cannot access private property kolab_ldap::$ready to Unable to log into roundcube after update from 1:1.5.6.3-1~kolab1 to 1:1.5.6.4-1~kolab1 [Debian11]: Cannot access private property kolab_ldap::$ready.
Mar 21 2024, 10:36 PM · Bug Reports
ksstille created T8343: Unable to log into roundcube after update from 1:1.5.6.3-1~kolab1 to 1:1.5.6.4-1~kolab1 [Debian11]: Cannot access private property kolab_ldap::$ready.
Mar 21 2024, 10:35 PM · Bug Reports
ghane added a comment to T8222: Kolab 16 on Debian 11 Bullseye.

It's because of default php versions on Debian:
Debian 10 - php 7.3
Debian 11 - php 7.4
Debian 12 - php 8.2

Mar 21 2024, 3:35 PM · Kolab 16, Libraries, Bug Reports

Mar 15 2024

jh23453 added a comment to T8222: Kolab 16 on Debian 11 Bullseye.

I'm still on Debian 10 - a new test-install on Debian 12 throws errors when logging in to kolab-webadmin. Didn't investigate further...

Mar 15 2024, 8:44 PM · Kolab 16, Libraries, Bug Reports

Mar 10 2024

sicherha closed T8153: Debian: error removing roundcubemail as Resolved.
Mar 10 2024, 3:31 PM · Kolab 16, Roundcube, Bug Reports

Feb 20 2024

mbatty created T8340: Wallace Crash on Alma 9 when sending HTML.
Feb 20 2024, 4:57 PM · Bug Reports

Feb 1 2024

ghane created T8337: [pykolab][wallace][Debian 12] UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdf in position 3620: invalid continuation byte.
Feb 1 2024, 7:21 PM · PyKolab, Bug Reports
machniak closed T7472: wallace does not deliver 8bit encoded utf-8 mails, throws UnicodeEncodeError as Resolved.

Patch merged.

Feb 1 2024, 10:38 AM · PyKolab, Bug Reports

Jan 29 2024

astark added a comment to T8222: Kolab 16 on Debian 11 Bullseye.

Thanks for this happy news :-)

Jan 29 2024, 6:33 PM · Kolab 16, Libraries, Bug Reports

Jan 18 2024

mollekopf added a comment to T8222: Kolab 16 on Debian 11 Bullseye.

This has now been merged into Kolab:16, though the package is still building, but should become available shortly.

Jan 18 2024, 8:18 PM · Kolab 16, Libraries, Bug Reports

Jan 11 2024

tilmankroesche added a comment to T8222: Kolab 16 on Debian 11 Bullseye.

Thx for the News!

Jan 11 2024, 11:40 PM · Kolab 16, Libraries, Bug Reports
machniak added a comment to T8222: Kolab 16 on Debian 11 Bullseye.

Problem is with loading order of php modules. On Ubuntu the fix for me was:

mv /etc/php7.4/cli/conf.d/30-kolabformat.ini /etc/php7.4/cli/conf.d/32-kolabformat.ini
mv /etc/php7.4/apache2/conf.d/30-kolabformat.ini /etc/php7.4/apache2/conf.d/32-kolabformat.ini

We're working on a fix for packaging.

Jan 11 2024, 1:47 PM · Kolab 16, Libraries, Bug Reports

Jan 7 2024

sicherha added a comment to T7508: Missing roundcubemail-plugins-kolab package in debian 11 repository.

Our self-contained roundcubemail package is indeed missing an explicit conflict with the roundcubemail-plugins-kolab meta-package; conflicts with the individual plugin packages are not sufficient. This will be fixed by https://obs.kolabsys.com/request/show/3262.

Jan 7 2024, 6:06 PM · Bug Reports
sicherha added a comment to T7247: New Kolab install broken on Debian 11.

The broken install dependency kolab-webclient -> roundcubemail-plugins-kolab should be fixed by https://obs.kolabsys.com/request/show/3262, which is currently under review.

Jan 7 2024, 6:02 PM · Kolab 16, Bug Reports
sicherha added a comment to T8153: Debian: error removing roundcubemail.

Superseded by https://obs.kolabsys.com/request/show/3262, which includes an additional fix for the upgrade path by adding a conflict with roundcubemail-plugins-kolab.

Jan 7 2024, 5:57 PM · Kolab 16, Roundcube, Bug Reports

Jan 3 2024

sicherha closed T6577: problem with creating user mailbox as Resolved.

Seems to be fixed by D3692 and rPbd3a9e74745461089d7afc4e51a39c21958907bf.

Jan 3 2024, 10:21 PM · Kolab 16, PyKolab, Bug Reports
sicherha closed T6989: Bugs logged for pykolab as Resolved.

Fixed by D3851.

Jan 3 2024, 10:18 PM · PyKolab, Bug Reports
sicherha closed T7133: Unable to send mail via web interface after roundcube update as Resolved.

Judging by the last comment, it looks like this has been fixed. Closing as Resolved; please reopen if I'm mistaken.

Jan 3 2024, 10:15 PM · Kolab 16, Bug Reports
sicherha-admin added a comment to T7799: Web-based email transmission broken after recent roundcube update.

Spam link removed from original post.

Jan 3 2024, 10:10 PM · Bug Reports
sicherha-admin updated the task description for T7799: Web-based email transmission broken after recent roundcube update.
Jan 3 2024, 10:10 PM · Bug Reports
sicherha added a comment to T7472: wallace does not deliver 8bit encoded utf-8 mails, throws UnicodeEncodeError .

Patch submitted as D4625.

Jan 3 2024, 10:06 PM · PyKolab, Bug Reports
sicherha added a comment to T8153: Debian: error removing roundcubemail.

Fix proposed in https://obs.kolabsys.com/request/show/3261. @machniak, @mollekopf, could you please take a look and push it through to Kolab:16 if it's okay?

Jan 3 2024, 3:25 PM · Kolab 16, Roundcube, Bug Reports

Nov 12 2023

machniak closed T7282: kolab-plugins - libkolab connecting to radicale gives 'Data too long for column ctag' as Resolved.

Fixed.

Nov 12 2023, 11:17 AM · Roundcube Kolab Plugins , Bug Reports

Nov 5 2023

sicherha-admin renamed T8216: Spam post removed from Radiation Dose Management Market: Mastering the Digital Landscape for Dominant Market Advantage to Spam post removed.
Nov 5 2023, 4:56 PM · Bug Reports
sicherha-admin renamed T7769: Spam post removed from Agriculture Surfactants Market: Revolutionizing Industries with Disruptive Growth Strategies to Spam post removed.
Nov 5 2023, 4:55 PM · Bug Reports
sicherha-admin renamed T8033: Spam post removed from Understanding The Common Honda Car Problems to Spam post removed.
Nov 5 2023, 4:47 PM · Bug Reports
sicherha-admin renamed T8296: Spam post removed from The Most Common Problems with McLaren Cars: A Comprehensive Guide to Car Service and Repairs to Spam post removed.
Nov 5 2023, 4:47 PM · Bug Reports
sicherha-admin renamed T8308: Spam post removed from Selling Your Car In Abu Dhabi? Here’s How To Get The Best Deal to Spam post removed.
Nov 5 2023, 4:47 PM · Bug Reports