Search code examples
videoffmpegconvertersmp4phpfox

PhpFox 3.7.7 video convert (mp4)


Trying to upload mp4 video. It is uploaded successfully - I can see it on the server.

But success page remains with process animation, and video is not avalable. It has in_process=1 in database (phpfox_video). Also the big problem that I cant see converting log, there even now such file in file/log, so I dont even know system does converting video or not.

Also I have one error in FireBug

ReferenceError: tb_show is not defined

Please help!


Solution

  • Well the solution for my problem is next: File: module/video/include/component/controller/frame.class.php Comment out about line 124

    //Phpfox::getLib('ajax')->alert(Phpfox::getLib('image.helper')->display(array('theme' => 'ajax/add.gif', 'class' => 'v_middle')) . ' Your video has successfully been uploaded. Please standby while we convert your video.', ' Converting Video', 600);
    

    And about 134

    //echo 'window.parent.' . str_replace('$.ajaxBox', 'window.parent.$.ajaxBox', $sAlert);     
    

    Now it works, but problem with tb_show is still there.