Forums

wordTube
Task Queue falled at step 5: Playlist could not be loaded: Error #1088 (3 posts)

  1. Didier77
    Member
    Posted 5 months ago #

    See http://wordpress.org/support/topic/plugin-wordtube-task-queue-falled-at-step-5-playlist-could-not-be-loaded-error-1088.

    The workaround suggested solves the issue on my web site.

    In myextractXML.php in the wordpress plugin folder modify line 54 from:
    $themediafiles = $wpdb->get_results( $wpdb->prepare( $select ) );

    To:
    $themediafiles = $wpdb->get_results( $select );

    http://wordpress.org/extend/plugins/wordtube/

  2. groovyKimo
    Member
    Posted 4 months ago #

    Thanks, this fix did it for my site. WordPress 3.5.

  3. punkshui
    Member
    Posted 4 months ago #

    Unfortunately, this did not solve my problem. I still get the same error after entering this code.

Reply

You must log in to post.

About this Plugin

About this Topic