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 );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Task Queue falled at step 5: Playlist could not be loaded: Error #1088’ is closed to new replies.