-
Posts
4,190 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by nickbro
-
Please perform some http://www.edugeek.net/forums/home-access-plus/86059-hap-json-debugging.html
-
HAP 9.7 - Booking system... looks odd...why?
nickbro replied to TheFopp's topic in Home Access Plus+
Clear your browser cache, looks like the basestyles.css file is out of date -
On the server, set the file permissions for kerberos.aspx so everyone has read permissons
-
HAP 10 Preview 3 - New Helpdesk Ticket - Error Not Found
nickbro replied to mattgrimley's topic in Home Access Plus+
It should only be on that one, as the other references need the / to split the url. I've updated the Plugin -
HAP 10 Preview 3 - New Helpdesk Ticket - Error Not Found
nickbro replied to mattgrimley's topic in Home Access Plus+
Open ~/scripts/hap.helpdesk.js, line 126 Remove the last /, so it reads "~/api/helpdesk/adminticket" - - - Updated - - - Open ~/scripts/hap.helpdesk.js, line 126 Remove the last /, so it reads "~/api/helpdesk/adminticket" -
HAP+ 10 Preview 2 install issue - Service Activated Error
nickbro replied to Paul-K's topic in Home Access Plus+
Thanks for the info, missed a bit in the web.config in restoring it: -
HAP+ 10 Preview 2 install issue - Service Activated Error
nickbro replied to Paul-K's topic in Home Access Plus+
Yes, we've gone back to locking the web.config file down to https only. To override this choose either: 1. Remove the HTTP Binding 2. Remove this from the web.config file: -
Couple of Booking System feature requests
nickbro replied to mattgrimley's topic in Home Access Plus+
1> Done 2> Yes, make sure the resource cannot be shared and leave the quantity empty 3> Not by default, but this is the code: change line 460: $("#bfsubject").css("display", "none"); to $("#bfsubject").css("display", res == "Sports Hall" ? "block" : "none"); change line 469: $("#bfsubject").val(""); to $("#bfsubject").val(res == "Sports Hall" ? "Custom" : ""); Remove the next 2 lines -
Latest build Issue creating a new ticket
nickbro replied to mattgrimley's topic in Home Access Plus+
All fixed, it was to do with the logic for hash tags #ticket-xxx -
Latest build Issue creating a new ticket
nickbro replied to mattgrimley's topic in Home Access Plus+
Takes 2 clicks sometimes to get it to open, haven't managed to track down the issue yet -
The url for exchange will need to be the full url of the actual server, once you've logged into your emails, have a look in the address bar, that domain is what you need
-
Glad it's working, odd that's it's just started working, must of been one of those things.
-
Ok, for some reason IIS isn't passing that request to asp.net for processing, can you send me a copy of your web.config file please
-
Endpoint not found was what I was looking for actually, it shows that asp.net is behaving. Can you check the event log on the server for any errors. Try going to https://site/hap/api/tiles/icons/64/64/images/icons/metro/folders-os/UserNo-Frame.png
-
It could be cause it some issues, can you try moving it into a sub folder, you can set it up to redirect to /hap/ when you visit the root
-
Ok, are you running HAP in the root or in a sub folder (/hap/)
-
Ok, can you delete the contents of the iconcache folder in app_data
-
Can you browse to /api/setup, you should get an endpoint not found error
-
Yes hap does cache them, delete the contents of the icons folder in app_Data
-
Ok, that's odd, can you try going to /hap/api/tiles/icons/64/64/images/imagename.png
-
Should just be a case of putting in the correct SMTP details into HAP
-
String was not recognised as a valid datetime.
nickbro replied to fairm010's topic in Home Access Plus+
@fairm010, you've put it in the wrong place, it needs to sit below system.web -
None, that should work, can you check the hapConfig.xml has the correct path ~/images/imagename.png
-
Ah, yer that, I've fixed that. Open ~/myfiles/default.aspx search and replace praseInt with parseInt
-
Hmm, this is odd I cannot find anything wrong. Can you please try doing some http://www.edugeek.net/forums/home-access-plus/86059-hap-json-debugging.html, it was an issue in the v10 alpha releases but I fixed it on the preview 1 release
