Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same issue too… does someone have solved it?

    I found the answer, if anybody needs it. There is error in template file:

    yti_v/new_video.php

    The input text field name in this template is cbc_video_id,
    this should be yvi_video_id. New F** up whoever wrote this plugin and didnt bother to fix.

    Anyway edit the template so
    <input type=”text” name=”cbc_video_id” value=”” />

    becomes:

    <input type=”text” name=”yvi_video_id” value=”” />

    Save and everything will be fine ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error with searching video’ is closed to new replies.