Applications

Apache Logging Service and Log4Net

Log4net is a popular open source framework of the Apache Logging Project to log application errors for web sites. Log4net is part of the Apache Logging Services project at the Apache Software Foundation. The Logging Services project is intended to provide cross-language logging services for purposes of application debugging and auditing. The Apache log4net project DotNetNuke and Evoq Starting with DNN v6 …

Apache Logging Service and Log4Net Read More »

Linux Install a LAMP stack

LAMP stands for Linux w/ Apache w/ MySQL w/PHP.  It one of the most common web server configurations there is.  Several people will debate the naming and say “M” stands for “blah blah” or “M” changed its name, or “P stands for “blah blah blah”. Yep you have lots of choices but originally its LinuxApacheMySQLPHP These steps outlined below should …

Linux Install a LAMP stack Read More »

DotNetNuke Editors

What is the current default for your site Open the web.config and find this line <htmlEditor defaultProvider=”<value>”> <value> is the name of the provider.  You can look it up on this list. History of HTML Editor Providers Editor Provider Name Notes Freetextbox Ftb3HtmlEditorProvider Default from v2.0.0 to v3.0.0. FCKEditor FckHtmlEditorProvider  Default until v5.3.3. No longer developed, its url redirects to …

DotNetNuke Editors Read More »

DotNetNuke Errors

Common Errors Web page fails to load when Telerik is used The Telerik editor was used as the primary editor in DNN from 2009 to 2013.  The Telerik failure error was usually caused by a failure to update the web.config file. To fix this: Verify the Telerik.Web.UI.dll version from the website bin directory using Windows Explorer. Go to root directory …

DotNetNuke Errors Read More »

DotNetNuke Install using PowerShell

Sample Script from DNN Blog to create a site using PowerShell. Needs some work. Its never been tested Remember the PowerShell has to run as Administrator. This script is old and was made for DNN v5.4 install. You need to edit the first sections. Not for production Sample Code #1. Choose which type of install one#2. Edit the CD path …

DotNetNuke Install using PowerShell Read More »

Scroll to Top