Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. Please perform some http://www.edugeek.net/forums/home-access-plus/86059-hap-json-debugging.html
  2. Clear your browser cache, looks like the basestyles.css file is out of date
  3. On the server, set the file permissions for kerberos.aspx so everyone has read permissons
  4. It should only be on that one, as the other references need the / to split the url. I've updated the Plugin
  5. 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"
  6. Thanks for the info, missed a bit in the web.config in restoring it:
  7. 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:
  8. 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
  9. All fixed, it was to do with the logic for hash tags #ticket-xxx
  10. Takes 2 clicks sometimes to get it to open, haven't managed to track down the issue yet
  11. 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
  12. Glad it's working, odd that's it's just started working, must of been one of those things.
  13. 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
  14. 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
  15. 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
  16. Ok, are you running HAP in the root or in a sub folder (/hap/)
  17. Ok, can you delete the contents of the iconcache folder in app_data
  18. Can you browse to /api/setup, you should get an endpoint not found error
  19. Yes hap does cache them, delete the contents of the icons folder in app_Data
  20. Ok, that's odd, can you try going to /hap/api/tiles/icons/64/64/images/imagename.png
  21. Should just be a case of putting in the correct SMTP details into HAP
  22. @fairm010, you've put it in the wrong place, it needs to sit below system.web
  23. None, that should work, can you check the hapConfig.xml has the correct path ~/images/imagename.png
  24. Ah, yer that, I've fixed that. Open ~/myfiles/default.aspx search and replace praseInt with parseInt
  25. 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
×
×
  • Create New...