Problem when logging in to forum
Robert@HCC
Posts: 80
I am having a strange problem when I try to use the " View Active Threads" feature at the bottm of the forum home -
If I login and and click the link for "View Active Threads" I get sent to another page with this error message :
This happens only when I log in - if I stay as "Guest", no probs - aside from having to sift through all of the links, instead of just the new ones.
Any fix for this problem? would be nice to login and only get the most recent posts - then be able to mark the threads as read [noparse]:)[/noparse]
Thanks,
Robert
If I login and and click the link for "View Active Threads" I get sent to another page with this error message :
Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>
This happens only when I log in - if I stay as "Guest", no probs - aside from having to sift through all of the links, instead of just the new ones.
Any fix for this problem? would be nice to login and only get the most recent posts - then be able to mark the threads as read [noparse]:)[/noparse]
Thanks,
Robert
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There is always an answer.
There is always a way.
There is always a reason.··· -SciTech02.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
OS-X: because making Unix user-friendly was easier than debugging Windows
So, the question I would like to pose is this; How far back do you want to go? Some sample queries suggest that going back a week will generate between 400 and 600 rows. That's still a lot to look at on one page. Let me know and I'll adjust the code to pare down the list to some reasonable number.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jim
Parallax IT Dept.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
John R.
8 + 8 = 10
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
John R.
8 + 8 = 10
Wow no wonder it times out! 2004,lol!
For myself, a few days is fine for the particular day I log-in , a week probably a bit much. Then I can Mark all posts as read, and not need to sift through them.
This feature is already available when you log in , if memory serves.
Thanks for the reply, IT Guy!
Alohas
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
John R.
8 + 8 = 10
One other note; the infamous 2013 archive message issue has been corrected.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jim
Parallax IT Dept.
You made my day, and while that probably doesn't justify the effort, maybe it will give you at least a little smile!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
John R.
8 + 8 = 10
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jim
Parallax IT Dept.