Hey Arny,
I'm not experienced in PHP but it says it cannot
redeclare handle_bbcode_video. Do you have any modifications that use/affect BBCodes in any way? (i.e. BBCode permission handler etc)? Try disabling modifications using:
PHP Code:
define('DISABLE_HOOKS', true);
Place that code directly under <?php then try and run your code again. If that succeeds you need to find out which modification is affecting it.
If this doesn't work, report back to us.