Hi there,
This message popped up in the logs whilst attempting to send a message
with a file attachment of 3.1Mb.
Oct 21 16:06:09 xx71 roundcube: PHP Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 8944333 bytes) in /www/roundcube/program/include/iniset.php on line 107
However, the .htaccess has these settings:
php_value upload_max_filesize 4M php_value post_max_size 6M php_value memory_limit 48M php_value max_execution_time 340 php_value max_input_time 320
The /etc/php5/apache2/php.ini heas these values: upload_max_filesize = 7M post_max_size = 25M memory_limit = 48M max_execution_time = 60 max_input_time = 60
Are these values set else where?
Best regards.