Viewing 5 replies - 1 through 5 (of 5 total)
  • I have recently run into this problem on our site https://hpaw.net after updating to wordpress 3.5.

    We have reverted to 3.4.2 for now but a proper solution would be awesome.

    Thanks

    https://www.fabmar.ca

    you will see the error on the first page under the post “R.I.P. Sir Patrick Moore”

    this error showed up only after I upgraded to WordPress 3.5,
    was hoping you can help resolve this issue.

    Love your plugin awesome work

    I have implemented a workaround to resolve the problem until a better fix is found.

    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 );

    This occurred because wordpress now treats single argument prepare() calls as warnings as it expects multiple arguments.

    I say this is a workaround because it may be leaving the plugin less secure than before (or since prepare was not implemented properly in this case equally insecure as before)

    Hope this helps someone else.

    I have the error after upgrading to WordPress 3.5!

    Thanks mempf. Your workaround solves the issue on my web site.

    thanks mempf, your workaround worked, again thank you very much

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: wordTube] Task Queue falled at step 5: Playlist could not be loaded: Error #1088’ is closed to new replies.