Closed (fixed)
Project:
Last.fm Simple Stats
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
23 Oct 2008 at 23:38 UTC
Updated:
10 Jan 2009 at 08:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikereem commentedHello!
Thanks for the issue. I think I know the problem and I will try to fix it in the next days. If you can please send me more detailed information about what Drupal and postgres version you use.
Comment #2
mikereem commentedI checked the module with PostgreSql and it wasn't working. The 'user' table caused the problem, because user is a reserved PostgreSql word. I changed it everywhere to 'usr'. I tested it and worked for me after this. Please apply this patch and inform me about how it worked.
Comment #3
mikereem commentedVersion 2.0 contains the patch and works well.