[imp] scripts/custom_login.php & Horde::applicationUrl

Jan Schneider jan at horde.org
Sun Sep 3 08:31:39 PDT 2006


Zitat von liamr at umich.edu:

> I'm upgrading some sites from Horde 3.0.x / IMP 4.0.x to Horde 3.1.x  
> and IMP 4.1.x, and one of them uses a custom login screen based on  
> scripts/custom_login.php.
>
> It seems that with the new version,
>
>     <form action="?php echo Horde::applicationUrl('redirect.php') ?>"
>             method="post">
>
> is now returning...
>
>     <form action="/imp/redirect.php" method="post">
>
> instead of
>
>     <form action="/horde/imp/redirect.php?Horde=SESSION_ID" method="post">
>
> I can't figure it out.  Here's the beginning of my script...

The automatic webroot detection isn't working for your setup. Set it  
to a fixed value in config/registry.php.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the imp mailing list