Stephen Warren wrote:
It seems that there's a missing call to session_start...
If I edit includes/SpecialUpload.php, class UploadForm, function UploadForm (constructor) and add "session_start();" prior to first referencing $_SESSION, then everything works just fine.
session_start() is called in Setup.php if a session cookie is present. Check if you have a bogus session name or something.
-- brion vibber (brion @ pobox.com)