Closed (works as designed)
Project:
Browsing History Recommender
Version:
7.x-1.0-alpha6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2012 at 14:18 UTC
Updated:
4 Jun 2014 at 13:48 UTC
Jump to comment: Most recent
Comments
Comment #1
danithaca commentedYou need data to see the recommendations. Please provide more info:
1) number of items/users in your drupal site
2) screen shot of the recommender running history
I'll take a look when you provide those information.
Comment #1.0
danithaca commentedAdded reinstallation test
Comment #2
stesind commentedI have the same problem with latest Drupal 7.27.
Using history table I have:
Users: 43. Items: 155. (Time spent: 0h0m4s) Users 43 Items 155 Similarity 8,595 Predictions 3,216
Changing to accesslog:
Success Users: 0. Items: 0. (Time spent: 0h0m1s)
My accesslog table is filled with 1205 records, but no outcome in similarity nor predictions.
Comment #3
stesind commentedComment #4
raj.chourasia commentedHaving the same issue.
Comment #5
raj.chourasia commentedStarted working when i generated traffic from 10+ different ip's.
Comment #6
stesind commentedIn my accesslog I have 180,000+ records. But still no records for calculation.
Comment #7
stesind commentedOK, I have finally found some time to debug and found out.
The history_rec reads data from the accesslog table in bunches of 50,000 every cron run. Unfortunately it does not start at the first aid it finds, but at 0. As in my case the aid in accesslog starts at 600000+, so it takes a few cron jobs, which are executed every 30 mins, to fill the user map table. On my testing machine I never met this point since it whould have taken 6.5 hours.
Solution: set it up and wait a few days.
Comment #8
stesind commented