• Resolved _qrrr

    (@_qrrr)


    Trying to apply this plugin to a custom theme. Did not work. Switched to a default theme to see if the bug was on my end, still not working. When I run the debugger, ‘Test Thumbnail Providers’, and ‘Test Markup For Video’ both error out. Here’s the message:

    Warning: SimpleXMLElement::__construct(): Entity: line 13: parser error : EntityRef: expecting ';' in /path-to-wordpress-site/wp-content/plugins/video-thumbnails/php/providers/class-vimeo-thumbnails.php on line 96 Warning: SimpleXMLElement::__construct(): Please contact __construct('get_thumbnail_url('41504360') #2 /path-to-wordpress-site/wp-content/plugins/video-thumbnails/php/class-video-thumbnails-settings.php(196): Video_Thumbnails->get_first_thumbnail_url('

    Running ‘Test Saving to Media Library’ also errors out, saying: ‘Unsupported MIME type: image/gif’

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Sutherland Boswell

    (@sutherlandboswell)

    Can you try deleting the plugin and reinstalling? WordPress may have had a hiccup during the installation process.

    Thread Starter _qrrr

    (@_qrrr)

    I’ve done that a few times already. I am doing a manual install, so, dragging the folder into the plugins directory, then activating it through wp-admin.

    Thread Starter _qrrr

    (@_qrrr)

    You know what? it might be this company’s webfilter. I’ll figure that out and get back to you either way, thanks.

    Plugin Author Sutherland Boswell

    (@sutherlandboswell)

    If you can check the plugin’s files, look at plugins/video-thumbnails/php/providers/class-vimeo-thumbnails.php and see if it looks like it gets cut off somewhere in the middle. The end of the file should look like this:

    if( !class_exists( 'VimeoAPIException' ) ) {
        class VimeoAPIException extends Exception {}
    }
    
    ?>
    Thread Starter _qrrr

    (@_qrrr)

    That’s what I have in the end of the file. The webfilter was on, but it’s off now, and doesn’t seem to have affected anything.

    Thread Starter _qrrr

    (@_qrrr)

    Got it sorted man. It was this damn web filter.

    Plugin Author Sutherland Boswell

    (@sutherlandboswell)

    Great! Hope you enjoy and consider leaving a review.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Plugin not working on clean install in default theme.’ is closed to new replies.