heh, I said in my email, in the second part that you ignored, not to
do this, as it's no longer required/supported.
Quoting Matthias Mahrholz <[email protected]>:
Hi,
I have project new installed
Horde: 3.3.35
Imp: 4.3.35
Mimp: H3 (1.1.2)
without large changes
=> display Horde login page (not correctly )
changed Horde conf.php also
$conf['auth']['params']['drivers'] = array(
'imp' => array('driver' => 'application',
'params' => array('app' => 'imp')),
'mimp' => array('driver' => 'application',
'params' => array('app' => 'mimp')));
$conf['auth']['params']['loginscreen_switch'] = '_horde_select_loginscreen';
if (!function_exists('_horde_select_loginscreen')) {
function _horde_select_loginscreen()
{
require_once 'Horde/Browser.php';
// require_once HORDE_BASE . '/lib/Horde/Browser.php';
$browser = new Browser();
if ($browser->isMobile()) {
return 'mimp';
}
return 'imp';
}
}
=> display Imp-login page (correctly)
Is still correct?
And the problem with the phone browser says
URL /mimp/login.php was not found on ...
remains.
Matthias
Hmm, there is no mimp login.php file, that is correct.
Did you mix and match versions of horde/imp/mimp?
Or
Did you attempt to use the composite auth driver to switch from imp
to mimp if a cellphone attempts to access it? (this is no longer
been used since mimp went to v1.1)
Quoting Matthias Mahrholz <[email protected]>:
Jan Schneider wrote:
Zitat von Matthias Mahrholz <[email protected]>:
Hi,
I have install MIMP.
When I try to bring up the website with my mobile phone (Nokia, iPhone),
the phone browser says "Page not found".
Any idea?
Not if you don't at least tell us *which* page is not found.
Jan.
That is not indicated
Address: https://webmail.uni-magdeburg.de
ssl_error_log:
[Wed Oct 14 08:01:51 2009] [error] [client 80.187.105.222] script
'/home/horde/mimp/login.php' not found or unable to stat
Really not there is
Matthias
--
_______________________________________________
Otto-von-Guericke-Universität Magdeburg
Universitätsrechenzentrum
Postfach 4120, Universitätsplatz 2,
Magdeburg 39016 Magdeburg 39106
Telefon: 0391-67 18406 Telefax: 0391-67 11134
_______________________________________________
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
--
_______________________________________________
Otto-von-Guericke-Universität Magdeburg
Universitätsrechenzentrum
Postfach 4120, Universitätsplatz 2,
Magdeburg 39016 Magdeburg 39106
Telefon: 0391-67 18406 Telefax: 0391-67 11134
_______________________________________________
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]