-
Posts
4,190 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by nickbro
-
ok, what do you get when you put in a teacher's username?
-
Ok, there is something wrong with your setup In a browser go to /hap/api/BookingSystem/Initial/17-9-2014/{username} Obviously replace {username} with your username
-
Ok, from that it looks like it's not doing the initial query for number of bookings/week number, what's in the url box (after the #)?
-
ok, looks like you have an issue somewhere, I'll need you to do some http://www.edugeek.net/forums/home-access-plus/86059-hap-json-debugging.html. Try 0 as well. This is what I'm looking for
-
999999 might be a bit high, try -1
-
I think office 365 needs SSL for SMTP, which uses a different port 1. Go to OWA 2. Once logged in, click the gear menu in the upper right hand corner and choose "Options" 3. In the Options / My Account window, click "Settings for POP or IMAP access...” and a window will pop up with all the server, port, and security settings you need.
-
Booking System week view showing blank page
nickbro replied to computer_expert's topic in Home Access Plus+
ok, I think I'm running an alpha build with new AD apis -
Ok, that would be from trying to connect to exchange to render the their calendar, set the exchange url in the hapConfig to blank
-
ok, that isn't working correctly then :S
-
In a browser, go to HAP+, login. Then at the top put in /hap/api/ad/roles/%yourusername%. It'll display a JSON array of roles you are in
-
Domain Admins are the only admins by default, if you need more either enter usernames or group names (use the api call above to get list of correct names to use)
-
Use the api call to see what roles to use /hap/api/ad/roles/{username}
-
Booking System week view showing blank page
nickbro replied to computer_expert's topic in Home Access Plus+
Check your AD groups you are showing to by using the api call /hap/api/ad/roles/{username}. It'll give you a JSON list of role names which that user is a member of in HAP+'s eyes -
Yep, HAP+ doesn't support webdav being enabled. You don't need to remove it from IIS, but you need to disable/remove the module from the HAP+ application
-
non, as my installs are deleting bookings just fine. Are there any errors on the server? You may need to do some http://www.edugeek.net/forums/home-access-plus/86059-hap-json-debugging.html
-
HAP+ v9 - Basic CSS - Tweaking the colour scheme
nickbro replied to mattgrimley's topic in Home Access Plus+
I'll look into it -
With the old password on the SA account, log into HAP+, go to HAP Config, set the new SA password, save. Change the SA password,
-
Which version of HAP+? You may need to manually enter 2000 AD Names into the hapConfig.xml file. It should be EnableReadTo=All EnableWriteTo=All. HAP+ will then use NTFS permissions. What you what to limit is the ShowTo attribute
-
Pop those details into the Notes field in AD, should work off that then
-
Nope there isn't sorry. If you want to, and you know javascript, you can create one. See ExampleCustomTile.js in the hap+ release, just include that on in the head of the homepage
-
I'd switch to a NVidia GFX, Intel CPU, stick a SSD drive in for Windows + Games, a HDD for video/docs, and up the ram speed. Both have better gaming experiences. NVidia's control panel allows for more advanced GFX control. Intel CPUs are just better at the moment in my experience. AMD are about 1-2 years behind Intel with CPU tech. It may be slower but it handles task more efficiently. But there's a new Intel 14nm tech coming out soon. Also go for 2x8gb RAM, or 4x4gb. Future proof it.
-
Well no wonder HAP is slow to log on, it has to parse all of those groups, try 0 or 1 as the setting, 0 should turn it off so it only looks at the top level
-
It's the number of recursions when looking up a user's group memberships. i.e. if a group is a member of a group which is a member of a group which is a member of a group which is a member of a group. It'll recurs through 10 iterations until it stops
-
Try changing the max recursions from 10 down to 1, and see. That setting is the hapConfig.xml file in the AD element
