By dailypress on
I installed VotingAPI and now am having trouble with modules that use the VotingAPI.
For example I installed Link Popularity module, however, nothing shows up? Not even a block for this application.
Am I doing something wrong? Cause the module itself seems to work fine on other peoples websites.
Comments
...
actually I noticed i got this warning in my module, when I click on the setting:
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DISTINCT(n.nid), n.title, p.url, u.name, p.hostname, p.timestamp FROM pop_links_' at line 1 query: SELECT p.cid, DISTINCT(n.nid), n.title, p.url, u.name, p.hostname, p.timestamp FROM pop_links_stats p LEFT JOIN users u ON u.uid = p.uid LEFT JOIN node n ON n.nid = p.nid ORDER BY p.timestamp DESC LIMIT 0, 30 in /home/public_html/ on line 278
Does that have anything to do with installation or my module?