dir with cluster db handler

You need to be logged in to post messages in the forums. New users may register here.

Pablo Pernot

Member since:
09 January 2008

Posts: 17

Wednesday 07 April 2010 2:58:10 am

Hello,

We are in a db cluster env, and we needed to modify convert_flv.php this way :

$fileHandler = eZClusterFileHandler::instance();

became :

$fileHandler->fileStore( $destinationDir.'/'.$flv, 'mediafile', true, 'video/x-flv' );

because the flv path is missing.

any hints ?
Up

You need to be logged in to post messages in the forums. New users may register here.