-
Posts
4,190 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by nickbro
-
Update 10.3 upload error when using directedit
nickbro replied to tj2419's topic in Home Access Plus+
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. -
New Installation - Problem with OU's and Me link
nickbro replied to jamin100's topic in Home Access Plus+
Ok, this is one of mine, hapConfig.xml again -
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
-
New Installation - Problem with OU's and Me link
nickbro replied to jamin100's topic in Home Access Plus+
This is my hapConfig section for the me tab: -
HAP+ doesn't work with WEBDAV, you will need to disable this module for the HAP+ application
-
New Installation - Problem with OU's and Me link
nickbro replied to jamin100's topic in Home Access Plus+
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 -
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?
-
Update 10.3 upload error when using directedit
nickbro replied to tj2419's topic in Home Access Plus+
Will have to look into why it isn't impersonating the user when saving -
Error adding a URL link with a & character
nickbro replied to mattgrimley's topic in Home Access Plus+
Use & instead of just &. It's a weird XML bug -
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).
-
Open the web.config on the server from the hap folder, look for and remove that section. You also need to use HTTPS
-
Booking System week view showing blank page
nickbro replied to computer_expert's topic in Home Access Plus+
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. -
Booking System week view showing blank page
nickbro replied to computer_expert's topic in Home Access Plus+
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 -
All working now
-
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
-
New Folder, Upload etc. missing for non-admins
nickbro replied to JackCPickup's topic in Home Access Plus+
Ah, the everyone group, forgot all users need to be in that group. I use authenticated users, as everyone includes unauthenticated -
New Folder, Upload etc. missing for non-admins
nickbro replied to JackCPickup's topic in Home Access Plus+
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 -
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
-
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.
-
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
-
Ok, need someone to test thisHAP ALPHA 10.3.zip
-
ok, try for the SMTP server address STARTTLS/smtp.office365.com instead of just smtp.office365.com
-
I think I may need to add this to the source code client.DeliveryMethod = SmtpDeliveryMethod.Network; or client.TargetName = "STARTTLS/smtp.office365.com";
-
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
-
Importing Room Bookings from SIMS to HAP How to do it?
nickbro replied to tj2419's topic in Home Access Plus+
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
