English Bug tracker

Blank Screen uploading large images (code included) [Résolu]

Avancement100%
WorkflowBesoin d'aide
StatutUne solution immédiate a été fournie
I was uploading an image that was larger than the normal 800x600 that I usually upload and I noticed a blank screen. Having encountered this problem before I knew it was the default php memory limit. So I simply updated my htaccess file with the following:

# Increase memory limit if you encounter a blank screen uploading images
#
php_value memory_limit 16M


This might be worth adding to the htaccess as standard to be uncommented as required.

Cheers, Nick