View Single Post
Old August 24th, 2005, 01:21 PM   #1 (permalink)
jeffa
Registered User
 
Join Date: Aug 2005
Posts: 9
Just upgraded from 4.7 to 5.13 and cannot upload movies

We made the big upgrade all the way from 4.7 to 5.13 yesterday across many of our UBB forums and while the upgrade.php app appears to have worked, we still cannot upload movies and other multimedia.

Went into Admin Options and enabled Multimedia Uploads.

Went into Upload Photo Options and set Maximum multimedia upload size to 5 megs.

When i try to upload a 4.1 meg .mov Photopost tells me that the file was uploaded successfully, but the movie does not appear in the gallery that i am redirected to.

Printed out the var_dump for $_FILE and the results are:

array(1) {
["theimage"]=>
array(5) {
["name"]=>
array(1) {
[0]=>
string(7) "01.mpeg"
}
["type"]=>
array(1) {
[0]=>
string(0) ""
}
["tmp_name"]=>
array(1) {
[0]=>
string(0) ""
}
["error"]=>
array(1) {
[0]=>
int(1)
}
["size"]=>
array(1) {
[0]=>
int(0)
}
}
}


Does anyone have any hints or ideas where to debug next?

Thanks,
jeffa
jeffa is offline   Reply With Quote