Thanks forgot that I hadn't done a rebase of the master on the feature branch I was working on. After doing so, it worked perfectly. Thanks for the education on what's required for the citations.
------------------------------------------ Peter Halliday Cornell University Library IT Repositories Group [email protected] On Mar 28, 2011, at 4:36 PM, Ludmila Marian wrote: > > Hi Peter, > > Webcol generates some cached pages (the collection pages, that contain the > list of records in brief format) that contain links to the number of > citations ('Cited by x records'). For this, it tries to get the number of > citation from the bibrank tables, that, in your case, do not contain what > webcoll is expecting (namely the 'citation' method in rnkMETHOD table) - I > assume when you say clean DB you mean empty DB, with no data.. > > You have several options for fixing this: > 1. set to false all the CFG_BIBRANK_SHOW_CITATION_LINKS & co. (in > invenio.conf) - this will cause webcoll not to care about the citations > 2. add the 'citation' ranking method > 3. there is a recent (last week) commit in master that fixes this > (117ce225415f93c1cc5c367e247f0aa4671c17a4) > > Hope this helps! > > Cheers, > Ludmila > > On Mar 28, 2011, at 10:03 PM, Peter J. Halliday wrote: > >> I started with clean DB, and imported a new record. And then ran webcoll, >> and received this failure: http://pastebin.com/v6RQCMmC. Seems to be a >> problem with citations and it's interaction with language. But I can't seem >> to figure out where it's off. I'm assuming it's a data issue. I can show >> the file I'm dumping too if that's helpful >> >> >> >> >> ------------------------------------------ >> Peter Halliday >> Cornell University Library IT >> Repositories Group >> [email protected] >> >> >> >> >> >
