Closed (fixed)
Project:
Millennium OPAC Integration
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
18 Jan 2008 at 23:48 UTC
Updated:
23 Apr 2008 at 21:24 UTC
Some settings in the config were not being obeyed, like the IMPORTANT opac URL =)
Comments
Comment #1
janusman commentedComment #2
janusman commentedFixed in DEV and Beta branch.
Comment #3
roblivian commentedi think item number is being ignored too.
i've changed my starting record number, but when i look at that settings form again, the variable hasn't changed; so i uncommented out line number 655 in millennium.module, and the harvesting seems to be starting at the default of 10000 again...here's some example output from the debug print:
millennium_fetch_xmlrecord(i10000) -> Url = http://holmes.lib.muohio.edu:2082/xrecord=i10000
millennium_fetch_xmlrecord(i10001) -> Url = http://holmes.lib.muohio.edu:2082/xrecord=i10001
....
i'll take a closer look sometime soon, but not sure when i'll get to it....
thanks again for a cool project, as it has great potential
Comment #4
janusman commentedIf you want to enter a new number AND then start over from there, you have to:
1) Enter an item number in the form.
2) Select the checkbox below.
Is this too confusing? I chose to do it this way so you won't accidentally reset the number...
Comment #5
janusman commentedI'm sorry! it *was* broken. I've patched the DEV version, and it works now =)
Thanks!
Comment #6
janusman commented