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