Hi: Thanks so much for your help! I was able to change my php.ini to below: (I actually have two php.ini files. One is in public_html and one is lower in the site itself. I made sure there are identical. Can I remove one of them? )
In any case, I maxxed all the settings as you can see, but I still get the problem. And now it's even "worse" (see * below).
First expereiment: I tried converting the same pic to png, which increased the size to 5mb, but it also failed. Same thing happened when I downsized the jpg to 100kb. Also tried converting it to black and white, same result.
So I tried another experiment. I deleted and re-uploaded the same photo that I had successfully uploaded before. And it failed. And then I create a new test album, and the same photos that successfully uploaded yesterday failed today. * This is what I mean by worse.
If you want to go in from my front end to try it, I've included those log in details below
So I'm still quite stumped. Any advice you can provide would be appreciated.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
date.timezone = "Australia/Melbourne"
disable_functions = show_source, passthru, exec, popen, proc_open, allow_url_fopen
memory_limit = 256M
max_execution_time = 30
magic_quotes_gpc = off
magic_quotes_runtime = off
register_globals = off
max_input_time = 60
upload_max_filesize = 40M
post_max_size = 40M
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20090626"
realpath_cache_size = 64K
realpath_cache_ttl = 120
zend_extension = "/usr/local/IonCube/ioncube_loader_lin_5.3.so"
extension = suhosin.so
suhosin.executor.include.max_traversal = 6
suhosin.apc_bug_workaround = On
suhosin.memory_limit = 256
suhosin.upload.disallow_elf = On
suhosin.post.max_vars = 2000
suhosin.request.max_vars = 2000
suhosin.log.syslog.facility = 9
suhosin.log.use-x-forwarded-for = Off