• I created a WP site that’s mainly going to be articles from rss feeds. I’ve activated the feedwordpress.php file and i get this wierd error in WP and it says “Cheatin uh?”

    I also get a WordPress_database_error.

    I”m at a loss right now and can’t seem to get my WP site going…

    I’ve contacted the guy who created feedwordpress but he’s not very respondent. Charles Johnson i believe.

Viewing 3 replies - 1 through 3 (of 3 total)
  • if you look at the plugin, your problem is fairly clear:

    if ($user_level < 6):
    			die (__("Cheatin' uh ?"));

    you dont have a user level > 6 (or so it thinks)

    theres an else: on the other side of that.

    The quick fix is to remove the userlevel check from the plugin.

    It checks that in a few places, you might want to just decrease the user level.. I dunno. I’m just making suggestions

    Thread Starter drew68

    (@drew68)

    that is wierd…but i don’t know how to edit that or get rid of that…this is the error i get in WP

    WordPress 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 ‘WHERE cat_name=’Contributors” at line 2]
    SELECT cat_id FROM WHERE cat_name=’Contributors’

    WordPress 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 ‘SET cat_id = 0, cat_name=’Contributors’, show_images=’N’, ‘ at line 2]
    INSERT INTO SET cat_id = 0, cat_name=’Contributors’, show_images=’N’, show_description=’N’, show_rating=’N’, show_updated=’N’, sort_order=’name’

    WordPress 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 ‘ORDER BY link_name’ at line 1]
    SELECT * FROM wp_links WHERE link_visible = ‘Y’ AND link_category = ORDER BY link_name

    Thread Starter drew68

    (@drew68)

    What is that error saying to me? why is feedwordpress such an issue right now?!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Feedwordpress working for you guys?’ is closed to new replies.