• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Horde 5.1.5 - Larger Attachments Result in "Your session has expired."

DMorrone

New Pleskian
OS: CentOS 5.9 (Final)
Panel version: 11.5.30 Update #28, last updated at Dec 26, 2013 04:20 AM

php: php53u 5.3.27-1.ius.el5

php.ini
upload_max_filesize = 20M
memory_limit = 128M
post_max_size = 20M

Browsers: Chrome Version 31.0.1650.63 m and IE 8

Hello, smaller files upload fine, though when reaching the 10MB and above level, after the attachment loads the new message window defaults to the Your Session Has Expired. Please Login Again.

Are there any settings that I am missing, or is this a current bug in this version of Horde?
 
Thanks Abdi, even with an increased session time of 3 minutes, whereupon the upload takes less than 2, the issue persists.

I assume you are referencing the session time in PHP.INI. The session time in horde is set to 0, which Googles to unlimited.
 
I saw similar bug reports and fixes. Since we can't arbitrarily patch Horde, I was hoping to avoid the waiting game. :) Maybe someone from Parallels knows when an update will come out.
 
Is there a fix for this yet? the bugs that abdi linked seem to be about drag and drop functionality and not the issue the original poster(and myself) are experiencing.
 
problem of horde

Is there a fix for this yet? the bugs that abdi linked seem to be about drag and drop functionality and not the issue the original poster(and myself) are experiencing.

someone managed to solve this problem? can you help? thanks :)
 

I modify this file:

1)
/etc/psa-webmail/horde/horde/php.ini

upload_max_filesize = 128M
post_max_size = 128M

2)
/etc/psa-webmail/horde/imp/conf.php

$conf['compose']['attach_size_limit'] = 0;

3)
/etc/postfix/main.cf

mailbox_size_limit = 20480000
message_size_limit = 20480000

4)/etc/php.ini

upload_max_filesize = 64M
post_max_size = 128M
memory_limit = 256M

I restart the service with

/etc/init.d/postfix restart
/etc/apache2/conf.d/fcgid.conf

I read these kb

http://kb.parallels.com/it/3376
http://kb.parallels.com/en/1075

tips?

thanks

Danilo

ps. I can not add an attachment. see link please
http://www.weareweb.it/img2.jpg
 
I modify this file:

1)
/etc/psa-webmail/horde/horde/php.ini

upload_max_filesize = 128M
post_max_size = 128M

2)
/etc/psa-webmail/horde/imp/conf.php

$conf['compose']['attach_size_limit'] = 0;

3)
/etc/postfix/main.cf

mailbox_size_limit = 20480000
message_size_limit = 20480000

4)/etc/php.ini

upload_max_filesize = 64M
post_max_size = 128M
memory_limit = 256M

I restart the service with

/etc/init.d/postfix restart
/etc/apache2/conf.d/fcgid.conf

I read these kb

http://kb.parallels.com/it/3376
http://kb.parallels.com/en/1075

tips?

thanks

Danilo

ps. I can not add an attachment. see link please
http://www.weareweb.it/img2.jpg

can any one help? thanks

Danio
 
Back
Top