Wordpress image upload has worked well for months. Suddenly, I get "failed to write file to disk" though nothing has changed. Read the wp forums and worked with my hosting co to do the following:
Checked the php.ini file to read: upload_tmp_dir="/tmp"
Changed "/tmp" to be a tmp folder inside wp-content/images
permissions set to 777
restarted database
What else can I do? My host co can't or won't help further since it's my own installation of wp (2.5.1). My site is on a shared linux server. Anything else I can add?
I'm desperate, and grateful for any assistance!