Re: [SM-USERS] Re: Read Messages Not Unread After Back

2006-05-04 Thread Fredrik Jervfors
> Sorry about that, there was a slight typo in that statement.
>
> After viewing an UNREAD message and hitting the back button the message
> STILL appears as UNREAD.


That might be caused by caching in your browser (in IE: Tool/Internet
Options/General/Settings/Every visit to the page). Make sure that your
browser cache is off, and/or try reloading the page after going back to
it.

Sincerely,
Fredrik.



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Re: Read Messages Not Unread After Back

2006-05-04 Thread Roland Fritz

Fredrik Jervfors sagte:
>> Sorry about that, there was a slight typo in that statement.
>>
>> After viewing an UNREAD message and hitting the back button the message
>> STILL appears as UNREAD.
>
>
> That might be caused by caching in your browser (in IE: Tool/Internet
> Options/General/Settings/Every visit to the page). Make sure that your
> browser cache is off, and/or try reloading the page after going back to
> it.
That's normal behavior of all browsers I know: (BACK) won't reload the
previous page but show the old contents. Better use links in the message
page to navigate.

Roland.



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Could not include PEAR database functions required for the database backend.

2006-05-04 Thread S.M Tie

Hi all

I've got this issue with squirrelmail

I m getting this error



Warning: include_once(DB.php) [function.include-once]: failed to open
stream: No such file or directory in
/var/www/html/squirrelmail-1.4.6/functions/db_prefs.php on line 40

Warning: include_once() [function.include]: Failed opening 'DB.php' for
inclusion (include_path='.:/usr/local/lib/php') in
/var/www/html/squirrelmail-1.4.6/functions/db_prefs.php on line 40


Could not include PEAR database functions required for the database
backend.
Is PEAR installed, and is the include path set correctly to find DB.php?
Please contact your system administrator and report this error.

I have done the perl config.pl and done all the pluggins. I've got a
copy of squirrelmail working before however the difference is that I m
using a Redhat Fedora Core 5. I custom compiled my php and apache 2.

[EMAIL PROTECTED] local]# php -v

PHP 5.1.2 (cli) (built: Apr 25 2006 16:13:44)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

I've included --include-pear in php configure and had also tried
installing the pear over and over again and still no luck

If anyone can help, please let me know.

Thanks in advaced

Sam



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Could not include PEAR database functions required for the database backend.

2006-05-04 Thread Tomas Kuliavas
>
> Hi all
>
> I've got this issue with squirrelmail
>
> I m getting this error
>
>
>
> Warning: include_once(DB.php) [function.include-once]: failed to open
> stream: No such file or directory in
> /var/www/html/squirrelmail-1.4.6/functions/db_prefs.php on line 40
>
> Warning: include_once() [function.include]: Failed opening 'DB.php' for
> inclusion (include_path='.:/usr/local/lib/php') in
> /var/www/html/squirrelmail-1.4.6/functions/db_prefs.php on line 40
>
>
> Could not include PEAR database functions required for the database
> backend.
> Is PEAR installed, and is the include path set correctly to find DB.php?
> Please contact your system administrator and report this error.
>
> I have done the perl config.pl and done all the pluggins. I've got a
> copy of squirrelmail working before however the difference is that I m
> using a Redhat Fedora Core 5. I custom compiled my php and apache 2.
>
> [EMAIL PROTECTED] local]# php -v
>
> PHP 5.1.2 (cli) (built: Apr 25 2006 16:13:44)
> Copyright (c) 1997-2006 The PHP Group
> Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
>
> I've included --include-pear in php configure and had also tried
> installing the pear over and over again and still no luck
>
> If anyone can help, please let me know.

Pear is enabled with --with-pear option in php configure. If you have
installed php with pear support, you should have pear binary in php bin
directory. 'pear list' command shows enabled pear libraries. 'pear help'
shows short help about available options.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Re: Read Messages Not Unread After Back

2006-05-04 Thread Keefe John
I really don't think it's a browser issue.  On my other server running
postfix/courier and squirrelmail 1.4.6 everything works correctly.  After
reading an unread message and hitting back the message will appear unread.

Any thoughts?



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Re: Read Messages Not Unread After Back

2006-05-04 Thread Keefe John
Also, remember that it works fine on page 1 in squirrelmail.  It only
doesn't work if I'm on page 2 or higher.  How weird eh?



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Help With Change_SQLPass

2006-05-04 Thread ecj
Hello List,

I've been trying to make change_sqlpass to work on my Linux box to no
avail. I have all the requirements present. I tried the archives to see if
there is a similar problem like mine, nothing. I hope someone can help me.
When I try to change my password, I noticed that if the password I entered
is correct, the result is just a blank screen eventhough the new password
fields are blank. My logs doesn't show any errors.
My specs:
Fedora Core 3
SM 1.4.6
MySQL 4.0.18 (remote server)
Apache 2.0.40
PHP v4.2.2

Here is my config.php

  *   2002-2005 Paul Lesneiwski <[EMAIL PROTECTED]>
  * This program is licensed under GPL. See COPYING for details
  *
  * @package plugins
  * @subpackage Change SQL Password
  *
  */

   // Global Variables, don't touch these unless you want to break the plugin
   //
   global $csp_dsn, $password_update_queries, $lookup_password_query,
  $force_change_password_check_query, $password_encryption,
  $csp_salt_query, $csp_salt_static, $csp_secure_port,
  $csp_non_standard_http_port, $csp_delimiter, $csp_debug,
  $min_password_length, $max_password_length,
$include_digit_in_password,
  $include_uppercase_letter_in_password,
$include_lowercase_letter_in_password,
  $include_nonalphanumeric_in_password;

$csp_dsn = 'mysql:(I'm sure this line is correct';
   $lookup_password_query = 'SELECT count(*) FROM LocalPart WHERE
UserName="%2" AND Password=%5';
   $password_update_queries = array('UPDATE LocalPart,Domain SET
Password=%5 WHERE UserName="%2" AND Domain.DomKey =
LocalPart.FDomKey');
   $force_change_password_check_query = '';
   $password_encryption = 'NONE';
   $csp_salt_static = '';
   $csp_salt_query = '';
   $csp_secure_port = 0;
   //$csp_secure_port = 443;
   $csp_non_standard_http_port = 80;
   $min_password_length = 6;
   $max_password_length = 0;
   $include_digit_in_password = 1;
   $include_uppercase_letter_in_password = 0;
   $include_lowercase_letter_in_password = 0;
   $include_nonalphanumeric_in_password = 0;
   //$csp_delimiter = '|';
   $csp_delimiter = '@';
   $csp_debug = 0;
?>

Thank you very much for any help!

Edward




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Re: Read Messages Not Unread After Back

2006-05-04 Thread Tomas Kuliavas
> I really don't think it's a browser issue.  On my other server running
> postfix/courier and squirrelmail 1.4.6 everything works correctly.  After
> reading an unread message and hitting back the message will appear unread.
>
> Any thoughts?

Remember, Fredrik asked about dovecot version number. PHP version number
and register_globals setting might be useful too.

-- 
Tomas


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Re: Read Messages Not Unread After Back

2006-05-04 Thread Keefe John
Sorry, here are some specs:

Working server:
Mandriva
Postfix
PHP 4.4.0 with register_globals on

Nonworking server:
Debian 3.1
Dovecot 1.0.alpha4
PHP 4.3.11 with register_globals on

Keefe

-Original Message-
From: Tomas Kuliavas [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 05, 2006 12:32 AM
To: squirrelmail-users@lists.sourceforge.net
Cc: [EMAIL PROTECTED]
Subject: Re: [SM-USERS] Re: Read Messages Not Unread After Back

> I really don't think it's a browser issue.  On my other server running 
> postfix/courier and squirrelmail 1.4.6 everything works correctly.  
> After reading an unread message and hitting back the message will appear
unread.
>
> Any thoughts?

Remember, Fredrik asked about dovecot version number. PHP version number and
register_globals setting might be useful too.

--
Tomas



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users