Hi, we use a userid (barcode) and a password (pin) to login to our patron records. I have ssl installed so the url to login on the main server is:
https://library.itsligo.ie/patroninfo~S0i then changed the code in login.html to:
<form action="{$baseurl}login_accept">
<input type="hidden" name="redirect" value="{$redirect}">
<b>Staff or Student ID (e.g.,S0000123 OR I00000123)</b><br>
<input class="login" type="text" name="code" value="{$saved_code}"><br><br>
<b>Password</b><br>
<input class="login" type="password" name="pin" value="{$saved_pin}"><br><br>
<input class="gobutton" type="submit" value="Login">
</form>
but im getting this error:Fatal error: Call to undefined function http_parse_message() in /home/a7111803/public_html/IIIParse.php on line 522
I changed my bcatalogurl to have https
thanks for any help,
Aine