I know this one isn't supported any more, but I found that this add-on is conflicting with one I just installed. I was told by that developer:
Quote:
Additionally, the "Cannot redeclare handle_bbcode_video()" function is not an error with vBShout, it's with the [VIDEO] mod you have installed.
You need to contact the author of that mod and tell them this:
You need to wrap the handle_bbcode_video() function declaration in a if (!function_exists('handle_bbcode_video')) check.
|
Any idea where this would be in the Video Directory code?
Once I disabled Video Directory, the error went away, so I'm sure this is the add-on with the problem.