Have been working on a Web App that allow user to enter bug and feature request by both users and developers. If you are interested in something like this check it here.
I currently have it setup so that anyone can be an Administrator, no user ID or password required. So check that and the user area out.
From your description the site has great potential. Unfortunately, I was not able to login with either Google Chrome nor Internet Explorer on my Windows 8.1 machine.
I pressed the “User Click This to Continue” button, waited a while and then tried the other two buttons (Administrator Login and Start Page). Is there something that I am doing wrong?
[quote=118996:@Jim Smith]Have been working on a Web App that allow user to enter bug and feature request by both users and developers. If you are interested in something like this check it here.
I currently have it setup so that anyone can be an Administrator, no user ID or password required. So check that and the user area out.
Let me know what you think.[/quote]
i got this when i click on the link
“Not Found - The requested URL /taskwatch/taskwatch.cgi was not found on this server.”
[Sun Aug 10 07:50:59 2014] [error] [client 192.168.1.1] Use of uninitialized value $length in subtraction (-) at /Library/Server/Web/Data/Sites/Default/taskwatch/taskwatch.cgi line 131., referer: http://www.jimasmith.com/taskwatch/taskwatch.cgi
[Sun Aug 10 07:50:59 2014] [error] [client 192.168.1.1] Use of uninitialized value $length in numeric eq (==) at /Library/Server/Web/Data/Sites/Default/taskwatch/taskwatch.cgi line 130., referer: http://www.jimasmith.com/taskwatch/taskwatch.cgi
That’s typically an error having to do with the app not returning data when it’s expected to. Are you still getting crashes due to unhandled exceptions?
What was happening was: Get a exception which would call the UnHandleException routine which would get and exception and call itself … resulting in a loop in the UnHandleException routine. I have fix that. (Had to remove … gut… most of the stuff.)
Have not found the original cause of the crash.[quote=119104:@Greg O’Lone]
That’s typically an error having to do with the app not returning data when it’s expected to.[/quote]
What would cause that. If a Return requires a value would you not get a compile error?
What was happening was: Get a exception which would call the UnHandleException routine which would get and exception and call itself … resulting in a loop in the UnHandleException routine. I have fix that. (Had to remove … gut… most of the stuff.)
Have not found the original cause of the crash.
What would cause that. If a Return requires a value would you not get a compile error?[/quote]
Your app crashing would do that. That’s why I asked.
Just gave it a try and it is working well. I even tried to mess-it-up by adding the characters $%#’ and the program passed with flying colours
A minor suggested area of improvement is to change the tab order of a new user from the top textfield to the bottom textfield.
In the ‘edit user’ section, I was unable to change the email address of a user. Does this require different priviledges when under the Administrator login?
I frequently get the error ‘The application has gone off-line. Please try again later.’ with an exclamation mark inside a triangle. Not sure if there were many users trying to access the page.
There is a label in the upper right hand corner called ‘Untitled’, is this for some future task or information?
The rest of the features seem to work good and it works on both Chrome and Internet Explorer on Windows 8.1
Thanks Eugene,
I think when it went off line there was a crash, as I’m get an email when that happens and I got seven of them a little after 8 EDT.
Have not done anything about the tab order, need to take of that.
That some info that only to show for debug… bug
User edit need some work.
Thanks again.