In jplayer_protect.module in this portion of code :
/**
* Implements hook_cron().
*/
function jplayer_protect_cron() {
// Delete records older than a week.
db_query("DELETE FROM {jplayer_denied} WHERE timestamp < %d", time() - 604800);
}
table name "jplayer_denied" should be replaced by "jplayer_protect_denied" at line 54.

Comments

dan.mantyla’s picture

Not sure if this is related (D7), my error I get on the "jPlayer content protection statistics" page

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sunumus1_dru1.jjr_jplayer_denied' doesn't exist: SELECT COUNT(1) as total, uid as user, MAX(timestamp) as timestamp FROM {jplayer_denied} GROUP BY uid ORDER BY total DESC, timestamp DESC LIMIT 50;; Array ( ) in jplayer_protection_statistics() (line 16 of /home2/sunumus1/public_html/sites/all/modules/jplayer/jplayer_protect/jplayer_protect.admin.inc).

markie’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

6.x is no longer supported.