Video Comments - 0kb filesize issue

Hey all,

My video comments are not posting to the wall in dolphin 7.4, all the folder permissions are 755..the rms seams to be working ok, with uploading videos...just have a headaiche with trying to fix this issue....

the recorded videos flv and jpgs go to the server ok, but the m4v has not been converted.....I have spoke to my hosting company and they sat it is a Dolphin issue....

 

Can anyone help with this or give me advice please

Quote · 3 Apr 2011

ca anyone help with this please

Quote · 4 Apr 2011

I also have had this issue with 7.0.4, I beleive it has been resolved in one of the newer versions. Check Trac as I think there may be a changeset that fixes the issue in 7.0.4 if you don't want to upgrade, if not it may have to be the upgrade. I have seen elsewhere on the forums tonight that someone is having similar issues in 7.0.5.

Quote · 4 Apr 2011

http://www.boonex.com/trac/dolphin/changeset/14897

Quote · 4 Apr 2011

 

failed video comment cron.txt · 14.2K · 245 downloads
Quote · 4 Apr 2011

fixed

Look in flash/modules/video_comments/inc/functions.inc.php around line #181 where it says

getResult("UPDATE `" . $sDBModule . "Files` SET `Status`='" . VC_STATUS_FAILED . "' WHERE `ID`='" . $sId . "'");

and change it to

getResult("UPDATE `" . $sDBModule . "Files` SET `Status`='" . VC_STATUS_APPROVED . "' WHERE `ID`='" . $sId . "'");

That should fix the problem for you :)

Quote · 4 Apr 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.