<?php /** * @package plugins.contentDistribution * @subpackage Scheduler.Distribute.Debug */ // /opt/kaltura/app/batch chdir(dirname(__FILE__) . "/../../../../batch"); require_once __DIR__ . "/../../../../batch/bootstrap.php"; $iniFile = "../configurations/batch"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncDistributeDelete');
<?php /** * @package plugins.scheduledTask * @subpackage Scheduler.Debug */ chdir(dirname(__FILE__) . "/../../../../batch"); require_once __DIR__ . "/../../../../batch/bootstrap.php"; $iniFile = realpath(dirname(__FILE__) . "/../../../../configurations/batch"); $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KScheduledTaskRunner');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once "bootstrap.php"; $iniFile = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncBulkUploadCloser');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once "bootstrap.php"; $iniFile = "../configurations/batch.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile, true); $kdebuger->run('KAsyncCaptureThumb');
<?php /** * @package plugins.contentDistribution * @subpackage Scheduler.Distribute.Debug */ // /opt/kaltura/app/batch chdir(dirname(__FILE__) . "/../../../../batch"); require_once "bootstrap.php"; $iniFile = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncDistributeFetchReportCloser');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once __DIR__ . "/../../bootstrap.php"; $iniDir = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniDir); $kdebuger->run('KAsyncDirectoryCleanup');
<?php /** * @package plugins.contentDistribution * @subpackage Scheduler.Distribute.Debug */ // /opt/kaltura/app/batch chdir(dirname(__FILE__) . "/../../../../batch"); require_once "bootstrap.php"; $iniFile = "../configurations/batch.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncDistributeDeleteCloser');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once "bootstrap.php"; $iniFile = "../configurations/batch.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncCopy');
<?php /** * @package plugins.contentDistribution * @subpackage Scheduler.Distribute.Debug */ // /opt/kaltura/app/batch chdir(dirname(__FILE__) . "/../../../../batch"); require_once "bootstrap.php"; $iniFile = "../configurations/batch.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncDistributeSubmitCloser');
<?php /** * @package plugins.contentDistribution * @subpackage Scheduler.Distribute.Debug */ // /opt/kaltura/app/batch chdir(dirname(__FILE__) . "/../../../../batch"); require_once __DIR__ . "/../../../../batch/bootstrap.php"; $iniFile = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncDistributeEnable');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once "bootstrap.php"; $iniFile = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncConvert');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once "bootstrap.php"; $iniFile = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncProvisionProvide');
<?php /** * @package plugins.multiCenters * @subpackage Scheduler.FileSyncImport.Debug */ chdir(dirname(__FILE__) . "/../../../../batch"); require_once "bootstrap.php"; $iniFile = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncFileSyncImportCloser');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once "bootstrap.php"; $iniFile = "../configurations/batch.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncExtractMedia');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once "bootstrap.php"; $iniFile = "../configurations/batch.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncPostConvert');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once __DIR__ . "/../../bootstrap.php"; $iniDir = "../configurations/batch"; // should be the full file path $kdebuger = new KGenericDebuger($iniDir); $kdebuger->run('KAsyncBulkUpload');
<?php /** * @package Scheduler * @subpackage Debug */ if (strtoupper(PHP_SAPI) != 'CGI-FCGI' && strtoupper(PHP_SAPI) != 'CLI') { echo 'This script must be executed using CLI'; exit; } chdir(dirname(__FILE__) . "/../"); require_once __DIR__ . "/../bootstrap.php"; $iniDir = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniDir); $kdebuger->run('KScheduleHelper');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once "bootstrap.php"; $iniFile = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncBulkDownloadCloser');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once "bootstrap.php"; $iniFile = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncConvertCollection');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once "bootstrap.php"; $iniFile = "../configurations/batch.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncIndex');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once __DIR__ . "/../../bootstrap.php"; $iniDir = dirname(__FILE__) . "/../configurations/batch"; // should be the full file path $kdebuger = new KGenericDebuger($iniDir); $kdebuger->run('KAsyncValidateLiveMediaServers');
<?php /** * @package plugins.contentDistribution * @subpackage Scheduler.Distribute.Debug */ // /opt/kaltura/app/batch chdir(dirname(__FILE__) . "/../../../../batch"); require_once "bootstrap.php"; $iniFile = "../configurations/batch.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncDistributeUpdate');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once "bootstrap.php"; $iniFile = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncMailer');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once "bootstrap.php"; $iniFile = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncConvertProfileCloser');
<?php /** * @package plugins.contentDistribution * @subpackage Scheduler.Distribute.Debug */ chdir(dirname(__FILE__) . "/../../../../batch"); require_once __DIR__ . "/../../../../batch/bootstrap.php"; $iniFile = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncDistributeEnableCloser');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once __DIR__ . "/../../bootstrap.php"; $iniDir = dirname(__FILE__) . "/../configurations/batch"; // should be the full file path $kdebuger = new KGenericDebuger($iniDir); $kdebuger->run('KAsyncConcat');
<?php /** * @package plugins.multiCenters * @subpackage Scheduler.FileSyncImport.Debug */ chdir(dirname(__FILE__) . "/../../../../batch"); require_once __DIR__ . "/../../../../batch/bootstrap.php"; $iniFile = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncFileSyncImport');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once __DIR__ . "/../../bootstrap.php"; $iniDir = "../configurations/batch"; // should be the full file path $kdebuger = new KGenericDebuger($iniDir); $kdebuger->run('KAsyncDeleteFile');
<?php /** * @package Scheduler * @subpackage Debug */ chdir(dirname(__FILE__) . "/../../"); require_once "bootstrap.php"; $iniFile = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncDivertConvert');
<?php /** * @package plugins.captionSearch * @subpackage Scheduler.Debug */ // /opt/kaltura/app/batch chdir(dirname(__FILE__) . "/../../../../../../batch"); require_once __DIR__ . "/../../../../../../batch/bootstrap.php"; $iniFile = "batch_config.ini"; // should be the full file path $kdebuger = new KGenericDebuger($iniFile); $kdebuger->run('KAsyncParseCaptionAsset');