video project source code warnings
5.x-1.5
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($out) in video/views_video.inc on line 217. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t("Resolution {$i} name") in video/video.module on line 326. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t("Resolution {$i} value") in video/video.module on line 331. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('video conversion failed. ffmpeg reported the following output: '.$command_output,WATCHDOG_ERROR) in video/plugins/video_ffmpeg_helper/video_render.php on line 109. Read more at http://drupal.org/node/322732
5.x-1.x-dev
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($out) in video/views_video.inc on line 217. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t("Resolution {$i} name") in video/video.module on line 325. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t("Resolution {$i} value") in video/video.module on line 330. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('video conversion failed. ffmpeg reported the following output: '.$command_output,WATCHDOG_ERROR) in video/plugins/video_ffmpeg_helper/video_render.php on line 108. Read more at http://drupal.org/node/322732
6.x-4.1-rc2
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('No flash player has been setup. '.l(t('Please select a player to play Flash videos.'),'admin/settings/video/players')) in video/video_formatter.inc on line 159. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_conversion','We could not determine the height and width of the video: '.$video,array(),WATCHDOG_DEBUG) in video/video.module on line 658. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('amazon_s3',t('Successfully uploaded our file: !file into the bucket %bucket on the Amazon S3 server.',array('!file'=>$filepath,'%bucket'=>$this->bucket)),array(),WATCHDOG_INFO) in video/cdn/video_s3/includes/amazon_s3.inc on line 136. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('amazon_s3','We did not find the file id: '.$row->fid.' or it is still queued for ffmpeg processing.',array(),WATCHDOG_DEBUG) in video/cdn/video_s3/includes/amazon_s3.inc on line 145. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_transcoder','Video conversion failed. Could not create the directory: '.$orginal,array(),WATCHDOG_ERROR) in video/includes/conversion.inc on line 81. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_transcoder','Video conversion failed. Could not create the directory: '.$converted,array(),WATCHDOG_ERROR) in video/includes/conversion.inc on line 85. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_conversion','Video conversion failed. FFMPEG reported the following output: '.$command_output,array(),WATCHDOG_ERROR) in video/includes/conversion.inc on line 101. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_metadata','Executing command: '.$command,array(),WATCHDOG_DEBUG) in video/includes/metadata.inc on line 21. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Successfully created trancoding job on file: !file into the bucket %bucket on Zencoder.',array('!file'=>$filepath,'%bucket'=>$this->bucket)),array(),WATCHDOG_INFO) in video/plugins/video_zencoder/includes/zencoder.inc on line 277. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder','We did not find the file id: '.$row->fid.' or it is still queued for ffmpeg processing or S3 push.',array(),WATCHDOG_DEBUG) in video/plugins/video_zencoder/includes/zencoder.inc on line 286. Read more at http://drupal.org/node/323101
- Empty string attempted to be localized. Please do not leave test code for localization in your source. In video/plugins/video_zencoder/transcoders/video_zencoder.inc on line 215.
- Empty string attempted to be localized. Please do not leave test code for localization in your source. In video/plugins/video_zencoder/transcoders/video_zencoder.inc on line 267.
- Empty string attempted to be localized. Please do not leave test code for localization in your source. In video/plugins/video_zencoder/transcoders/video_zencoder.inc on line 374.
- Empty string attempted to be localized. Please do not leave test code for localization in your source. In video/plugins/video_zencoder/transcoders/video_zencoder.inc on line 425.
- Empty string attempted to be localized. Please do not leave test code for localization in your source. In video/plugins/video_zencoder/transcoders/video_zencoder.inc on line 447.
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/plugins/video_zencoder/transcoders/video_zencoder.inc on line 64. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->params['thumb_command'],array('!videofile'=>$videofile,'!seek'=>$seek,'!thumbfile'=>$thumbfile)) in video/transcoders/video_ffmpeg.inc on line 81. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->params['command'],array('!videofile'=>$video->filepath,'!audiobitrate'=>$this->params['audiobitrate'],'!size'=>$dimensions,'!videobitrate'=>$this->params['videobitrate'],'!convertfile'=>$converted)) in video/transcoders/video_ffmpeg.inc on line 109. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_ffmpeg','Executing command: '.$command,array(),WATCHDOG_DEBUG) in video/transcoders/video_ffmpeg.inc on line 41. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_ffmpeg.inc on line 88. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->params['thumb_command'],array('!videofile'=>$videofile,'!seek'=>$seek,'!thumbfile'=>$thumbfile)) in video/transcoders/video_ffmpeg_wrapper.inc on line 63. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('ffmpeg_wrapper','Sending options: '.$options,array(),WATCHDOG_DEBUG) in video/transcoders/video_ffmpeg_wrapper.inc on line 23. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_ffmpeg_wrapper.inc on line 70. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_render',$message,$variables,WATCHDOG_ERROR) in video/transcoders/video_ffmpeg_wrapper.inc on line 109. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($field['widget']['label']) in video/views/video.views.inc on line 39. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($field_types[$field['type']]['label']) in video/views/video.views.inc on line 61. Read more at http://drupal.org/node/322732
6.x-4.11
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('No flash player has been setup. '.l(t('Please select a player to play Flash videos.'),'admin/settings/video/players')) in video/video_formatter.inc on line 219. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('No HTML5 player has been setup. '.l(t('Please select a player to play HTML5 videos.'),'admin/settings/video/players')) in video/video_formatter.inc on line 246. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_metadata','Executing command: '.$command,array(),WATCHDOG_DEBUG) in video/metadata/flvtool2.inc on line 47. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('Could not find the file id %fid or it is still queued for ffmpeg processing.',array('%fid'=>$row->fid),WATCHDOG_DEBUG,$row) in video/plugins/video_s3/video_s3.lib.inc on line 163. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('Successfully uploaded %file to Amazon S3 location <a href="@s3-url">@s3-path</a> and permission %permission.',array('%file'=>$file->filename,'@s3-url'=>$s3url,'@s3-path'=>$file->filepath,'%permission'=>$perm,),WATCHDOG_INFO,$file) in video/plugins/video_s3/video_s3.lib.inc on line 265. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('Failed to upload %file to Amazon S3.',array('%file'=>$file->filepath),WATCHDOG_ERROR,$file) in video/plugins/video_s3/video_s3.lib.inc on line 277. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog($message,$variables=array(),$severity=WATCHDOG_NOTICE,$nid=NULL) in video/plugins/video_s3/video_s3.lib.inc on line 390. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('amazon_s3',$message,$variables,$severity,$link) in video/plugins/video_s3/video_s3.lib.inc on line 402. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($error_msg,$params) in video/transcoders/video_ffmpeg.inc on line 105. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_ffmpeg',$error_msg,$params,WATCHDOG_ERROR) in video/transcoders/video_ffmpeg.inc on line 104. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($field['widget']['label']) in video/views/video.views.inc on line 39. Read more at http://drupal.org/node/322732
6.x-4.2
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('No flash player has been setup. '.l(t('Please select a player to play Flash videos.'),'admin/settings/video/players')) in video/video_formatter.inc on line 217. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('No HTML5 player has been setup. '.l(t('Please select a player to play HTML5 videos.'),'admin/settings/video/players')) in video/video_formatter.inc on line 241. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video','hook_file_delete called with empty $file object (stack dumped to '.$dump_file.')',array(),WATCHDOG_ERROR) in video/video.module on line 462. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_conversion','We could not determine the height and width of the video: '.$video,array(),WATCHDOG_DEBUG) in video/video.module on line 740. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_metadata','Executing command: '.$command,array(),WATCHDOG_DEBUG) in video/metadata/flvtool2.inc on line 47. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('amazon_s3',t('Successfully uploaded our file: !file into the bucket %bucket on the Amazon S3 server.',array('!file'=>$filepath,'%bucket'=>$this->bucket)),array(),WATCHDOG_INFO) in video/plugins/video_s3/includes/amazon_s3.inc on line 156. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('amazon_s3','We did not find the file id: '.$row->fid.' or it is still queued for ffmpeg processing.',array(),WATCHDOG_DEBUG) in video/plugins/video_s3/includes/amazon_s3.inc on line 163. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('Postback received from the Zencoder Transcoding servers.'.serialize($data)) in video/plugins/video_zencoder/video_zencoder.module on line 44. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Postback received from the Zencoder Transcoding servers.'.serialize($data))) in video/plugins/video_zencoder/video_zencoder.module on line 44. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Job !jobid is processing.',array('!jobid'=>$video->job->id))) in video/plugins/video_zencoder/video_zencoder.module on line 60. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Error updating zencoder status.',array()),NULL,WATCHDOG_ERROR) in video/plugins/video_zencoder/video_zencoder.module on line 82. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Error pulishing node.',array()),NULL,WATCHDOG_ERROR) in video/plugins/video_zencoder/video_zencoder.module on line 85. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Successfully downloaded the thumbnails file and replaced the default image.')) in video/plugins/video_zencoder/video_zencoder.module on line 101. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Download thumbanils files is failed.'),array(),WATCHDOG_ERROR) in video/plugins/video_zencoder/video_zencoder.module on line 103. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Updated the Zencoder Job !id to states !states.',array('!id'=>$video->job->id,'!states'=>$zc_output_state))) in video/plugins/video_zencoder/video_zencoder.module on line 106. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Zencoder job failed converting videos, please login to zencoder web and check the erros.',array()),NULL,WATCHDOG_ERROR) in video/plugins/video_zencoder/video_zencoder.module on line 111. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',$error_msg,array(),WATCHDOG_ERROR) in video/plugins/video_zencoder/transcoders/video_zencoder.inc on line 59. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('You must active the Video S3 module to work with Zencoder, file is not found in S3 tables',array()),array(),WATCHDOG_ERROR) in video/plugins/video_zencoder/transcoders/video_zencoder.inc on line 97. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Successfully created trancoding job on !jobid.',array('!jobid'=>$video->jobid)),array(),WATCHDOG_INFO) in video/plugins/video_zencoder/transcoders/video_zencoder.inc on line 133. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder','We did not find the file id: '.$video->fid.' or it is still queued for ffmpeg processing or S3 push.',array(),WATCHDOG_DEBUG) in video/plugins/video_zencoder/transcoders/video_zencoder.inc on line 141. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->params['thumb_command'],array('!videofile'=>$videofile,'!seek'=>$seek,'!thumbfile'=>$thumbfile)) in video/transcoders/video_ffmpeg.inc on line 82. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_ffmpeg','Executing command: '.$command,array(),WATCHDOG_DEBUG) in video/transcoders/video_ffmpeg.inc on line 42. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_ffmpeg.inc on line 89. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_transcoder','Video conversion failed. Could not create the directory: '.$orginal,array(),WATCHDOG_ERROR) in video/transcoders/video_ffmpeg.inc on line 121. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_transcoder','Video conversion failed. Could not create the directory: '.$converted,array(),WATCHDOG_ERROR) in video/transcoders/video_ffmpeg.inc on line 125. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_conversion','Video conversion failed for preset %preset. FFMPEG reported the following output: '.$command_output,array('%orig'=>$video->filepath,'%preset'=>$name),WATCHDOG_ERROR) in video/transcoders/video_ffmpeg.inc on line 181. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($field['widget']['label']) in video/views/video.views.inc on line 39. Read more at http://drupal.org/node/322732
6.x-5.2
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('No flash player has been setup. '.l(t('Please select a player to play Flash videos.'),'admin/settings/video/players')) in video/video_formatter.inc on line 225. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('No HTML5 player has been setup. '.l(t('Please select a player to play HTML5 videos.'),'admin/settings/video/players')) in video/video_formatter.inc on line 252. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('Successfully uploaded %file to Amazon S3 location <a href="@s3-url">@s3-path</a> and permission %permission.',array('%file'=>$file->filename,'@s3-url'=>'http://'.$file->bucket.'.s3.amazonaws.com/'.drupal_urlencode($file->filepath),'@s3-path'=>$file->filepath,'%permission'=>$perm,),WATCHDOG_INFO,$file) in video/plugins/video_s3/video_s3.lib.inc on line 109. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('Failed to upload %file to Amazon S3.',array('%file'=>$file->filepath),WATCHDOG_ERROR,$file) in video/plugins/video_s3/video_s3.lib.inc on line 121. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog($message,$variables=array(),$severity=WATCHDOG_NOTICE,$nid=NULL) in video/plugins/video_s3/video_s3.lib.inc on line 274. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('amazon_s3',$message,$variables,$severity,$link) in video/plugins/video_s3/video_s3.lib.inc on line 286. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($error_msg,$params) in video/transcoders/video_localcommand.inc on line 112. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_command',$error_msg,$params,WATCHDOG_ERROR) in video/transcoders/video_localcommand.inc on line 111. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($field['widget']['label']) in video/views/video.views.inc on line 38. Read more at http://drupal.org/node/322732
6.x-5.3
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('No flash player has been setup. '.l(t('Please select a player to play Flash videos.'),'admin/settings/video/players')) in video/video_formatter.inc on line 225. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('No HTML5 player has been setup. '.l(t('Please select a player to play HTML5 videos.'),'admin/settings/video/players')) in video/video_formatter.inc on line 252. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('Successfully uploaded %file to Amazon S3 location <a href="@s3-url">@s3-path</a> and permission %permission.',array('%file'=>$file->filename,'@s3-url'=>'http://'.$file->bucket.'.s3.amazonaws.com/'.drupal_urlencode($dstfilepath),'@s3-path'=>$dstfilepath,'%permission'=>$perm,),WATCHDOG_INFO,$file) in video/plugins/video_s3/video_s3.lib.inc on line 112. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('Failed to upload %file to Amazon S3.',array('%file'=>$file->filepath),WATCHDOG_ERROR,$file) in video/plugins/video_s3/video_s3.lib.inc on line 124. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog($message,$variables=array(),$severity=WATCHDOG_NOTICE,$nid=NULL) in video/plugins/video_s3/video_s3.lib.inc on line 279. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('amazon_s3',$message,$variables,$severity,$link) in video/plugins/video_s3/video_s3.lib.inc on line 291. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($error_msg,$params) in video/transcoders/video_localcommand.inc on line 112. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_command',$error_msg,$params,WATCHDOG_ERROR) in video/transcoders/video_localcommand.inc on line 111. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($field['widget']['label']) in video/views/video.views.inc on line 38. Read more at http://drupal.org/node/322732
6.x-5.x-dev
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('No flash player has been setup. '.l(t('Please select a player to play Flash videos.'),'admin/settings/video/players')) in video/video_formatter.inc on line 225. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('No HTML5 player has been setup. '.l(t('Please select a player to play HTML5 videos.'),'admin/settings/video/players')) in video/video_formatter.inc on line 252. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('Successfully uploaded %file to Amazon S3 location <a href="@s3-url">@s3-path</a> and permission %permission.',array('%file'=>$file->filename,'@s3-url'=>'http://'.$file->bucket.'.s3.amazonaws.com/'.drupal_urlencode($dstfilepath),'@s3-path'=>$dstfilepath,'%permission'=>$perm,),WATCHDOG_INFO,$file) in video/plugins/video_s3/video_s3.lib.inc on line 112. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('Failed to upload %file to Amazon S3.',array('%file'=>$file->filepath),WATCHDOG_ERROR,$file) in video/plugins/video_s3/video_s3.lib.inc on line 124. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog($message,$variables=array(),$severity=WATCHDOG_NOTICE,$nid=NULL) in video/plugins/video_s3/video_s3.lib.inc on line 279. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('amazon_s3',$message,$variables,$severity,$link) in video/plugins/video_s3/video_s3.lib.inc on line 291. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($error_msg,$params) in video/transcoders/video_localcommand.inc on line 112. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_command',$error_msg,$params,WATCHDOG_ERROR) in video/transcoders/video_localcommand.inc on line 111. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($field['widget']['label']) in video/views/video.views.inc on line 38. Read more at http://drupal.org/node/322732
7.x-1.x-dev
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('No flash player has been setup. '.l(t('Please select a player to play Flash videos.'),'admin/settings/video/players')) in video/video.theme.inc on line 217. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('Video conversion has been <b>'.$status[$video->video_status].'!</b>. Re-queue video?.') in video/video.module on line 356. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_conversion','We could not determine the height and width of the video: '.$video,array(),WATCHDOG_DEBUG) in video/video.module on line 458. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('video_metadata','Executing command: '.$command,array(),WATCHDOG_DEBUG) in video/metadata/flvtool2.inc on line 48. Read more at http://drupal.org/node/323101
- Invalid menu 'title' definition found in video_ui_menu(). Title and description keys of the menu array should be literal strings. In video/modules/video_ui/video_ui.module on line 92. Read more at http://drupal.org/node/323101
- Invalid menu 'title' definition found in video_ui_menu(). Title and description keys of the menu array should be literal strings. In video/modules/video_ui/video_ui.module on line 124. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('Postback received from the Zencoder Transcoding servers.'.serialize($data)) in video/modules/video_zencoder/video_zencoder.module on line 44. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Postback received from the Zencoder Transcoding servers.'.serialize($data))) in video/modules/video_zencoder/video_zencoder.module on line 44. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Job !jobid is processing.',array('!jobid'=>$video->job->id))) in video/modules/video_zencoder/video_zencoder.module on line 58. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Successfully downloaded the thumbnails file and replaced the default image.')) in video/modules/video_zencoder/video_zencoder.module on line 94. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Download thumbanils files is failed.'),array(),WATCHDOG_ERROR) in video/modules/video_zencoder/video_zencoder.module on line 96. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('No thumbanils found.',array('!id'=>$video->job->id,'!states'=>$zc_output_state))) in video/modules/video_zencoder/video_zencoder.module on line 98. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Zencoder job failed converting videos, please login to zencoder web and check the erros.',array()),NULL,WATCHDOG_ERROR) in video/modules/video_zencoder/video_zencoder.module on line 102. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',$error_msg,array(),WATCHDOG_ERROR) in video/modules/video_zencoder/transcoders/video_zencoder.inc on line 55. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('zencoder',t('Successfully created trancoding job on !jobid.',array('!jobid'=>$video->jobid)),array(),WATCHDOG_INFO) in video/modules/video_zencoder/transcoders/video_zencoder.inc on line 101. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder','Executing command: '.$command,array(),WATCHDOG_DEBUG) in video/transcoders/video_ffmpeg.inc on line 42. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_ffmpeg.inc on line 85. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder','Video conversion failed. Could not create the directory: '.$converted_base_dir,array(),WATCHDOG_ERROR) in video/transcoders/video_ffmpeg.inc on line 136. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder','Video conversion failed for preset %preset. FFMPEG reported the following output: '.$command_output,array('%orig'=>$video->uri,'%preset'=>$name),WATCHDOG_ERROR) in video/transcoders/video_ffmpeg.inc on line 186. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_ffmpeg_php.inc on line 73. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->toolkit->getLastError()) in video/transcoders/video_phpvideotoolkit.inc on line 94. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->toolkit->getLastError()) in video/transcoders/video_phpvideotoolkit.inc on line 105. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->toolkit->getLastError()) in video/transcoders/video_phpvideotoolkit.inc on line 114. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->toolkit->getLastError()) in video/transcoders/video_phpvideotoolkit.inc on line 186. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->toolkit->getLastError()) in video/transcoders/video_phpvideotoolkit.inc on line 196. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->toolkit->getLastError()) in video/transcoders/video_phpvideotoolkit.inc on line 206. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->toolkit->getLastError()) in video/transcoders/video_phpvideotoolkit.inc on line 223. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->toolkit->getLastError()) in video/transcoders/video_phpvideotoolkit.inc on line 232. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->toolkit->getLastError()) in video/transcoders/video_phpvideotoolkit.inc on line 241. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->toolkit->getLastError()) in video/transcoders/video_phpvideotoolkit.inc on line 258. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->toolkit->getLastError()) in video/transcoders/video_phpvideotoolkit.inc on line 275. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->toolkit->getLastError()) in video/transcoders/video_phpvideotoolkit.inc on line 284. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->toolkit->getLastError()) in video/transcoders/video_phpvideotoolkit.inc on line 293. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($this->toolkit->getLastError()) in video/transcoders/video_phpvideotoolkit.inc on line 302. Read more at http://drupal.org/node/322732
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 95. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 106. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 115. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 124. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder','Video conversion failed. Could not create the directory: '.$converted_base_dir,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 152. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 187. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 197. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 207. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 224. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 233. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 242. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 259. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 276. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 285. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 294. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder',$error_msg,array(),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 303. Read more at http://drupal.org/node/323101
- The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('transcoder','Video conversion failed for preset %preset. FFMPEG reported the following output: '.$command_output,array('%orig'=>$video->uri,'%preset'=>$name),WATCHDOG_ERROR) in video/transcoders/video_phpvideotoolkit.inc on line 324. Read more at http://drupal.org/node/323101
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($field['widget']['label']) in video/views/video.views.inc on line 39. Read more at http://drupal.org/node/322732
7.x-2.11
No source code warnings recorded for this release.
7.x-2.14
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('Video conversion '.$status[$file['conversionstatus']].'. Re-queue video conversion?') in video/video.field.inc on line 806. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('transcoded '.strtoupper($settings['video_extension']).' file') in video/video.field.inc on line 1156. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('The extension "'.$fextension.'" of file '.$video->filename.' is not allowed for import. Encoding job for '.$transcoder->getTranscoder()->getName().' cannot be created.') in video/video.field.inc on line 1321. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('Thumbnails creation for '.$video->filename.' failed. Encoding job for '.$transcoder->getTranscoder()->getName().' cannot be created. Please check your recent log entries for further debugging.') in video/video.field.inc on line 1329. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('FFmpeg not found at %path. To convert videos and create thumbnails you have to install FFmpeg on your server. For more information please see the !documentation.'.$errorhelp,array('%path'=>$v['video_ffmpeg_path'],'!documentation'=>l(t('documentation'),'http://video.heidisoft.com/documentation/ffmpeg-installtion-scripts'))) in video/transcoders/TranscoderAbstractionFactoryFfmpeg.inc on line 567. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('FFmpeg version %version was found, but no supported codecs could be found. Please check whether FFmpeg and all support libraries have been installed correctly.'.$errorhelp,array('%version'=>$version)) in video/transcoders/TranscoderAbstractionFactoryFfmpeg.inc on line 570. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($output->error_message) in video/transcoders/TranscoderAbstractionFactoryZencoder.inc on line 641. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($output->error_message) in video/transcoders/TranscoderAbstractionFactoryZencoder.inc on line 644. Read more at http://drupal.org/node/322732
7.x-2.9
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('Video conversion '.$status[$file['conversionstatus']].'. Re-queue video conversion?') in video/video.field.inc on line 817. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('FFmpeg not found at %path. To convert videos and create thumbnails you have to install FFmpeg on your server. For more information please see the !documentation.'.$errorhelp,array('%path'=>$v['video_ffmpeg_path'],'!documentation'=>l(t('documentation'),'http://video.heidisoft.com/documentation/ffmpeg-installtion-scripts'))) in video/transcoders/TranscoderAbstractionFactoryFfmpeg.inc on line 493. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('FFmpeg version %version was found, but no supported codecs could be found. Please check whether FFmpeg and all support libraries have been installed correctly.'.$errorhelp,array('%version'=>$version)) in video/transcoders/TranscoderAbstractionFactoryFfmpeg.inc on line 496. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($output->error_message) in video/transcoders/TranscoderAbstractionFactoryZencoder.inc on line 588. Read more at http://drupal.org/node/322732
- The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($output->error_message) in video/transcoders/TranscoderAbstractionFactoryZencoder.inc on line 591. Read more at http://drupal.org/node/322732
7.x-2.x-dev
No source code warnings recorded for this release.