Title: Database prefix
Last modified: August 21, 2016

---

# Database prefix

 *  [flowrida](https://wordpress.org/support/users/flowrida/)
 * (@flowrida)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/database-prefix/)
 * Wow, great plugin and works well after I changed the SQL-Statement where it checks
   if the hash exists. The query refers to a hardcoded table where the wordpress-
   system can have a table prefix. After changing that it works like a charm 🙂
 * [https://wordpress.org/plugins/private-feed-key/](https://wordpress.org/plugins/private-feed-key/)

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

 *  [sweetcell](https://wordpress.org/support/users/sweetcell/)
 * (@sweetcell)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/database-prefix/#post-4736692)
 * Flowrida
 * Can you post the code you fixed. This plug in seems to only work at an admin 
   level and not at a subscriber level and would love to know your fix.
 *  Thread Starter [flowrida](https://wordpress.org/support/users/flowrida/)
 * (@flowrida)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/database-prefix/#post-4736694)
 * Hi sweetcell,
 * I only changed the line 104 to:
    `$find_feedkey = $wpdb->get_row("SELECT umeta_id,
   user_id FROM " . $wpdb->prefix . "usermeta WHERE meta_value = '" . $wpdb->escape(
   $submitted_feedkey) ."'");`
 * The plugin works also with subscribers as I have an admin user and several subscriber
   users (and tested it). But I am also using the plugin “User Access Manager”… 
   I deactivated the inheritance of the RSS access rights. This could be “your” 
   solution or maybe coincidence.
 * Does this make sense?

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

The topic ‘Database prefix’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/private-feed-key.svg)
 * [Private Feed Key](https://wordpress.org/plugins/private-feed-key/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/private-feed-key/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/private-feed-key/)
 * [Active Topics](https://wordpress.org/support/plugin/private-feed-key/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/private-feed-key/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/private-feed-key/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [flowrida](https://wordpress.org/support/users/flowrida/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/database-prefix/#post-4736694)
 * Status: not resolved