Closed (fixed)
Project:
Affiliates
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2009 at 09:12 UTC
Updated:
24 Jun 2011 at 16:22 UTC
Jump to comment: Most recent
Comments
Comment #1
avpadernoComment #2
Anonymous (not verified) commentedIt sounds like you need to run cron.php which compiles these lists.
If your installing this module for the first time would you please consider
providing feedback on how we could improve the README.txt which is currently under development
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/affiliates/...
Best, Paul
Comment #3
Anonymous (not verified) commentedPlease reopen if you need assistance.
Comment #4
AlexanderPop commentedhave same problem. Did everything like in readme file...
6.x-1.4
D6.10
Comment #5
taslett commentedI think this is actually the affiliates_cron never updating the summary data.
if (time() >= ($last_run + $interval)) {$last_run is the last time cron ran.
$interval is top user refresh interval.
If you have cron running each hour and your interval is over an hour say 3hrs then time (now) is never going to be greater or equal.
Is incorrect unless I am missing something.
Instead of using 'cron_last' I created a new variable that saves when the affilaites_cron updated the summary.
Comment #6
jepster_#5 works for me, too. should be moved to the release.