Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. Ok, looks like direct edit is doing it's usual thing of locking the file on the server open so you can't upload the file again, I thought I'd fixed that.
  2. Ok, this is one of mine, hapConfig.xml again
  3. The 2nd, make sure the application pool user has write access to the app_Data folder./ The index out of range error is an odd one, can you have a look in the application event log on the server to see what the error is
  4. This is my hapConfig section for the me tab:
  5. HAP+ doesn't work with WEBDAV, you will need to disable this module for the HAP+ application
  6. The ad password is a security measure, you need to enter it but not save when you need to use the AD tree. You will need to make sure you have 1 or more tabs as well as the me tab for it to work properly
  7. Do you have WEBDAV installed? Can you check the event log for any indication of an error? Have you removed the bit in the web.config file?
  8. Will have to look into why it isn't impersonating the user when saving
  9. Use & instead of just &. It's a weird XML bug
  10. We use them, but via Canda copying. No problems with this other than general maintainance needed on them. Got a MP 8001 (2 years old 3.5m copies) and a MP C5501 (2 years old 1.5m copies).
  11. Open the web.config on the server from the hap folder, look for and remove that section. You also need to use HTTPS
  12. v10.0 is out of date, v10.2 is the current version, but internal alpha releases are currently out with the build number v10.3. 10.3 is due out at the end of the month once I finish fixing some more bugs. The current release isn't giving the response it should do.
  13. It's part of an alpha version of 10.3, if you download the latest source code and build hap.ad it's part of that
  14. All working now
  15. Odd, it's not loading which week it is or the current bookings. #1 can you remove the booking resource that is ! please. It's the last one in the list, after Sixth Form Lower
  16. Ah, the everyone group, forgot all users need to be in that group. I use authenticated users, as everyone includes unauthenticated
  17. You will need to check your NTFS permissons. Have you set the enablewriteto="All" in the hapConfig.xml. HAP+ uses NTFS permissions as well as some of it's own
  18. You can try reinstalling the booking system from the latest plugin release. If you do give me a username and password I can at least see what in the javascript it is playing up I suppose. Can't promise when I'll look at it today as I've got some primary school visits to do
  19. not really, something is causing the function that checks the current bookings against max bookings to error. I cannot replicate that on any of my installs.
  20. nope that's what's meant to be there if you've set -1 in the admin area, I can't quite figure out what's going on here
  21. Ok, need someone to test thisHAP ALPHA 10.3.zip
  22. ok, try for the SMTP server address STARTTLS/smtp.office365.com instead of just smtp.office365.com
  23. I think I may need to add this to the source code client.DeliveryMethod = SmtpDeliveryMethod.Network; or client.TargetName = "STARTTLS/smtp.office365.com";
  24. ok, that's what it should be. 0 is the number of bookings and 1 is the week number. Can you look at the source code for the page (browser source not notepad edit), look for something like this <br /> user = { username: 'Nick', isAdminOf: [ 'ICT1', 'ICT2', 'E3', 'A6', 'Laptops', 'iPads', 'S6', 'LRC' ], isBSAdmin: true, minDate: new Date(2014, 8, 17), maxDate: new Date(2015, 6, 20), maxBookings: -1 };<br /> What you are looking for is the last thing, maxBookings, what does that say for the user? If it doesn't say -1, or the silly high number then something isn't getting set somewhere
  25. Do you use Day1...Da10? if not you will need to change them all to Day1...Da10. The import function has never worked properly and I could never figure out why. A6 Mrs Austin Art and Design Day2:1 A6 Mrs Austin Art and Design Day5:3 It likes these and matches the teacher with the notes field in AD
×
×
  • Create New...