Uploading a large image attachment using SMF fails.
Author: admin admin Reference Number: AA-00275 Views: 37367 Created: 2012-11-25 11:49 Last Updated: 2013-03-25 11:52 0 Rating/ Voters

If you receive a white screen when uploading a large image attachment using SMF then to fix follow the below steps :

1) download the file Sources/Subs-Graphics.php from your hosting account

2) edit the file using notepad, and locate the line (around line 326 in the file )

@ini_set('memory_limit', '90M');

and change this to 

@ini_set('memory_limit', '255M');

then save the file in notepad, and upload the file using FTP replacing the existing file.


Quick Jump Menu