• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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