Hord/imp filters option

Hello,

First log into Horde.

In the left menu click on /options/mail

Click on Filters in the option page

We receive a Page Not Found (The requested URL /horde/services/filterprefs.php was not found on this server.)

On main mail options page, if you click on “search options”, the one before “filters”, then click next option to go to the filters page, then it works fine !!!

I’ve made these tests on 3 differents boxes with iworx and the 3rd does this error

Here is a print screen to help you understand

http://img152.imageshack.us/img152/1196/hordeerrorsq6.th.jpg

We have corrected this pbm by doing :
On an old iworx box with interworx installed in /home/interworx

cd /home/interworx/lib/horde/services/

ln -sf …/imp/filterprefs.php filterprefs.php

On a new interworx box with interworx installed in /usr/local/interworx

cd /usr/local/interworx/lib/horde/services/

ln -sf …/imp/filterprefs.php filterprefs.php

And now it works

Pascal

Thanks Pascal, we had someone else notice this exact same problem. We’ve made note of it.