A
avidelvis
Guest
after playing around and debug the code.. i just found out the problem!
you need to find this code in file /WPNewsRankerPro/pro_auto.php or /WPNewsRanker/auto.php
and replace toPHP:$feeds = $wpdb->get_results("SELECT * FROM $table_name WHERE active = 0" . $where);
PHP:$feeds = $wpdb->get_results("SELECT * FROM $table_name WHERE active = 1" . $where);
just change active = 0 to active = 1 should solve the problem.. "probably"
the code is last 20 lines (if not mistaken) or line 229 after you "beautify" the code
note : as per my try.. still got a few bug on posting page and cron job task..
The screenshot below is the error message i am getting. Someone should help