I'm trying to upload a 10MB file and i receive this error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 11254047 bytes) in /*******/includes/class_core.php3 on line 1696
I've tried freddies suggestion of adding this line to config.php for which he said in another post but this doesn't make any difference.
ini_set('memory_limit', '16M');
File uploads work up to about 8MB anything over doesn't
Any Suggestions?
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 11254047 bytes) in /*******/includes/class_core.php3 on line 1696
I've tried freddies suggestion of adding this line to config.php for which he said in another post but this doesn't make any difference.
ini_set('memory_limit', '16M');
File uploads work up to about 8MB anything over doesn't
Any Suggestions?
Comment