From: Martin F. <ma...@ne...> - 2009-01-07 07:16:15
|
Brian wrote: > Martin, I finally got the page to load! The key was to comment out line > 46 of Bibliotech/Config.pm. Then it started telling me exactly which > configuration options I hadn't set. The resulting configuration file is > below and only contains exactly the parameters that caused errors. Excellent. That startup code looks ok but there may be a subtlety in the perl use pragma that I'm not getting. I'll have to play with an empty configuration to find out. In any case I take it your example configuration works even with that line uncommented back again? > Unfortunately it doesn't exactly work. I tried a pubmed url that works > on connotea.org/webcite <http://connotea.org/webcite>, but doesn't work > on grey.colorado.edu/webcite <http://grey.colorado.edu/webcite>. The log > is not very imformative. It says 'ok' despite it not working. > > /var/log/webcite.log > > Tue Jan 6 20:33:45 2009 info, webcite[22053] mods 0 ok calc > http://www.ncbi.nlm.nih.gov/pubmed/19123265 What happens if you run this: perl test_util/citation_source_test.pl Pubmed http://www.ncbi.nlm.nih.gov/pubmed/19123265 After a few seconds you should get back citation details. Also you might need to install bibutils and have BIBUTILS_PATH set for some of the citation modules - not Pubmed though. Martin |