have a user trying to upload a 1.5mb rar file. rar is a valid extension.
Max file size in the cp is set at 4mb
phpinfo - upload_max_filesize = 2mb
post_max_size = 8mb
user tries to upload and gets the following errors:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1587413 bytes) in /data/......../forums/admin/db_mysql.php on line 226
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /data/..../forums/admin/functions.php on line 2382
Any ideas?
Thanks
Max file size in the cp is set at 4mb
phpinfo - upload_max_filesize = 2mb
post_max_size = 8mb
user tries to upload and gets the following errors:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1587413 bytes) in /data/......../forums/admin/db_mysql.php on line 226
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /data/..../forums/admin/functions.php on line 2382
Any ideas?
Thanks
Comment