|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
MIMP: Page not foundHi,
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? Version: Horde: 3.3.3 Imp: 4.3.3 Mimp: H3 (1.1.1) 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: imp-unsubscribe@... |
|
|
Re: MIMP: Page not foundZitat von Matthias Mahrholz <mahrholz@...>:
> 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. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/ -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@... |
|
|
Re: MIMP: Page not foundJan Schneider wrote:
> Zitat von Matthias Mahrholz <mahrholz@...>: > >> 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. > 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: imp-unsubscribe@... |
|
|
Re: MIMP: Page not foundHmm, 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 <mahrholz@...>: > Jan Schneider wrote: >> Zitat von Matthias Mahrholz <mahrholz@...>: >> >>> 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: imp-unsubscribe@... > > -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@... |
|
|
Re: MIMP: Page not foundPatrick Domack wrote:
> Hmm, there is no mimp login.php file, that is correct. > > Did you mix and match versions of horde/imp/mimp? Horde: 3.3.3 Imp: 4.3.3 Mimp: H3 (1.1.1) Matthiass > 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 <mahrholz@...>: > >> Jan Schneider wrote: >>> Zitat von Matthias Mahrholz <mahrholz@...>: >>> >>>> 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: imp-unsubscribe@... |
|
|
Re: MIMP: Page not foundHi,
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 <mahrholz@...>: > >> Jan Schneider wrote: >>> Zitat von Matthias Mahrholz <mahrholz@...>: >>> >>>> 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: imp-unsubscribe@... >> >> > > -- _______________________________________________ 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: imp-unsubscribe@... |
|
|
Re: MIMP: Page not foundQuoting Matthias Mahrholz <mahrholz@...>:
> $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'; > } > } Don't do this. None of this (outside of the imp application info) is needed. michael -- ___________________________________ Michael Slusarz [slusarz@...] -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@... |
|
|
Re: MIMP: Page not foundheh, 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 <mahrholz@...>: > 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 <mahrholz@...>: >> >>> Jan Schneider wrote: >>>> Zitat von Matthias Mahrholz <mahrholz@...>: >>>> >>>>> 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: imp-unsubscribe@... >>> >>> >> >> > > > -- > _______________________________________________ > > 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: imp-unsubscribe@... > > -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@... |
|
|
Re: MIMP: Page not foundo.k. - is deleted.
Now display Horde login page (horde/login.php) instead of Imp login page (horde/imp/login.php). Did I forget a parameter? Matthias > Quoting Matthias Mahrholz <mahrholz@...>: > >> $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'; >> } >> } > > Don't do this. None of this (outside of the imp application info) is > needed. > > michael > -- _______________________________________________ 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: imp-unsubscribe@... |
| Free embeddable forum powered by Nabble | Forum Help |