Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Trifaux666

    (@trifaux666)

    I discovered i had forgotten WP_DEBUG enabled, so it is an issue not a bug ??

    I am getting the same.
    I’d say it was a bug if it doesn’t work with WP_DEBUG on
    At minimum needs above
    $args = array();

    There is another error at Line 2921

    $imgid = end(explode( "/", $vimeo ));

    //should be

    $imgid = explode( "/", $vimeo );
    $imgid = end($imgid);

    Shame. Looks a great plugin but it should be checked for PHP errors

    Hello
    Dear you are right, we knew about it. And was going to fix it in next updates.
    Thank you

    many thanks
    Just thought I would pass it along

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error in Front_end/video_gallery_front_end_view.php’ is closed to new replies.