• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Horde Maintenance

phoenixisp

Silver Pleskian
On a RedHat 9 box with Plesk 7.5.4 I have a strange problem. It happens when webmail is opened and the prompt appears for monthly maintenance. If you skip maintenance, everything is fine. But if you click the button to allow maintenance this error appears:

Fatal error: Call to undefined function: redirect() in /usr/share/psa-horde/imp/redirect.php on line 81

Then, if you go back and log in again, everything is fine and no mention of the maintenance. Hmmm.........

Any ideas?

Thanks
 
hey phoenixisp
you found a solution for the problem?
i have the same problem on 7.5.4 (with latest patches..)
 
Nope - sorry, I've just learned to live with it. Unbelievably I haven't heard a complaint from one customer. Just lucky I guess.
 
I encountered the problem also with the upgrade to Plesk 7.5.4, and located the problem.

A typo is in line 81 of the /usr/share/psa-horde/imp/redirect.php file:

The line:
redirect(_framesetUrl(_newSessionUrl($actionID, $isLogin)));

Should be changed to:
_redirect(_framesetUrl(_newSessionUrl($actionID, $isLogin)));

(note the "_" at the beginning or "redirect", that is the only change required)

Testing after making the change shows the maintenance occurs without errors.
 
Good job, I've implemented the change and will get back to post if the change worked at the beginning of the month.

Thanks JohnTKelly
 
Back
Top