Re: [OPEN-ILS-DEV] 500 Internal Server Error

2008-12-15 Thread Jason Etheridge
Thanks for the advice. I removed the IP address in the opensrf.xml file and replaced it with localhost and then again with the name of the server on the internal network, but unfortunately, in both cases I'm still running up against the same errors. The internal server error page directed me

Re: [OPEN-ILS-DEV] 500 Internal Server Error

2008-12-15 Thread Thomas Edward
Hi Guys, I downloaded evergreen server and staff-client using the network at work. Everything is working just fine. I carried the machine (server) home and I am having problems connecting. My desktop at home (XP) can ping the server and vice versa. (I changed the ip address of the server

[OPEN-ILS-DEV] Evergreen Driver for VuFind

2008-12-15 Thread Warren Layton
(I just sent the following message to the vufind-tech list, but thought I'd also post it here.) At NRCan, we're looking at the possibility of using VuFind with Evergreen. Towards that end, I have taken a first stab at an Evergreen driver. It is not yet complete - getMyFines, getMyHolds, and

[OPEN-ILS-DEV] REGEX login

2008-12-15 Thread Grant Johnson
I changed the REGEX in Open-ILS/web/common/js/config.js from var REGEX_BARCODE = /^d+/; /* starts with a number */ to: var REGEX_BARCODE = /^d{14}/; /* starts with a number and is 14 digits long */ So our userID's and barcodes can be used to login. The effect was UserID's (5 -6 digit numbers)

Re: [OPEN-ILS-DEV] 500 Internal Server Error

2008-12-15 Thread Jason Etheridge
Hi Thomas! I downloaded evergreen server and staff-client using the network at work. Which server and which client? Everything is working just fine. Define everything. :-) I carried the machine (server) home and I am having problems connecting. My desktop at home (XP) can ping the

Re: [OPEN-ILS-DEV] Evergreen Driver for VuFind

2008-12-15 Thread Jason Etheridge
At NRCan, we're looking at the possibility of using VuFind with Evergreen. Towards that end, I have taken a first stab at an Evergreen driver. Hey Warren, rock! -- Jason Etheridge | VP, Community Support and Advocacy | Equinox Software, Inc. / The Evergreen Experts | phone:

[OPEN-ILS-DEV] Dead functions

2008-12-15 Thread Scott McKellar
In utils.c there is a function file_to_string(), which reads a file and loads its contents into a growing_buffer. This function is called in only two places: 1. By jsonParseFile() (residing in osrf_json_tools.c) 2. By json_parse_file() (residing in osrf_legacy_json.c) These two functions are

Re: [OPEN-ILS-DEV] Evergreen Driver for VuFind

2008-12-15 Thread Karen Schneider
Very cool! Props and kudos indeed! Would love to see this live! On Mon, Dec 15, 2008 at 6:03 PM, Jason Etheridge ja...@esilibrary.comwrote: At NRCan, we're looking at the possibility of using VuFind with Evergreen. Towards that end, I have taken a first stab at an Evergreen driver. Hey

Re: [OPEN-ILS-DEV] Dead functions

2008-12-15 Thread Mike Rylander
On Mon, Dec 15, 2008 at 6:26 PM, Scott McKellar m...@swbell.net wrote: In utils.c there is a function file_to_string(), which reads a file and loads its contents into a growing_buffer. This function is called in only two places: 1. By jsonParseFile() (residing in osrf_json_tools.c) 2. By