Closed GoogleCodeExporter closed 9 years ago
Do you know what version of php you're running? Versions older than 5 (I think)
did not come with sockets enabled.
Original comment by ericmelton1@gmail.com
on 22 Jun 2010 at 4:07
I am running a version that comes with WAMP server, located
here:http://www.wampserver.com/en/download.php
It is 5.3.0 and I have uncommented the sockets.dll in both php.ini files.
I am thinking that there a missing piece on the server side that is not there
for a web site to load.
Original comment by chrismcc...@gmail.com
on 22 Jun 2010 at 4:14
You may be being blocked from connecting to your SIP2 server. Are you sure the
port for SIP2 is open to access from outside (i.e. your wamp server)?
Original comment by ericmelton1@gmail.com
on 22 Jun 2010 at 4:19
We made sure to allow traffic to the SIP2 server (which resides on the Sirsi
box as well) and we currently have other locations using selfcheck kiosks,
either using telnet or ftp with SIP2. I can see the traffic on the server just
not the connection I am testing. I have made an adjustment on the Sirsi server
a few days ago (to allow the system to reset), adding the SIP2 connection to a
list already there. We run the Sirsi server for about 200 libraries in a
consortia, Alliance Library System/Resource Sharing Alliance. We wanted to
give libraries a better solution to the kiosks that are costing them thousands
of dollars.
I have attached a walk-through provided by another library that is pretty
thorough about the settings with the exception of not really giving me the
information for the Sirsi side required to allow a broswer to interact with a
patron account, i.e. sip2 over http, some apache settings that need to be done
on the server for hosting a page for selfcheck.
Thank you for your quick responses.
Original comment by chrismcc...@gmail.com
on 22 Jun 2010 at 4:29
Attachments:
Just so I'm clear, you get to the screen where the patron scans their card but
when you scan the card it goes to the out of order page?
Original comment by ericmelton1@gmail.com
on 22 Jun 2010 at 4:32
No, I do not have a page for selfcheck yet as I am unsure what that should be.
I am looking for a little guidance as to what that should be and if we are
missing step on our Sirsi server that is required to allow the page to be
displayed.
Step 8d on the walk-through asks for our selfcheck page. we have not used that
part of Sirsi before. I was just hoping that someone else had and maybe we
could see what it supposed to look like so that I can modify the Sirsi server
accordingly.
Original comment by chrismcc...@gmail.com
on 22 Jun 2010 at 4:39
Do you have the self-check files in your htdocs folder on your wamp
installation? That is where they'll need to be in order for you to bring them
up in a browser. Once the files are in WAMP's htdocs folder you should be able
to bring up the self check on a browser by opening your wamp's homepage then
switching to the self-check directory via the url
Original comment by ericmelton1@gmail.com
on 22 Jun 2010 at 4:43
When WAMP is running, you should be able to right click on the wamp icon in the
system tray and open your WAMP homepage -the url might be something like
http://localhost:8888/wamp. One you've put the self-check folder into your
WAMP's htdocs folder you can the start the firefox that is included with the
self-check. Now take the url from your wamp and change it to
http://localhost:8888/self-check (or whatever name you've given the self-ccheck
folder) and plug that into firefox (firefox may open in full screen but you can
change that with a right click). Hope that helps
Original comment by ericmelton1@gmail.com
on 22 Jun 2010 at 4:49
Ok, I have the web site from another library that is using this successfully.
I don't need to do anything on the server side but allow that sip2 connection,
which I have via the sip2.cfg file, right? The web site is
http://localhost/selfcheck, which gets me to the scan the user ID. I scan one
and it either takes forever (no timeout period?) or goes directly to the out of
order page.
Original comment by chrismcc...@gmail.com
on 22 Jun 2010 at 6:28
The sip2.cfg file on your server should tell you what port you need to enter
into the self-check's config.php file (it's probably 6001 or 6002) as well as
whether you need a SIP2 password entered in config.php. Any chance you could
send me your config.php and you sip2.cfg so I can check that everything is
correct? my email is ericmelton1 at gmail.com
Original comment by ericmelton1@gmail.com
on 22 Jun 2010 at 7:43
I have sent them to your gmail account.
Thanks again for looking into this.
Chris R McClain
Original comment by chrismcc...@gmail.com
on 22 Jun 2010 at 9:30
Original comment by ericmelton1@gmail.com
on 15 Nov 2010 at 11:24
Original issue reported on code.google.com by
chrismcc...@gmail.com
on 22 Jun 2010 at 4:03