linkazoid Posted November 16, 2011 Posted November 16, 2011 (edited) Hi, I seem to be in the 1% that is having problems with the new HAP+ install. When I try to add mappings to the setup page, I receive an internal server error. Could someone please paste the mapping section from their working hapconfig.xml so that I can manually edit the file. @nickbro I am using the HAP.Web v7.7.1116.1300.zip you posted earlier, this has enabled me to get this far. I was encountering errors galore before. Thanks, Michael Edited November 16, 2011 by linkazoid
mattgrimley Posted November 17, 2011 Posted November 17, 2011 Could someone please paste the mapping section from their working hapconfig.xml so that I can manually edit the file. Hey Michael There was an issue with one of the earlier versions of HAP 7 whereby forward slashes and back slashes were being confused.. Here is my mapping section for the latest version of HAP (which works ) %homedir% \\servername\pupils shared \\servername\teachers shared \\servername\Students Hope it helps 2
linkazoid Posted November 17, 2011 Author Posted November 17, 2011 (edited) Hi Matt, Thanks for that. Unfortunately I receive the following error when logging into HAP. 403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied. Loging in from the Server gives me the following error: Michael Edited November 17, 2011 by linkazoid
linkazoid Posted November 17, 2011 Author Posted November 17, 2011 SOLVED - Default.aspx was not set as the default document for the site in IIS.
linkazoid Posted November 17, 2011 Author Posted November 17, 2011 (edited) Arrrggh - So close... It was working ok, but I dunno what I've done but now i'm unable to download files or browse folders in both basic and advanced. Have noticed the URL changes to https://home.mydomain.com/HAP/MyComputer/storage/myuser$/Documents/My%20Pictures If I change it to https://home.mydomain.com /HAP/MyComputer/U/Documents/My%20Pictures the space above is intentional the folder opens until I click on another folder. I am using uppercase drive letters in the config. Edited November 17, 2011 by linkazoid
mattgrimley Posted November 17, 2011 Posted November 17, 2011 from http://www.edugeek.net/forums/home-access-plus/59485-home-access-plus-50.html Something is wrong wrong there. It should be trying to get to https://hap.school.name/hap/Download/Drive/Folder/document name.doc Make sure in the ~/app_data/hapConfig.xml that the UNC path is \\server\share, and doesn't end with a \. It should not be forward slashes if it is 1
linkazoid Posted November 17, 2011 Author Posted November 17, 2011 Cheers Matt, It was because I has added spaces to the end of the each mapping line. enablemove="False" usagemode="Quota">\\data\studentpublic$ instead of enablemove="False" usagemode="Quota">\\data\studentpublic$ On another note, what is the "enablemove=True" and "enablemove=False for in the above mapping line? Michael
mattgrimley Posted November 17, 2011 Posted November 17, 2011 oh fab glad you got there in the end! I honestly dont know what the enablemove means.. i sort of presume it enables the ability to move folders around.. but could be wrong.. im sure its in the documentation somewhere! lol Matt
nickbro Posted November 18, 2011 Posted November 18, 2011 EnableMove enables the Move Functionality in the Basic Mode, as loading the tree for the move is server intensive 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