When a user logs in the following error occurs:
“An unhandled error has occurred writing to the exception log”
Hit Back twice and you see that you’re logged in.
I found out that when a user logs in, logs out and logs in again. quickly after eachother. the following error occurs:
“An IO error has occurred writing to the exception log”
Hit Back twice and you see that you’re logged in.
Also i found that the module users online does’nt show the people online. Also the module where are they, does’nt work.
In asp.net forum i found it had to do someting locking up log.resources.xml
Also “keep alive” had something to do with it.
Anyhow, for a portal this is one of the core features and it is not good show for my subscribers.
Hope anyone can give me pointers.
One of your modules is causing an exception. However because it can not write a log entry to it therefore you are only seeing the error when it can not write the exception. What you’ll need to do is clear out the log files and make sure DNN can write log entries. before you are able to determine which module is causing the problem.