Videokommentar

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Videokommentar

      Hallo Leute, ich habe ein großes Problem, und durchdem dass ich fast ken englisch kann, weiss ich auch nicht mehr weiter...

      Habe dolphin auf einen server geladen. RMS auch erfolgreich installiert. Ich kann bei video Kommentar aufnehmen, aber es speichert nicht ab.

      Auf der Seite von dolphin steht:

      Some or all of my Flash apps keep on loading and do not work.

      1) This problem usually happens when there are writable permissions on folders and files when PHP is running in CGI mode.

      To check the mode your PHP is running in, log into your Dolphin's Admin Panel and then open the page administration/phpinfo.php.

      To fix it, you will need to set all folders permissions to 755 and all files to 644. The file flash/modules/global/app/ffmpeg.exe should be also set to 755.

      2) This problem may also be caused by script's inability to open widgets' default skins. You can try the following tweak which will be harmless for the rest of the script functionality:

      open the file flash/modules/MODULE_NAME/skins/index.php and replace the line
      $sFile = $aResult['current'] . "." . $aResult['extension'];

      with
      $sFile = "default.swf";

      You can also try to comment out these lines if you still experience the problem:

      /* - comment start require_once("../../../../inc/header.inc.php"); require_once($sIncPath . "functions.inc.php"); require_once($sIncPath . "apiFunctions.inc.php"); require_once($sIncPath . "xml.inc.php"); $aPathParts = explode("/", $_SERVER['PHP_SELF']); $iPartsCount = count($aPathParts); $aResult = getExtraFiles($aPathParts[$iPartsCount-3], $aPathParts[$iPartsCount-2]); comment end - */

      Das in Fett geschrieben hab ich nicht gemacht, weil ich nicht weiss wohin schreiben, und weil ich denke dass erstetzen mit "$sFile = "default.swf";" ist.

      Kann mir jemand einenTip geben was da sein kann?