Hi Jonathan,
Thanks for your quick response regarding this matter.
A main problem that I am having in catching this error
is because the users are logged-out at a random amount
of time and another thing that I noticed is that the
error that is logged is refering to the following file
which is "c:
Hello Wasa,
On Tuesday, March 25, 2003, wasa asaw wrote...
> I am facing a problem with SM where users are being
> logged-out after a random amount of time. I have
> configures IIS and Php.ini so as not to expire
> sessions for about two hours, but the problem still
> exists.
> I enabled PHP to l
I am facing a problem with SM where users are being
logged-out after a random amount of time. I have
configures IIS and Php.ini so as not to expire
sessions for about two hours, but the problem still
exists.
I enabled PHP to log all errors to the system log file
and I am getting the following error
Title: Squirrelspell with Aspell not working on Win2K Server IIS5
Hello.
System: Win2k server
Web: IIS5
PHP: 4.3
SQ: 1.2.11 and 1.4r2
Mail: Mercury Mail 3.32
Aspell: 0.50-2 with English dictionary
SETUP:
Installed Aspell in c:\aspell
Added path in both windows and PHP to c:\aspel
> >> The second adjustment I made was in regards to an empty mailbox.
> >> The code for this was:
> >>
> >> if (!isset($msort)) {
> >> $msort = array();
> >> }
> >>
> >> I put this in the showMessagesForMailbox function after the global
> >> declarations.
>
> > Despite the fact that this
Hello Dana,
On Tuesday, March 25, 2003, Dana Holland wrote...
> That fixed my problem - boy, do I feel dumb. If I had just went and
> looked at the code I could have seen that there was an unmatched
> paren... Duh!
It's okay... you think you feel bad... imagine how the the redhat
coders that patc
That fixed my problem - boy, do I feel dumb. If I had just went and
looked at the code I could have seen that there was an unmatched
paren... Duh!
Jonathan Angliss wrote:
Hello Dana,
On Tuesday, March 25, 2003, Dana Holland wrote...
Parse error: parse error, unexpected ')' in
/usr/share/squir
Hello P,
On Tuesday, March 25, 2003, p dont think wrote...
>> The second adjustment I made was in regards to an empty mailbox.
>> The code for this was:
>>
>> if (!isset($msort)) {
>> $msort = array();
>> }
>>
>> I put this in the showMessagesForMailbox function after the global
>> dec
> The second adjustment
> I made was in regards to an empty mailbox. The code for this was:
>
> if (!isset($msort)) {
> $msort = array();
> }
>
> I put this in the showMessagesForMailbox function after the global
> declarations.
Despite the fact that this is good programming practice i
Hello Dana,
On Tuesday, March 25, 2003, Dana Holland wrote...
> Parse error: parse error, unexpected ')' in
> /usr/share/squirrelmail/src/download.php on line 337
> We've searched the web for answers to this problem - some things
> seem to suggest it's a simple fix to the .php file. However, no o
Huh, looks like a syntax error in the RedHat update (doh!).
If you want to tar up that file and send it to the list, I'm sure any
number of us could send you the fix, which would probably take all of 30
seconds. ;>
Cheers,
Paul
> -Original Message-
> From: [EMAIL PROTECTED]
[mailto
We're new to squirrelmail. We're using the version that came with RH
8.0, updated with up2date as of last week. When we attempt to view
attachments, we get the following error message:
Parse error: parse error, unexpected ')' in
/usr/share/squirrelmail/src/download.php on line 337
We've sear
Hi all
I get the following error when trying to log onto a
Exchange 2000 box with Squirrelmail. Squirrel mail is on A SuSE 8.0
box.
Warning: stat failed for functions
(errno=2 - No such file or directory) in
/usr/local/httpd/htdocs/mail/functions/display_messages.php on line
50
I also ge
Hello Martin,
On Tuesday, March 25, 2003, Martin Morris wrote...
> SM: Version: 1:1.3.2+1.4.0rc1-1 (the output of dpkg -s squirrelmail)
> My problem is that I am unable to choose a theme because the
> dropdown box is empty, even though I can see that I have lots of
> themes in the relevant direct
Hello all,
I'm running:
Debian 3.0r1
SM: Version: 1:1.3.2+1.4.0rc1-1 (the output of dpkg -s squirrelmail)
PHP 4.2.3
Apache: 1.3.27
My problem is that I am unable to choose a theme because the dropdown box
is empty, even though I can see that I have lots of themes in the relevant
directory on my
Hello Andrew,
On Tuesday, March 25, 2003, Andrew Kelso wrote...
> Setting the imapServerAddress to the ip address fixed it!
You might want to see if you've made any changes to anything else on
the system that may have resulted in this problem. It sounds like
PHP is unable to resolve the hos
Thanks!
Setting the imapServerAddress to the ip address fixed it!
Thanks again.
-andrew
> Hello Andrew,
> On Monday, March 24, 2003, Andrew Kelso wrote...
>
>
>> I am using squirrel mail 1.2.10 on red hat 7.3
>
>> $domain = 'telesoft.com';
>> $imapServerAddress = 'mail.telesoft.com';
>
> [..
Jason Lieurance said:
> Hello,
>
> Setup:
>
> FreeBSD 4.7
> PHP 4.30
> Squirrelmail 1.2.10
>
> Some of my users started complaining that after a short while of
> being logged in, the left frame with the folder list in IE 6 will
> say 'page can not be display' than the right frame follows suit.
> Th
Title: Message
Hello,
Setup:FreeBSD 4.7PHP 4.30Squirrelmail
1.2.10
Some of my users
started complaining that after a short while of being logged in, the left frame
with the folder list in IE 6 will say 'page can not be display' than the right
frame follows suit. This doesn't happen all th
Hello Andrew,
On Monday, March 24, 2003, Andrew Kelso wrote...
> I am using squirrel mail 1.2.10 on red hat 7.3
> $domain = 'telesoft.com';
> $imapServerAddress = 'mail.telesoft.com';
[..]
> If i set this server to use localhost as the imapServerAddress it
> works fine. I had an old version
Hello P,
On Tuesday, March 25, 2003, p dont think wrote...
> Might those of us who are curious ask what you've done to fix it?
;>>
Sure... 4 lines at the most I think (not counting comments) ;)
In functions/file_prefs.php I added:
sqsession_register($prefs_cache , 'prefs_cache');
In the sav
Hello Jeremy,
On Monday, March 24, 2003, Jeremy Rodriguez wrote...
> I am having a problem of when a user accesses my url
> http://www.mydomain.com/mail they get an "action cancelled" error. However,
> http://www.mydomain.com/mail/ with the trailing slash works.
> I read trailing slash problem in
22 matches
Mail list logo