Edu-IT Posted April 23, 2013 Posted April 23, 2013 You've gotten a corrupt hapConfig.xml file It's working for the v8 release...?
nickbro Posted April 23, 2013 Author Posted April 23, 2013 There's a setting in your hapConfig.xml that the upgrade script doesn't like, or is missing.
mattgrimley Posted April 23, 2013 Posted April 23, 2013 Just re-release the v9 release, you just need the hap.web.dll file in the bin folder, see if that works. (Give it 10 minutes while it uploads) Certainly corrects the redirect issue that i was having. Hopefully it's the same for some of these guys Thank you!
reggiep Posted April 23, 2013 Posted April 23, 2013 I thought I'd start a new install and then drag bits across from my old hapconfig.xml BUT when i start a new install and go through the setup.aspx I don't see a save button to save my settings once I have inputted them, am i missing something?
ataylor Posted April 23, 2013 Posted April 23, 2013 Just re-release the v9 release, you just need the hap.web.dll file in the bin folder, see if that works. (Give it 10 minutes while it uploads) Re-release?
Edu-IT Posted April 23, 2013 Posted April 23, 2013 Hmm? What's this now? [NullReferenceException: Object reference not set to an instance of an object.] HAP.Data.SQL.WebEvents.Log(WebTrackerEvent Event) +124 HAP.Data.SQL.WebEvents.Log(DateTime datetime, String type, String Username, String IP, String OS, String Browser, String ComputerName, String Details) +120 HAP.Web.Login.login_Click(Object sender, EventArgs e) +1236 System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +118 System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +113 System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +9 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +176 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563
mattgrimley Posted April 23, 2013 Posted April 23, 2013 You need to re-add your SQL connection string to the web.config Hmm? What's this now? [NullReferenceException: Object reference not set to an instance of an object.] HAP.Data.SQL.WebEvents.Log(WebTrackerEvent Event) +124 HAP.Data.SQL.WebEvents.Log(DateTime datetime, String type, String Username, String IP, String OS, String Browser, String ComputerName, String Details) +120 HAP.Web.Login.login_Click(Object sender, EventArgs e) +1236 System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +118 System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +113 System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +9 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +176 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563
mattgrimley Posted April 23, 2013 Posted April 23, 2013 "re-released".. He updated the zip with a new DLL file.. (though this currently appears to break myfiles, so perhaps tread carefully).
reggiep Posted April 23, 2013 Posted April 23, 2013 Just to show what i see when I get to the setup.aspx screen you can see below that there isn't the usual start using HAP+ button? Thanks
nickbro Posted April 23, 2013 Author Posted April 23, 2013 The start using HAP+ button only comes up when you save. You need to complete the 1st 2 tabs and move onto the 3rd to get the Save button to show, if it's in FirstRun mode
reggiep Posted April 23, 2013 Posted April 23, 2013 The start using HAP+ button only comes up when you save. You need to complete the 1st 2 tabs and move onto the 3rd to get the Save button to show, if it's in FirstRun mode Hi Nick, I fill them all in in order but get no save button appearing anywhere!
nickbro Posted April 23, 2013 Author Posted April 23, 2013 Check you've updated the setup.aspx page from the latest release, I fixed that last night 1
Edu-IT Posted April 23, 2013 Posted April 23, 2013 Should this version still record logins to SQL? I've set the SQL connection string. Do I need to tell HAP somewhere to look at SQL?
nickbro Posted April 23, 2013 Author Posted April 23, 2013 Yes, in the hapConfig.xml set the tracker provider to SQLConnectionString
ataylor Posted April 23, 2013 Posted April 23, 2013 Anyone else encountering an issue when a user tried to "Open" a file on HAP rather than download the web page goes into a spasm of refreshing?
mrbios Posted April 25, 2013 Posted April 25, 2013 New feature request: On the MyFiles upload screen, would it be possible to have a tick box under choose files for "rename files" or similar. Reason behind this is that we're using HAP MyFiles for people to upload from student ipads direct to their home folders, but we've since found that the lovely ipads name all the files EXACTLY the same name :/ meaning they can upload one at a time, rename the file once uploaded and then upload the next.
TheFopp Posted April 26, 2013 Posted April 26, 2013 Anyone else encountering an issue when a user tried to "Open" a file on HAP rather than download the web page goes into a spasm of refreshing? I had the same problem. Nick has confirmed it is a bug (the Open button shouldn't appear for documents) - Look in this thread (http://www.edugeek.net/forums/home-access-plus/112335-odd-loop-happening-when-opening-document.html) and Nick has come up with a fix for it (Cheers Nick)
nickbro Posted April 26, 2013 Author Posted April 26, 2013 Bug confirmed and fixed in v9.1: https://hap.codeplex.com/releases/view/105711
mrbios Posted April 30, 2013 Posted April 30, 2013 Two more feature requests both for the booking sheet: 1. Could you add in a system for static bookings where by you can add a start and expiry date for static bookings? So if a teacher needs a room for 10 weeks, we can recur that booking for 10 weeks? (only from an admin side of things though, wouldn't want the teachers doing it) 2. Could do with a way of seeing old bookings from past days. When we get damage in an IT room we'd like to be able to go back and see who was in that room the day the damage took place. Do those two sound likely possibilities?
nickbro Posted April 30, 2013 Author Posted April 30, 2013 Number 2 is possible already by looking at the bookings.xml file in the App_Data folder, it auto deletes stuff older than 2 weeks (if keep xml clean) 1
mrbios Posted April 30, 2013 Posted April 30, 2013 So it is! I actually looked at that but i was being an idiot and thought today was a different date haha cheers
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now