Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Forum: Plugins
    In reply to: WP iTunes

    No there are no values in the wp_itunes table so…i’ll check the ituneskey and URL.. ??
    thx

    Forum: Plugins
    In reply to: WP iTunes

    Hi 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 ??

    Forum: Plugins
    In reply to: WP iTunes

    Still waiting for an answer ??

    Forum: Plugins
    In reply to: WP iTunes

    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..
    https://www.myweblog.com/?wpitunes=personaltest&track=%t&artist=%a&album=%b&genre=%g
    or is this wrong?

    Forum: Plugins
    In reply to: WP iTunes

    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!?

Viewing 5 replies - 1 through 5 (of 5 total)