Video upload and processing works and you can see the video on timeline and play it
Problem is if you go to the video section and select the video itself it just keep showing loading and never actual plays
any suggestions
Video upload and processing works and you can see the video on timeline and play it http://vi-bin.com |
You have the following error: <br /> <b>Parse error</b>: syntax error, unexpected end of file in <b>/home/vibin/public_html/flash/modules/video/inc/xmlTemplates.inc.php</b> on line <b>26</b><br /> Rules → http://www.boonex.com/terms |
really how did you find it and how do i fix it.. http://vi-bin.com |
I've checked Network request in Chrome developer console. Rules → http://www.boonex.com/terms |
You need to edit flash/modules/video/inc/xmlTemplates.inc.php file and fix the error, or restore this file from the original package. Rules → http://www.boonex.com/terms |
here the problem there no listing on 26 it empty...
<?php /*************************************************************************** * * IMPORTANT: This is a commercial product made by BoonEx Ltd. and cannot be modified for other than personal usage. * This product cannot be redistributed for free or a fee without written permission from BoonEx Ltd. * This notice may not be removed from the source code. * ***************************************************************************/
$aXmlTemplates = array ( "result" => array ( 1 => '<result value="#1#" />', 2 => '<result value="#1#" status="#2#" />', ),
"file" => array ( 5 => '<file id="#1#" file="#2#" save="#3#" image="#4#" time="#5#" />', 6 => '<file id="#1#" file="#2#" save="#3#" image="#4#" time="#5#"><saveName><![CDATA[#6#]]></saveName></file>', 8 => '<file id="#1#" file="#2#" video="#7#" url="#8#" save="#3#" image="#4#" time="#5#"><saveName><![CDATA[#6#]]></saveName></file>' ),
"user" => array ( 5 => '<user id="#1#" nick="#2#" profile="#3#" all="#4#" approval="#5#" />' ) ) --- line 25 http://vi-bin.com |
It looks like there is no ";" symbol at the end, but I would recommend to restore the file from the original package! Rules → http://www.boonex.com/terms |
http://vi-bin.com |