For thread : http://www.boonex.com/unity/forums/topic/Getting-Upload-Errors-.htm#topic/Getting-Upload-Errors-.htm,
In ~Flash/modules/video/inc/functions.php: function uploadVideo(...), the db query like
// INSERT INTO `RayVideoFiles` SET `Title`='xxx', `Description`='xxx', `Date`='xxx', `Owner`='xx', `Status`='pending' //
While db table columns not null don't have default value : Categories, Tags, Rate, RateCount, CommentsCount, Featured.
Is that OK ?
I chaged the statement to add set those missed columns value, then the browser require to fill in tags etc. After filled and submited, successful !
But the just added video not appear in album. Empty for all albums. Where dose it go ???