When trying to upload attachments I get the following error:
Fatal error: Allowed memory size of 36700160 bytes exhausted (tried to allocate 13584945 bytes) in /mywebsite/web/content/forum/includes/class_core.php on line 1781
The strange thing to note is that the file is smaller than the limit.
i have edited my htaccess as follows:
php_value file_uploads on
php_value upload_max_filesize 35971520
php_value post_max_size 35971520
php_value max_input_time 1000
php_value memory_limit 35M
php_value max_execution_time 1000
Uploads work for relatively small files, i.e. 3-4mb mp3 files.... any bigger and i run into problems.
Fatal error: Allowed memory size of 36700160 bytes exhausted (tried to allocate 13584945 bytes) in /mywebsite/web/content/forum/includes/class_core.php on line 1781
The strange thing to note is that the file is smaller than the limit.
i have edited my htaccess as follows:
php_value file_uploads on
php_value upload_max_filesize 35971520
php_value post_max_size 35971520
php_value max_input_time 1000
php_value memory_limit 35M
php_value max_execution_time 1000
Uploads work for relatively small files, i.e. 3-4mb mp3 files.... any bigger and i run into problems.
Comment