dawson
Forum Replies Created
-
No there are no values in the wp_itunes table so…i’ll check the ituneskey and URL.. 🙂
thxHi Lucky thanks for your answer…the mysql Version is 4.0.20 , the table in the database is named wp_itunes and there are following fields in the table:
itunes_id
album
track
artist
genre
image
added_date
The output-code on the page is ‘<?php get_wp_itunes($limit); ?>’
Thanks for your help, love this plugin! Hope we can solve my problem 🙂Still waiting for an answer 🙁
Ok…today all the tables are created in the database..but i still get the same error:
Database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT * FROM wp_itunes ORDER BY added_date DESC LIMIT
if the code in de wp-itunes.php is
$itunes_key = “personaltest”;
the line in the ITunesBlogger must be..
http://www.myweblog.com/?wpitunes=personaltest&track=%t&artist=%a&album=%b&genre=%g
or is this wrong?I have the same problem like OshKoshPoshJosh
Database error: [Table ‘test_new.wp_itunes’ doesn’t exist]
SELECT * FROM wp_itunes ORDER BY added_date DESC LIMIT 1
or
Database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT * FROM wp_itunes ORDER BY added_date DESC LIMIT
Solutions!?