nickbro Posted October 11, 2011 Author Posted October 11, 2011 Make sure you use uppercase drive letters
bumlardy Posted October 11, 2011 Posted October 11, 2011 (edited) Make sure you use uppercase drive letters Now don't I feel like a goofball! Thanks very much Nick, that did it. Couldn't see the wood for the trees on that one... I must be making some similarly stupid mistake as although the basic version now works great the silverlight one shows no drives? And thanks again for HAP, it is very very useful. Edited October 11, 2011 by bumlardy
nickbro Posted October 12, 2011 Author Posted October 12, 2011 Now don't I feel like a goofball! Thanks very much Nick, that did it. Couldn't see the wood for the trees on that one... I must be making some similarly stupid mistake as although the basic version now works great the silverlight one shows no drives? And thanks again for HAP, it is very very useful. Make sure you are using HTTPS for the silverlight one to work correctly
bumlardy Posted October 12, 2011 Posted October 12, 2011 It's definitely https. Ahh, interesting. I've just tried it logged in as a member of admins and that works. Hmmn, so some sort of permissions issue then... I'll get my toothcomb!
mrbios Posted November 8, 2011 Posted November 8, 2011 (edited) I've just updated HAP to 7.6 after being sat on 6.2 for a very long time (installed and configured though not deployed 7.6 to staff yet) I have 1 problem and one moan Problem: I can see drives in basic view along with files but extended is black, no errors being displayed either. Moan: Don't like how squashed everything looks with this overhaul of the design, much prefer the spread look of version 6, i'll edit this post with a side by side example to show what i mean in a moment, where would i change the design if i wanted to? Top half of the new system i like, top half of the old system i like, but the opposite parts of both look a bit nasty. Edited November 8, 2011 by mrbios
nickbro Posted November 8, 2011 Author Posted November 8, 2011 Odd issue with the Extended My Files section, this part should be getting replaced in v8.. As for the design, it's using the Windows Phone/Microsoft Metro Design Guidelines. It may look better if you add to the basestyles.css: body { width: 785px; margin: 0 auto; }
Simmer Posted November 8, 2011 Posted November 8, 2011 Im getting the exact same problem, im also using https for the extended version. Any ideas?
mrbios Posted November 8, 2011 Posted November 8, 2011 Fixing the width looks ok on smaller resolutions but on a widescreen 1920x1080 it looks very squashed still just this time in the middle rather than to the side I like the idea i just feel like it's missing something, the design looks "unfinished" if you know what i mean
nickbro Posted November 8, 2011 Author Posted November 8, 2011 I will keep refining it. If you want to go back to the old style, copy the repeater from the old default.aspx page. Also some of the CSS
pmdc199 Posted November 8, 2011 Posted November 8, 2011 Does Home A + work dynamically on files where you double click the file work live in the file and then save as you work on the documents or is it a copy and paste affair. Excuse my ignorance I am a teacher and fed up with static ranger outpost. I have watched the demo video but it did not seem to comment on this? Looks a great product.
DavidR Posted January 2, 2012 Posted January 2, 2012 No Probs, I've managed to get it going by doing the coding manually in the config file as the wizard kicks out at the last step with a big nasty error so need to get that posted up for you. The other issue was in the IIS config part, when I went to check in the MIME Types that .zap was in, it gave an error about not liking line 255 and then 256 in the config file which entries were: Had to remove the "links" here too... It says: Cannot add duplicate collection entry of type "mimeMap" with unique key attribute "fileExtension" set to ".svg" If you take those two rows out of hte config it opens fine John This posting discusses the issue: IIS7 Error: cannot add duplicate collection entry of type Sorry - I can not give you the link - I am blocked by the forum software... Googe it yourself if you want to see it. A number of mime type associations are removed by the web.config before line 108, but .svg is added here without being removed above. This causes a duplication of associations. If a remove line were to be added, it would not result in this error. If the association was not required, it would cause a problem to remove it and if it was required it would prevent the duplication error. Once this removed, the association is inherited from the server and is not required here. This allows for the correct display of the setup.aspx file. DavidR
nickbro Posted January 2, 2012 Author Posted January 2, 2012 Hi @DavidR, some IIS installs need the line in the web.config, others don't, it's very strange figuring out which
DavidR Posted January 2, 2012 Posted January 2, 2012 Hi @DavidR, some IIS installs need the line in the web.config, others don't, it's very strange figuring out which Thanks Nic, Got that sorted out now, but I did not get a tick next to pipeline integration. When I saved the general page and clicked on the AD page, I received an error telling me to add in the section. When I did this, I was presented with a login screen when I went to setup.aspx page. I am not able to log in to this page (using username or domain\username). I get an invalid login whenever I try. I have not been able to enable "Forms Authentication" for the site because that option is not available - only anonymous, basic and windows authentication are availbe - only anonymous is enabled. I am not sure how to enable forms authentication if it is not available as an authenication method. The .NET framework Version is set to 4.0 for the website. DavidR
nickbro Posted January 2, 2012 Author Posted January 2, 2012 The username is just a username, no domain\username, I found a permissions issue in the integrated pipeline check for initial setup, you should get a green tick after you log in for the first time and access the setup page, this has been fixed in my internal builds. Are you using IIS6 or IIS7? It IIS6, there isn't, you just enable anonymous, if IIS7, there should be forms auth, but anonymous should do it.
DavidR Posted January 2, 2012 Posted January 2, 2012 I am am using IIS7.5 on Server 2008 R2 Standard Sp1 running as a Hyper-V virtual machine on a Server 2008 R2 host. I am using IE9 as my browser on the server. When I try to going to /hap/setup.aspx, I am redirected to login.aspx when I am not able to login. Do I need to do anything on my server to sort out the integrated pipeline check issue? As I can not get to that page anymore I can not tell if it is there or not. DavidR
DavidR Posted January 2, 2012 Posted January 2, 2012 I reversed the location setting in web.config so that I can access startup.aspx. Evertime I click save I get this errror: Server Error in '/hap' Application. -------------------------------------------------------------------------------- Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [NullReferenceException: Object reference not set to an instance of an object.] HAP.Web.Setup.Save_Click(Object sender, EventArgs e) +77 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +153 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3706 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272 My view of the strtup.aspx is different to the one in the installation video: tabbed not sections, but that is just a theme setting, I guess. Still getting the IIS7 Integrated pipeline red cross. Whenever I try to add an OU in the AD -> Active Directory User List OUs section I receive a "Message from webpage" - "Internal Server Error" DavidR
nickbro Posted January 2, 2012 Author Posted January 2, 2012 That's a odd error. Sounds like HAP+ is finding an issue processing your AD Schema. Please see http://www.edugeek.net/forums/home-access-plus/86059-hap-json-debugging.html to debug the Internal Server Error Message
mrbios Posted March 9, 2012 Posted March 9, 2012 (edited) Bit of a thread revival as i'm trying to setup the new version (still on version 6.2 ) as a fresh install and having a bit of a problem... I'm having a problem with the active directory browser part of setup when i try and select the students group, the list just doesn't display anything. This is using IE9, if i try google chrome i actually get a popup telling me "There is something wrong in your AD infrastructure" have i missed a step anywhere? I've tried two domain admin usernames and passwords but nothing seems to be working. EDIT: Forgot there was a forum section for this!!! I just searched through my history to find this haha! Edited March 9, 2012 by mrbios
nickbro Posted March 9, 2012 Author Posted March 9, 2012 Odd, you may have to manually enter the group names, looks like HAP+ isn't happy parsing your AD tree, doesn't stop you manually entering details though
mrbios Posted March 9, 2012 Posted March 9, 2012 (edited) Odd, you may have to manually enter the group names, looks like HAP+ isn't happy parsing your AD tree, doesn't stop you manually entering details though Not sure if it's linked to that issue but i also get an "internal server error" whenever i try to edit the settings for the "Access my Emails" buttons on the "Homepage" settings section. I can remove, edit and add any others, but the two email ones i can't change. Receivera:InternalServiceFaultSequence contains more than one matching elementSequence contains more than one matching element at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate) at HAP.Web.Configuration.LinkGroup.get(String name) at HAP.Web.Configuration.LinkGroup.Remove(String name) at HAP.Web.API.setup.RemoveLink(String group, String name) at SyncInvokeRemoveLink(Object , Object[] , Object[] ) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage41(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.InvalidOperationException Is that any use? EDIT: Never mind, i can see why this is, because both links are called "Access My Emails" and it's treating both as the same link. Changed one of them to "Access My Email" and now it works in the setup program. Edited March 9, 2012 by mrbios
2097 Posted March 9, 2012 Posted March 9, 2012 Tbh i it was a bit of hit and miss with me . I always enter it the manual way ! , which i prefer any way
reggiep Posted March 12, 2012 Posted March 12, 2012 Tbh i it was a bit of hit and miss with me . I always enter it the manual way ! , which i prefer any way Where do you enter those? thanks
nickbro Posted March 12, 2012 Author Posted March 12, 2012 After you have hit the setup page for the first time, just browse to ~/app_data/hapConfig.xml and edit the file directly 1
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