Open valadas opened 6 years ago
Hi Daniel,
I've not seent his before. I've not run against 9.2.2 yet. I wonder if we have a problem. I know the parsonabar likes to mess with the admin page, but this looks like DB error. Have you tried restarting the app pool?
Did the Admin Panel page appear, was this error just in the logs?
Yes, I initially was trying on Dnn 9.3.0 nightly build, and created a brand new clean 9.2.2 instance to try to compare. It shows the Dnn generic error page with the return to site button (kinda 404 page I guess). The error was only in the admin log. I will try it tomorrow on Dnn 9.1.1 and keep you posted.
Oh, and yeah, I cleared cache, bumped CDV version, restarted app pool and even restarted iis for good measure :)
OK, let me know what happens with 9.1.1. Maybe it's been introduced by something, or maybe I just missed it.
I'm currently trying to work out a better solution for DNN9 integration.
@leedavi Ok, I ran some more tests. It ends up that it was not because of Dnn 9.2, but the module does not work when using an object qualifier, and well I always use one in development and never on production, so no big deal here, but I will edit the title and description of the issue to reflect that...
Strange, the SQL if defined to use object Qualifier. Can you be specific what has failed. Maybe there is some SQL update that has accidently dropped the qualifier.
I am not sure if it is an sql script, the install did not complain. My guess is that it is something in the datalayer somewhere that is not using the object qualifier since it only happens after the installation...
The only thing I know for now is that it fails during usage (not during installation) when the site uses an object qualifier...
I see this line:
return Convert.ToString(SqlHelper.ExecuteScalar(ConnectionString, CommandType.Text, commandText));
in the dataprovider implementation, all others use the object qualifier, probably some code elsewhere using this method to execute sql statements that are not accounting for the object qualifier.
I've search through the core code for this and all calls to this function use the object qualifier.
Are you able to debug it?
At which point does it fail?
I did not have time to troubleshoot deeper but it happens as soon as I set the skin, hope it helps...
OK thanks, I've had a quick look and nothing obvious. Does it work without the qualifier?
There is some issue with the personabar not being able to be removed in DNN9, so I have to hide it. It might be some sort of clash with that. I'm working on a different Admin Panel for OpenStore, but it won't be ready for a couple of months.
Yes without the object qualifier it works fine
OK, good I'll be able to trace it then. I'll let you know.
Steps to reproduce
Event log error message: