johnq1
Forum Replies Created
-
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Warning: Missing argument 2 for wpdb::prepareThe error message is gone for the Pro version and the player appeared until I added three songs to a playlist. Now when I go to the page where I placed the player it does not show up. I tried placing the code again on the page but no player.
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Warning: Missing argument 2 for wpdb::prepareHere is line 317
<?php foreach( $results as $result ): ?>
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Warning: Missing argument 2 for wpdb::prepareWhen I make this change: $wpdb->prepare( “SELECT * FROM table WHERE ID = %d AND name = %s”, $id, $name );
I then get this warning
Warning: Invalid argument supplied for foreach() in /home/hildesho/public_html/wp-content/plugins/html5-jquery-audio-player-pro/playlist/manage-playlists.php on line 317
Any advise?
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Warning: Missing argument 2 for wpdb::prepareI have the lastest version and I have this same error.
Warning: Missing argument 2 for wpdb::prepare(), called in /home/hildesho/public_html/wp-content/plugins/html5-jquery-audio-player-pro/playlist/manage-playlists.php on line 315 and defined in /home/hildesho/public_html/wp-includes/wp-db.php on line 990