> Hi,
>
> I recently installed Squirrelmail (latest stable release) on my webhosting
> at webcenter.lycos.nl
> Squirrelmail itself work fine. But when I want to use a standard
> distributed
> plugin (for instance mail_fetch or message_details) I have some troubles.
> The plugins load fine. At least they appear in Squirrelmail, but when I
> click a link that uses the plugin I get the message: You must be logged in
> to access this page.
>
> I'm still logged in at that stage, because if I use the Back button on my
> browser I can still Read/Write email or change options.
>
> This is part of the phpinfo of my provider: Based on PHP-4.3.2
> System  Debian GNU/Linux - Bi PIII 1Ghz - 1 Gb RAM - Kernel 2.4.x
> More info can be found at http://www.hideaway.nl/phpinfo.php
> I have no options to change any of the PHP setting since I'm not running
> my
> own server.
>
> As client I use Windows XP with Internet Explorer 6.0.
>
> My imap server demands a login with the complete mail address, like
> [EMAIL PROTECTED] Could that be a reason for my problems, and what can
> I
> do to make it work?

no. i have used [EMAIL PROTECTED] logins with squirrelmail for years.

> If anybody can give me some hints, it would be greatly appreciated.

1. It is possible that error is caused by one of the third party
squirrelmail plugin. Remember order of installed plugins. Remove all
plugins and install them one by one.

When you debug plugins, set php error_reporting=E_ALL and
display_errors=on. If it breaks other scripts on your server, you can set
these settings only for squirrelmail directory. Or at least set
error_reporting=E_ALL and look for errors in webserver's logs.

You might be able to change some php settings if you are allowed to use
settings in .htaccess files.

---from .htaccess file ---
php_value error_reporting 2047
php_flag display_errors on
php_flag register_globals off
---

2. It is possible that error is caused by session problems with some
browsers when SSL is used.

3. It is possible that error is caused by non-standard php build or
patches made by lycos or php4u.

-- 
Tomas


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to