On 2022 May 19, at 22:05, @lbutlr <krem...@kreme.com> wrote:
> As it turns out, this only prevented the error from occuring when in the 
> message messlist. It still comes up most of the time a message is viewed. 
> ¯\_(ツ)_/¯ 

I removed roundcube and reinstalled it. Same problem. I removed all of the 
packages that RC depends on and reinstalled everything. Same problem.

Is there anything in my config.inc.php that could be causing this to crop up 
all of a sudden?

Is there anything int composer.json that might be an issue? I've stripped out 
most everything.

 # cat composer.json
{
    "name": "roundcube/roundcubemail",
    "description": "The Roundcube Webmail suite",
    "license": "GPL-2.0-or-later",
    "repositories": [
        {
            "type": "composer",
            "url": "https://plugins.roundcube.net/";
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "pear/pear-core-minimal": "~1.10.1",
        "pear/net_socket": "~1.2.1",
        "pear/auth_sasl": "~1.1.0",
        "pear/net_idna2": "~0.2.0",
        "pear/mail_mime": "~1.10.0",
        "pear/net_smtp": "~1.7.1",
        "pear/crypt_gpg": "~1.6.2",
        "pear/net_sieve": "~1.4.0",
        "endroid/qr-code": "~1.6.5",
        "roundcube/plugin-installer": "dev-master",
        "composer/installers": "2.x-dev"
    },
    "minimum-stability": "dev",
    "suggest": {
        "pear/net_ldap2": "~2.2.0 required for connecting to LDAP",
        "kolab/net_ldap3": "~1.0.6 required for connecting to LDAP"
    },
    "config": {
        "allow-plugins": {
            "roundcube/plugin-installer": true,
            "composer/installers": true
        }
    }
}


-- 
Clicked "Debug" button. Program still has bugs. Wtf? - Rich Seigel
_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to