RSS Feed
Knowledgebase : Applications > DotNetNuke
Chillox can provide an upgrade of the DotNetNuke installation of your site upon request. The fee for this service is $30.00 per DNN installation. To request an upgrade please Login to the Support Desk and create a Ticket request the upgrade with a sta...
Backing up and restoring a DotNetNuke site is easy, if done properly it will be quick and painless. BACKUP: There are two parts of your site: the website file system and the database. Both parts must be included when backing up and restoring. F...
Error: _DotNetNuke.Services.Exceptions.ModuleLoadException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. _ ERROR DETAIL: Error: UsersOnline is currently unavailable. DotNetNuke.Services.Excepti...
* Login to your DNN website as host (SUPER USER ACCOUNT) * Navigate to Host >> Portals * Scroll down to Export Template and select the portal to export from the dropdownlist. You can also choose a file name and description if you wish. * Checkin...
To clear/delete the search index tables manually. Follow the steps below: * Login as 'HOST' (Super user account) * In Host Menu select "SQL" * Copy the following 4 lines and paste them into the 'Script' text box: truncate table {databaseOwner...
DotNetNuke Blog 4.1.X Symptoms: You try to add a blog entry in DotNetNuke Blog Module, after publishing the blog, No blog entry is available "No recent Entries". No errors in event viewer, all seems fine but the recent entries persist in displaying ...
_THREADABORTEXCEPTION happens when the thread serving the request doesn't finish for a long time. The ASP.NET hosting process aborts this thread after certain time. You can adjust that time with:_ By default the executionTimeout="90" seconds.
Check your web.config file for the following: connectionString="Data Source=.\SQLSERVER;Initial Catalog=Northwind_db_;Integrated Security=True" The problem is "Data Source=.\SQLSERVER;" - It's the double \. That's an escape sequence in C#. Switch...
HTTP Error 500.21 - Internal Server Error Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list. SOLUTION: Run "aspnet_regiis.exe" program from command line (within Command Prompt): run _%windir%...
Symptoms: DotNetNuke Telerik Radeditor shows the background graphic rather than a blank white page to enter text. SOLUTION: STEP 1. * MAKE SURE TO BACKUP \"EDITOROVERRIDE.CSS\" FILE BEFORE EDITING.ϻ
* Open the web.config file of your DotNetNuke website. * Search for the following - * Replace with - * Save the web.config file.
You just upgraded your site to DNN6, and now your dropdown menu's appear behind the content. (MinimalExtropy Skin). SOLUTION: * Goto: Portals >> _default >> Skins >> MinimalExtropy >> css * Open _MENU.CSS_ in text editor or Visual Studio * S...
If for any reason you don't like the DotNetNuke 6 popup windows, you can close them by doing the following method. * Login as HOST/ADMIN * Go to ADMIN * Site Settings * Advanced Settings * Usability Settings * UNCHECK "Enable Pop-ups".
Make Sure "Use Captcha" is enabled in Admin > Extensions page by editing the Default Authentication options. If you are unable to see the captcha image after properly enabling Captcha for registration or for those modules which support it AND IF AND...
" HTTP Error 404.17 - Not Found, The requested content appears to be script and will not be served by the static file handler. " SCENARIO: * You have migrated your web site from IIS 6.0 to IIS 7.0 * You are trying to change ASP.Net version fro...
Missing Host Settings Page in DotNeNuke: * Go to your database, * Expend Database * Expend Tables * Edit table "dbo.tabs" * Make sure that PortalID is "_NULL_" for all rows where TabPath is starting with "//Host".
Configure your email client or DotNetNuke SMTP Server as follows: Authentication ID: ######@DNN4Less Password: ####### Smart Host: relay.DNN4Less.com Authentication Method: Basic The values for your Authentication ID and password will b...
GOOGLE APPS. SMTP SERVER can be used to send emails from any of your favorite email client or DotNetNuke.You can send email for any email address from any network that lets you connect to Google Apps. SMTP server, using your Google Apps. account. To ...
DotNetNuke Error: " _COULD NOT LOAD FILE OR ASSEMBLY 'TELERIK.WEB.UI' OR ONE OF ITS DEPENDENCIES. THE LOCATED ASSEMBLY'S MANIFEST DEFINITION DOES NOT MATCH THE ASSEMBLY REFERENCE. (EXCEPTION FROM HRESULT: 0X80131040)\"._ PROBLEM It is possible to r...
After Upgrading to a diffrent version of DotNetNuke, you may get the following error _"Could not load RadEditor. Invalid tools file. Check provider settings in the web.config: ~/Providers/HtmlEditorProviders/Telerik/Config/ToolsDefault.xml"_ SOLU...
When you navigate to HOST >> Portals in DotNetNuke website you receive the following error. ERROR: PORTALS IS CURRENTLY UNAVAILABLE. DotNetNuke.Services.Exceptions.ModuleLoadException: Invalid URI: The format of the URI could not be determined. ---...
This tutorial assumes that you already have an SSL certificate installed to your site. If you do not have an SSL Certificate installed to your DotNotNuke site you can contact your our support department for assistance in purchasing and installing an SS...
Starting with DotNetNuke 4.5.4 a new feature was added that would allow SSL support for specific pages. When adding/editing pages within your DNN 4.5.4 (and later) website you will now notice one additional "Secure" setting under the: * Advanced ...
_OBJECT REFERENCE NOT SET TO AN INSTANCE OF AN OBJECT._ DESCRIPTION: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the co...
NOTE: Please follow un-installation instructions carefully and make sure you restore web.config first before proceeding to the next step. Restore web.config file. Installation process updates web.config file. To restore it, find Configreference.conf...
To solve this issue perform the following steps: * Go to ADMIN >> Pages * Look for a (hidden) page called "Search Results". if it is not present create it (in root level or child of Home) and set not to display in menu. * Open Search Results pa...
APPLIES TO: DotNetNuke version 4.x.x SYMPTOMS: When you click on a forum you get the following error: EXCEPTION DETAILS: System.ArgumentNullException: Value cannot be null. Parameter name: value _MESSAGE: DotNetNuke.Services.Exceptions...