Name Config is not Declared

A new DotNetNuke installation gave the error Name Config is not declared. The full error message is as given below: Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30451: Name […]

Read More… from Name Config is not Declared

FTB Editor URL Rewrite Error

The FTB editor, in DotNetNuke 3.3.4, badly forms the path when creating a link. The link created omits the slashes surrounding the portal number, for example: http://www.example.com/Portals0downloads/events13.zip Looking at line 74, in the file ftb.createlink.aspx.vb the value of HomeDirectory is replaced by ApplicationPath. I found, in testing, that if the website doesn’t use a directory for […]

Read More… from FTB Editor URL Rewrite Error

Missing Template Files

Adding a new page to a DotNetNuke website I found the drop down list of templates was empty. The template files have the extension .template. The DotNetNuke file manager needs to support this extension and the template files need to be in the database, listed within the file manager. To add the template extension navigate […]

Read More… from Missing Template Files