Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Help canHelp can't login (How do I disable SSL?)
Previous
 
Next
New Post
9/12/2008 12:07 AM
 

I enabled the SSL login page and now I can't login. When I click on the "login" skin object link on my website (http://www.graphicsphere.net/) it says that Internet Explorer cannot display the webpage. I could not find any settings to change in the database that will get me back to my original setting (How do I disable SSL?).

My hosting provider (Network Solutions) recentity added a new service called Shared SSL (Secure Connection) which is not the same as SSL. I have enabled the service in my Network Solutions account but my DotNetNuke website does not work if I use the (https://www.graphicsphere.net/) SSL website address.

Is there something I can do to disable the SSL settings in DotNetNuke?

 
New Post
9/12/2008 8:43 AM
 

You can find (and edit) the settings for your portal in the ModuleSettings table:

SELECT TOP 1000 [ModuleID]
      ,[SettingName]
      ,[SettingValue]
  FROM [dbo].[ModuleSettings]
  where moduleid in (select moduleid from modules where moduledefid = (select moduledefid from moduledefinitions where friendlyname = 'site settings'))

You'll also need to go through the Tabs table and ensure none of the tabs are explicitly set to use SSL (that is, IsSecure).  Change them all to 0.  So

UPDATE Tabs SET IsSecure = 0


-- Jon Seeley
DotNetNuke Modules
Custom DotNetNuke and .NET Development
http://www.seeleyware.com
 
New Post
9/12/2008 10:48 AM
 

In the ModuleSettings Table:

I changed SSLEnabled=False and SSLEnforced=False.

I changed SSLURL={Blank} and STDURL={Blank}

In the Tabs Table:

I changed all IsSecure=False

I can login now but when I select Admin --> then Pages this is the error message I recieve:

Error: Pages is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: E:\0\0\45\78\860893\user\881845\htdocs\Admin\Tabs\Tabs.ascx.vb(309): error BC30205: End of statement expected. ---> System.Web.HttpCompileException: E:\0\0\45\78\860893\user\881845\htdocs\Admin\Tabs\Tabs.ascx.vb(309): error BC30205: End of statement expected. at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---

 
New Post
9/12/2008 11:06 AM
 

\Admin\Tabs\Tabs.ascx.vb(309): error BC30205: End of statement expected.

Smells like a corrupted file or something similarly wierd.  What is on line 309 of your /admin/Tabs/Tabs.ascx.vb file?

Brandon


Brandon Haynes
BrandonHaynes.org
 
New Post
9/12/2008 11:21 AM
 

Recently it seems my hosting provider (Network Solutions) has been experiencing many problems with corrupt files. It's weird because some files are fine and others became corrupt. I don't know the cause of all these corrupt files but I'm going to have to investigate it.

Thank You.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Help canHelp can't login (How do I disable SSL?)


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out