You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Restarting webserver or restarting xampp
What is the expected output? What do you see instead?
PHP throwing errors.
[17-Aug-2012 16:06:39] PHP Notice: Undefined variable: include in
C:\xampp\selfcheck\index.php on line 25
[17-Aug-2012 16:06:39] PHP Warning: include_once(C:\xampp\selfcheck): failed
to open stream: Permission denied in C:\xampp\selfcheck\index.php on line 25
[17-Aug-2012 16:06:39] PHP Warning: include_once(): Failed opening '' for
inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\selfcheck\index.php
on line 25
What version of the product are you using? On what operating system?
Self Check 1.2 on Windows Server 08
Please provide any additional information below.
The self check is working but was in logs looking for an explanation on why it
takes so long to talk to the SIP2 protocol when scanning a book and discovered
the above problem. When looking at that line 25 it doesnt seem correct.
Maybe this belongs in another "ticket" but is it normal to scan a book and wait
seconds before you can scan another? (SirsiDynix Symphony)
Original issue reported on code.google.com by [email protected] on 17 Aug 2012 at 6:37
The text was updated successfully, but these errors were encountered:
You can add the following below line 11 on index.php to get rid of that error
but I don't think it's going to do anything for a slow response -sounds like a
server or ils issue.
$include='pages/'.$page.'.php';
Because of the delay in the software showing the book on the monitor after it
is scanned is it possible without alot of work on your part to add the option
to play a sound when the item scanned appears on the screen each time?
What is happening is when they walk up and scan like 5 items fast as they can
by the time they hit print only 2 or 3 books are on the screen. I was hoping
that it would slow them down if after one item scanned and shows on the screen
the program could beep (i would of course turn off the scanner beep).
try adding the following in processes/checkout.php but keep in mind the sounds
are sometimes delayed as well
put...
$.dbj_sound.play("'.$welcome_sound.'");
below...
$("#item_list").attr({ scrollTop: $("#item_list").attr("scrollHeight") });
Original issue reported on code.google.com by
[email protected]
on 17 Aug 2012 at 6:37The text was updated successfully, but these errors were encountered: