Extra comma in function
-
Hello! I tried to update the plugin from 4.9.4 to 4.9.5, but I see there is a problem with the plugin, more exactly, in the src/admin/videopack-ffmpeg.php I there is an error on line 208 “unexpected )”. The problem is that there is an extra comma after last parameter (intval…)
$encode_array = kgvid_generate_encode_array(
$input,
$uploads[‘path’] . ‘/Adobestock_469037984’ . $video_formats[ $options[‘sample_format’] ][‘suffix’],
$movie_info,
$options[‘sample_format’],
$encode_dimensions[‘width’],
$encode_dimensions[‘height’],
intval( $options[‘sample_rotate’] ),
);
Because of this I got 500 on all pages.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Extra comma in function’ is closed to new replies.