[imp] Problems logging in

Benoit St-André ben at benoitst-andre.net
Tue Nov 9 08:52:19 PST 2004


Hmmm...,

I will just say that misconfigured software tends to make the user think 
that the software is buggy, which is not the case in general.

-- 
Benoit St-André
ben at benoitst-andre.net
Mon carnet web: http://benoitst-andre.net/blog/
Connaissez-vous Linuxédu-Québec ? http://linuxeduquebec.org


Andrew Xiang a écrit :
> I really starting to think horde/imp is very buggy, a long way to go for
> maturity. I would recommend openwebmail.
> 
> 
> ----- Original Message ----- 
> From: "Anthony R. Mattke" <tonhe at adelphia.net>
> To: "imp" <imp at lists.horde.org>
> Sent: Tuesday, November 09, 2004 10:53 AM
> Subject: Re: [imp] Problems logging in
> 
> 
> 
>>Anyone have a clue as to what could be causing this ? I cant get horde
>>to spit out much of a log (yes, i've set them up correctly and set them
>>to the Debug level..)
>>
>>I could really use a hand..
>>
>>On Fri, 2004-11-05 at 00:16, Anthony R. Mattke wrote:
>>
>>>I've seen this problem discussed 100 times in the mailing list, but I
>>>cant seem to find a fix for it.
>>>
>>>When I attempt to login to Imp I just get redirected back to the login
>>>page, no errors, no nothing.. my test.php only reports one issue with
>>>session.trans_sid being turned on, I changed my session id for horde to
>>>what php.ini shows for my hosting provider..
>>>
>>>Any idea of what could be causing this?
>>>
>>>Software versions.. Horde 2.2.7 IMP 3.2.6
>>>
>>>(sorry for the spam, but here is the breakdown)
>>>
>>>php info..
>>>System
>>>Linux nemo.phpwebhosting.com
>>>2.4.21-20.ELsmp #1 SMP Wed Aug 18
>>>20:46:40 EDT 2004 i686
>>>Build Date
>>>Apr 18 2004 22:25:33
>>>Configure Command
>>>'./configure'
>>>'--with-apxs=/usr/local/apache/bin/apxs' '--with-mysql'
> 
> '--enable-track-vars' '--with-xml' '--enable-memory-limit=yes'
> '--enable-bcmath' '--enable-calendar' '--with-gd' '--enable-gd-native-tt'
> '--enable-gd-imgstrttf' '--with-jpeg-dir=/usr/local'
> '--with-png-dir=/usr/local' '--with-zlib-dir=/usr/include'
> '--with-freetype-dir=/usr/lib' '--with-gdbm=/usr/include'
> '--enable-trans-sid' '--with-imap' '--with-gettext' '--enable-sockets'
> '--with-mcrypt' '--enable-xslt' '--with-xslt-sablot' '--with-sablot-js'
> '--enable-sablot-errors-descriptive' '--with-xmlrpc' '--with-dom'
> '--with-ming' '--with-curl' '--enable-ftp' '--with-kerberos'
> '--with-openssl' '--with-iconv' '--enable-exif'
> 
>>>Server API
>>>Apache
>>>Virtual Directory Support
>>>disabled
>>>Configuration File (php.ini) Path
>>>/usr/local/lib/php.ini
>>>PHP API
>>>20020918
>>>PHP Extension
>>>20020429
>>>Zend Extension
>>>20021010
>>>Debug Build
>>>no
>>>Thread Safety
>>>disabled
>>>Registered PHP Streams
>>>php, http, ftp, https, ftps,
>>>compress.zlib
>>>
>>>
>>>session section
>>>
>>>
>>>Session Support
>>>enabled
>>>Registered save handlers
>>>files user
>>>       Directive
>>>      Local Value
>>>      Master Value
>>>session.auto_start
>>>Off
>>>Off
>>>session.bug_compat_42
>>>On
>>>On
>>>session.bug_compat_warn
>>>On
>>>On
>>>session.cache_expire
>>>180
>>>180
>>>session.cache_limiter
>>>nocache
>>>nocache
>>>session.cookie_domain
>>>no value
>>>no value
>>>session.cookie_lifetime
>>>0
>>>0
>>>session.cookie_path
>>>/
>>>/
>>>session.cookie_secure
>>>Off
>>>Off
>>>session.entropy_file
>>>no value
>>>no value
>>>session.entropy_length
>>>0
>>>0
>>>session.gc_divisor
>>>100
>>>100
>>>session.gc_maxlifetime
>>>1440
>>>1440
>>>session.gc_probability
>>>1
>>>1
>>>session.name
>>>PHPSESSID
>>>PHPSESSID
>>>session.referer_check
>>>no value
>>>no value
>>>session.save_handler
>>>files
>>>files
>>>session.save_path
>>>/tmp
>>>/tmp
>>>session.serialize_handler
>>>php
>>>php
>>>session.use_cookies
>>>On
>>>On
>>>session.use_only_cookies
>>>Off
>>>Off
>>>session.use_trans_sid
>>>On
>>>On
>>>
>>>here is my test page for horde..
>>>Horde Versions
>>>      * Horde: 2.2.7
>>>      * IMP: 3.2.6 (run IMP tests)
>>>
>>>PHP Version
>>>      * View phpinfo() screen
>>>      * PHP Version: 4.3.6
>>>      * PHP Major Version: 4.3
>>>      * PHP Minor Version: 6
>>>      * PHP Version Classification: release
>>>      * You are running a supported version of PHP.
>>>
>>>PHP Module Capabilities
>>>      * DOM XML Support: Yes
>>>      * FTP Support: Yes
>>>      * Gettext Support: Yes
>>>      * IMAP Support: Yes
>>>      * LDAP Support: No
>>>      * MCAL Support: No
>>>      * Mcrypt Support: Yes
>>>      * MySQL Support: Yes
>>>      * PostgreSQL Support: No
>>>      * XML Support: Yes
>>>
>>>Miscellaneous PHP Settings
>>>      * magic_quotes_runtime disabled: Yes
>>>      * file_uploads enabled: Yes
>>>      * safe_mode disabled: Yes
>>>      * trans_sid disabled: No
>>>      * Horde will work with session.trans_sid turned on, but you may
>>>        see double session-ids in your URLs, and if the session name in
>>>        php.ini differs from the session name configured in Horde, you
>>>        may get two session ids and see other odd behavior. The
>>>        URL-rewriting that trans_sid does also tends to break XHTML
>>>        compliance.
>>>
>>>PHP Sessions
>>>      * Session counter: 2
>>>      * To unregister the session: click here
>>>
>>>PEAR
>>>      * PEAR - Yes
>>>      * Recent PEAR - Yes
>>>      * Mail - Yes
>>>      * Log - Yes
>>>      * DB - Yes
>>>      * Net_Socket - Yes
>>>      * Date - No
>>>      * Horde requires the Date_Calc class for Kronolith to calculate
>>>        dates.
>>>      * HTML_Common/HTML_Select - No
>>>      * Horde requires the HTML_Common and HTML_Select classes only for
>>>        Kronolith 1.0 to display forms correctly.
>>>
>>>and here is my imp test.php with a completed test
>>>IMP Version
>>>      * IMP: 3.2.6
>>>
>>>PHP Version
>>>      * View phpinfo() screen
>>>      * PHP Version: 4.3.6
>>>      * PHP Major Version: 4.3
>>>      * PHP Minor Version: 6
>>>      * PHP Version Classification: release
>>>      * You are running a supported version of PHP.
>>>
>>>PHP Module Capabilities
>>>      * IMAP Support: Yes
>>>
>>>PHP IMAP Support Test
>>>server="mail.rhmdky.adelphia.net" user="tonhe"
>>>mailbox="{mail.rhmdky.adelphia.net:110/pop3}INBOX"
>>>INBOX has 0 messages (0 new 0 recent)
>>>-- 
>>>Anthony R. Mattke <tonhe at adelphia.net>
>>
>>-- 
>>Anthony R. Mattke <tonhe at adelphia.net>
>>
>>-- 
>>IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
>>Frequently Asked Questions: http://horde.org/faq/
>>To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>>
> 
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.horde.org/archives/imp/attachments/20041109/0a15d455/signature.bin


More information about the imp mailing list