Solved.
Once my host migrated to a new platform I was unable to upload. I went through the steps of setting the uploads to 1 file, and still nothing.
The problem turned out that when the contents of my account were migrated, my php.ini was not migrated, so it turned out that my tmp directory was not defined. Once I defined it, all was fine.
Moral of the story, don't assume that everything is migrated properly during a migration.
Next time, please leave your original post and add a new one describing what you did to fix your issue, so that others may benefit from your experience. Otherwise, the forum becomes useless.
Quote from: TranzNDance on June 17, 2006, 03:41:40 AM
Next time, please leave your original post and add a new one describing what you did to fix your issue, so that others may benefit from your experience. Otherwise, the forum becomes useless.
My appologies. It turned out to be an issue with the host. They didn't migrate my php.ini when they moved to their new platform.
With the problem being so host specific, I didn't think it would be of any use to anyone else.
As you edited out the initial question, your reply is still a bit useless, although I appreciate your willingness to resolve it after having been told what to do.
Updated to give an outline of the problem.