Some settings in the config were not being obeyed, like the IMPORTANT opac URL =)

Comments

janusman’s picture

Status: Fixed » Closed (fixed)
janusman’s picture

Status: Closed (fixed) » Fixed

Fixed in DEV and Beta branch.

roblivian’s picture

i 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

janusman’s picture

Status: Fixed » Closed (works as designed)

If 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...

janusman’s picture

Status: Closed (works as designed) » Fixed

I'm sorry! it *was* broken. I've patched the DEV version, and it works now =)

Thanks!

janusman’s picture

Status: Fixed » Closed (fixed)