• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Plesk 11.5 CentOs 6.4 Horde error, can't compose message

GunnarL

New Pleskian
Hi,

I ran an update on the weekend to latest Plesk (11.5.30 Update #25) version. Now customers are complaining that
they can't compose messages in webmail. The pop up window remains empty

Url for pop up window is: http://webmail.customerdomain.tld/imp/dynamic.php
Console shows following error: Uncaught TypeError: Cannot call method 'insert' of null

The error happens here:
Code:
   addPopdown: function(p, t, o)
    {
        o = o || {};

        var elt = new Element('SPAN', { className: 'horde-popdown' }),
            ins = {};
        p = $(p);

        ins[o.insert ? o.insert : 'after'] = elt;
        p.insert(ins);

Any ideas how to fix it?

Thanks,

Gunnar

p.s php version is 5.3.3.
 
Any additional details from /var/log/psa-horde/psa-horde.log ?
 
Back
Top