[SM-USERS] Acting Buggy after Upgrade

2006-01-20 Thread maillists
Hi,

I just upgraded squirrelmail to v 1.4.5 and now there are many bugs.

1: sometimes there are 404's when I click on "options", "folders",
"reply" etc... and sometimes they are fine...

2: many times I get logged off for no reason.

3: on some accounts, when I click on "Folders" it hangs and I get the
following info somewhere in the page:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 35 bytes)
in /var/www/mail.gmnet.net/html/functions/imap_mailbox.php on line 66

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 40 bytes) in Unknown on line 0

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 44 bytes) in Unknown on line 0


My php.ini has:
post_max_size = 24M
max_execution_time = 45 
memory_limit = 32M  
I don't want to increase that any more, I think that is plenty...

Here are my plugins:
  Installed Plugins
1. filters
2. squirrelspell
3. calendar
4. msg_flags
5. info
6. newmail
7. delete_move_next
8. message_details
9. folder_sizes
10. select_range
11. bayesspam

What should I do next to try to fix this? 

Thanks!
Rick



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&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] Acting Buggy after Upgrade

2006-01-20 Thread maillists
On Fri, 2006-01-20 at 11:35 -0500, maillists wrote:
> Hi,
> 
> I just upgraded squirrelmail to v 1.4.5 and now there are many bugs.
> 
> 1: sometimes there are 404's when I click on "options", "folders",
> "reply" etc... and sometimes they are fine...
> 
> 2: many times I get logged off for no reason.
> 
> 3: on some accounts, when I click on "Folders" it hangs and I get the
> following info somewhere in the page:
> 
> Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
> allocate 35 bytes)
> in /var/www/mail.gmnet.net/html/functions/imap_mailbox.php on line 66
> 
> Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
> allocate 40 bytes) in Unknown on line 0
> 
> Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
> allocate 44 bytes) in Unknown on line 0
> 
> 
> My php.ini has:
> post_max_size = 24M
> max_execution_time = 45 
> memory_limit = 32M  
> I don't want to increase that any more, I think that is plenty...
> 
> Here are my plugins:
>   Installed Plugins
> 1. filters
> 2. squirrelspell
> 3. calendar
> 4. msg_flags
> 5. info
> 6. newmail
> 7. delete_move_next
> 8. message_details
> 9. folder_sizes
> 10. select_range
> 11. bayesspam
> 
> What should I do next to try to fix this? 
> 
> Thanks!
> Rick


Also, I changed the following and I am still having trouble.

max_execution_time = 180
memory_limit = 64M

Also, my php.conf file has this:


SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 33554432



There is no way I want to let php scripts consume 64M of my precious
ram. What could be going on?

Thanks
Rick




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&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] Attach filesize still a problem...

2006-05-03 Thread maillists
Hi,

I am still having a problem setting the filesize on attachments. Right
now it is fixed a 2MB, I would like to increase it to 5MB. My php.ini is
fine (I use gallery and people can upload 10MB files!) I must be missing
something. Does anybody know how to set this?

Thanks
Rick


---
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] Attach filesize still a problem...

2006-05-03 Thread maillists
On Wed, 2006-05-03 at 15:13 +, Arnór Heiðar wrote:
> Hi Rick
> 
> Do you know if the file-upload itself was a success?
> 
> Br, Arnor
> 
> maillists wrote:
> 
> >Hi,
> >
> >I am still having a problem setting the filesize on attachments. Right
> >now it is fixed a 2MB, I would like to increase it to 5MB. My php.ini is
> >fine (I use gallery and people can upload 10MB files!) I must be missing
> >something. Does anybody know how to set this?
> >
> >Thanks
> >Rick
> >

Yes, attachments do work fine under 2MB. and when I use gallery (a php
program) file uploads work fine up to 10MB. But for some reason,
squirrelmail limits attachments to 2MB... When I attach files larger
than 2MB, the email goes through but without the attachment.

I'm not sure where to fix this.
(Sorry for the reply to you Arnór , I ment to reply to this list...)

Thanks
Rick


---
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