Bernard Paquesfrom nearby-an-airport Associate, 8408 posts | Thanks for the tip. Also, this way to set PHP parameters through the .htaccess file is not accepted by all ISPs. Where are you hosted by the way?
|
| NickR | I share space on a friends virtual server. ----- Nick |
Bernard Paquesfrom nearby-an-airport Associate, 8408 posts |
NickR: lucky man... |
| NickR |
" NickR: lucky man... " It at www.bytemark.co.uk - very reasonably priced for what you get. ----- Nick |
English « Bug tracker «
Blank Screen uploading large images (code included) [Solved]
| Workflow | Support request |
| Status | Immediate solution has been provided
|
| Progress | ![]() |
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:
This might be worth adding to the htaccess as standard to be uncommented as required.
Cheers, Nick
# 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











