Products

Solutions

Resources

Partners

Community

About

Activity Feed

Profile Dashboard

  • Friends 0
  • Following 0
  • Followers 0
  • Points 0
  • Friend Friends
  • Following
  • Follower Followers
  • Point Points

Description

  • Friend Friends
  • Following
  • Follower Followers
  • Point Points

Profile Features

Activity Stream

Will Strohl

Will Strohlvoted on signalr/hubs error in dnn 9.2 and 9.2.1

Hi,


I am using the latest Evotiva Backup module (which is great module) and in two cases one in 9.2.1 on a new localhost site with no other modules installed, and also, on a full published site running 9.2


'ERRO ...

5 years ago

Will Strohl

Will Strohlanswered the question While upgrading from 9.2.1 to 9.2.2

Daniel's and Chris's suggestions are spot on. Here's what I would suggest: Restore the website to the beginning and make sure you maintain a valid backup of the file system and database. Shutdown access to the website (e.g., app_offl ...
Daniel ValadasChris Hammond also answered the question Daniel Valadasand 1 other also answered the question

5 years ago

Will Strohl

Will Strohlvoted on What are the files in the App_Data/ClientDependency used for?

Hi Andy, 

The files in App_Data/ClientDependency files are generated by DNN. 

These files are related to Caching and are used to improve the performance of the site. You can manually delete these files and they will be regene ...

6 years ago

Will Strohl

Will Strohlvoted on IS DNN as Good as WordPress?

I have always seen Wordpress as a blogging system and people try to make it into a content management system. In order to do that, it usually requires many many plugins to bring core features of a CMS into a blog system. There is a notorious amoun ...

Ernst Peter Tamminga also voted on itErnst Peter Tamminga also voted on it

6 years ago

Will Strohl

Will Strohlanswered the question Why isn't 500 Error Default Page working?

The 500 error page will most likely only be used when an exception is completely unhandled. For example, if an exception is handled by a developer, then a friendly message will be shown on the page with part of the exception in the URL. This may acco ...
David Poindexterloukas bafatakis also answered the question David Poindexterand 1 other also answered the question

6 years ago

Will Strohl

Will Strohlvoted on Getting a 'Could not load type 'DotNetNuke.UI.WebControls.SolPartActions' Error

This past weekend, I updated a large application I developed a few years ago to DNN 9.2.1 and got everything working (http://www.browserquests.com). Next, I downloaded everything and got the application working locally as well, so I can begin upda ...

David Poindexter also voted on itDavid Poindexter also voted on it

6 years ago

Will Strohl

Will Strohlvoted on Logon form or button won't respond to enter key

We fix it with this code:




var $container = $('input[id*="_ActiveDirectory"]');
$container.keydown(function(event){
if(event.keyCode===13){
//This only works for modern browsers
var callba ...

6 years ago

Will Strohl

Will Strohlvoted on Enter key not working on custom login page

Hi,


I have a custom login page on a site and it has worked earlier to press the enter key on the keyboard instead of clicking on the Login button.


However, after upgrading to 9.1.1 (Platform edition) from 9.0.1 ...

Elizabeth B also voted on itElizabeth B also voted on it

6 years ago

Will Strohl

Will Strohlanswered the question inserting a mp4 video

In addition to Daniel's suggestion, make sure your web.config allows the MP4 mime type: https://blogs.iis.net/bills/how-to-add-mime-types-... Also, make sure that DNN is configured to allow MP4 files:
Daniel ValadasTracey SmithClint Patterson also answered the question Daniel Valadasand 2 others also answered the question

6 years ago

Will Strohl

Will Strohlvoted on inserting a mp4 video

Tracey - can you not reference it directly from the HTML module via the video tag? I've tried this here locally and got it to work.Here's a video on what I' ...

Clint Patterson also voted on itClint Patterson also voted on it

6 years ago

Will Strohl

Will Strohlvoted on How can I get EditUrl to give me a non-popup version of the URL

I want to send a URL to an edit control in an email. I'm using EditUrl and passing in the control key and it's giving the right URL but wrapping it up in Popup code:
dnnModal.show('http://dnn7dev.efficion.net/Modules/EfficionArticles/tabid/108 ...

David O'Leary also voted on itDavid O'Leary also voted on it

6 years ago

Will Strohl

Will Strohlvoted on No search results - "Could not find file "...\App_Data\Search\segments_oln"

The search results used to work on the development server. We moved it to our production server and pointed the production URL at it and now it no longer returns anything. I have a primary alias set. I recycled the app pool. I double-checked ...

6 years ago

Will Strohl

Will Strohlanswered the question LocalizeString, Localization and LocalResourceFile does not exist in the current context

As long as you're able to build the module and deploy it without issue, this error is actually a false-positive. Visual Studio reports it often, due to it not knowing how to resolve the reference in the editor.

6 years ago

Will Strohl

Will Strohlanswered the question Module caching for skin objects

Generally, the information shown in the menu/navigation is already cached by DNN itself, so the module caching is not really what is going to impact this specific module/skin object.

6 years ago

Will Strohl

Will Strohlvoted on Is there a way to disable email notification for an account lockout?

We are using DNN 9.01.01: Is it possible to disable the email notification that is being sent whenever a user is locked out of the system?

I agree it is a nice and handy feature, but if you have a system with almost 70,000 customers where ...

6 years ago

Will Strohl

Will Strohlanswered the question Is there a way to disable email notification for an account lockout?

Instead of disabling this feature, I'd suggest raising the setting to 7 or 10. It's common for someone to try the exact same username/password combo multiple times because they think it's a typo.

6 years ago

Will Strohl

Will Strohlanswered the question Open Two Pages

I'd suggest asking the folks at DNNSharp.com to help you with this.

6 years ago

Will Strohl

Will Strohlanswered the question Failure Installation Failed - ResourceFile

I wouldn't suggest changing the Log4Net file to "info" because you'll actually get less useful information. Does your theme include a resource file? Also, is it a language resource file (resx) or a resource zip file? You can check ...

6 years ago

Will Strohl

Will Strohlanswered the question After Upgrade DNN 5 to 6.2.9 version. Getting below error.

It sounds like you may have a third-party or custom module that is not using best practices when including Telerik controls. This could also be the case of your theme. You'll need to troubleshoot them each in order to determine the root issue. Al ...

6 years ago

Will Strohl

Will Strohlanswered the question IUpgradeable Implementations in Custom Module

I still use IUpgradeable on a regular basis. The only issue I ever run into with it is that I'm not able to log any exceptions. So, you need to be sure that any code you run is very well-tested before putting it into IUpgradeable. I often use the ...

6 years ago

What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out