elmah-mvc icon indicating copy to clipboard operation
elmah-mvc copied to clipboard

Errors are logged in database, but /elmah stays empty

Open modo-lv opened this issue 9 years ago • 1 comments

I have a weird problem that I can't seem to figure out.

I installed the Elmah.MVC package, added the required connection string, as well as <errorLog type="Elmah.SqlErrorLog, Elmah" connectionStringName="ElmahConnectionString" /> to the <elmah> section in Web.config, and the error logging is working fine — exceptions thrown are logged in ELMAH_Error table in the database.

However, when I open the log panel at /elmah, it says "No errors found."

What could I be missing?

modo-lv avatar May 16 '16 16:05 modo-lv

Just diagnosed this issue, I think. I had the same problem. Dropped and created stored procedures and storage table and now the admin area is working again.

agrath avatar Nov 25 '16 02:11 agrath