DNNMonster
DNNMonster
Is the cause of the problem understood?
Does this line of js look familiar? `var hasSpace=/\s/var hasSeparator=/(_|-|\.|:)/var hasCamel=/([a-z][A-Z]|[A-Z][a-z])/function toNoCase(string){if(hasSpace.test(string))return string.toLowerCase()` I can't locate it in DNN's source but if I Google for it, it seems to be...
I tested a clean install. I'm pretty sure the issue is still there. The only thing I did was follow the steps to remove the Digital Assets Manager. Even with...
I am pretty sure this commit introduces a new url requirement for the profilepic mode. If you do not include the maxHeight or maxWidth (which I don't think is currently...
Is this the OS xml debugging log files or related to log4net? A few simple steps you likely already took but just to make sure... Clear the site cache? Restart...
I am not sure about that filename..?? It looks like the standard location for the log4net files generated by DNN, but it seems to have a missing backslash in the...
I think it may still be a log4net configuration issue but I'm not sure why it's still showing the D drive unless it's hardcoded some place in a config file....
Maybe permissions..? You might double check that. I'd create the directory if it's not there. Heck maybe the file too. Maybe another config? Can you find a ref to storeLog.txt...
Any plugins? Search your repos too.
You configure the OS logging in the BO but it's creating xml files in the portals root dir. I am not sure about the storeLog.txt.. I'm still confused by the...