Jump to content

Recommended Posts

Posted

Hey Nick,

 

Everything seems to be working fine within 7.10 - i rolled it out to all users and no complaints so far!

 

When i load up the setup.aspx file - the first page has a Checks section with "IIS7 Intergated Pipeline", "Services Activated" and "App_Data Write Accss[sic]" - but they are all followed by fat red crosses.

 

Any ideas?

 

Also, the myfiles-users.txt in the folder used to write each user to a seperate line, but they are now all just written to the same line with no spacing. No idea what that is used for or if it is important.. i was just using it to see who had clicked for the beta view on MyFiles:)

 

Cheers,

Matt

Posted

The myfiles-users.txt is used to show the help/welcome screen when a user first accesses my files.

 

Odd that your getting red crosses on the setup page. Any javascript errors popping up?

Posted

Wierdly enough, i just tried the setup.aspx from home and i get all ticks.. must be some quirk in my proxy server config or some such!

 

As for the myfiles-users.txt.. i presume a lack of spacing between usernames will yield it inefective? I am fairly sure i have seen the myfiles beta pop-up several times.. though it seems to locally cache the response which makes testing hard..

 

example of myfiles-users.txt file:

User1GeorgeUser2User3AdminUser4User5

 

how it used to look:

User1

George

User2

User3

etc etc...

 

Matt

Posted
RE the user.txt file, it's not meant to be spaced for carriage returned. The system looks for the username in the file, could prove difficult for some users, which I may put a fix it at some point, it was just meant to be a easy hack to log the users. It's also case sensitive, so you may get it pop up if you log in with different cased usernames
Posted

meh!

 

The setup.aspx doesnt get it's "Browser Mode" settings from the same place as the rest of the site does it? It's running in "IE7 standards" mode.

 

Adding the meta data to the setup.aspx makes it work fine:

 

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Setup.aspx.cs" Inherits="HAP.Web.Setup" %>
<%@ Register Assembly="HAP.Web" Namespace="HAP.Web.Controls" TagPrefix="hap" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>




   
[b]        [/b]
       Home Access Plus+ - Setup
       
       
       
       
       
       
       
       
       
       
       
       
   
   

 

:)

MAtt

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...