• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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