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...Upgrading DNN P...Upgrading DNN P...Can't log in after 7.1 upgrade.Can't log in after 7.1 upgrade.
Previous
 
Next
New Post
7/29/2013 6:31 PM
 
Poor design choices and catastrophic backup corruption aside, I have put 2 years worth of extremely hard work into this blog and I don't want to toss it aside so I have no choice but to fix what I have now. So let's look at what we have at the moment:

1) No errors were thrown during the install
2) According to the EventLog table, the user logs in just fine. It's whatever script is run AFTER the user is validated that error out. In looking at the UpdateUser stored procedure, I see no difference between it and the table structure of a clean DNN 7.01 installation. Whatever it is, the stuff that says "hey, this person is an admin" isn't getting run so I can't get to any stuff beyond what a normal user would see. This is the same regardless of whether or not it's a host, admin or user account.
3) New accounts can be registered just fine.
4) I get the same exact error when I try to reset a password as well.
5) In running a db compare tool between the current borked site and a clean install, the only differences it shows are where I have installed a couple of modules (one being a blog module that works just fine on the clean install) so it would appear that the db has updated just fine.
6) I have moved the dll's from the clean install over to the borked install and there was no change in the functionality.
 
New Post
8/1/2013 1:23 AM
 
Have you try a IISreset and a cleaning of your Browser Cache?
 
New Post
8/1/2013 2:51 AM
 
you may rerun SQL scripts manually from Host > SQL or -after replacing {databaseOwner} and {objectQualifier} tobens - in SQL Server Management Studio, please make sure to apply it in proper order (ascending version numbers from previous version +1 to current version.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/2/2013 9:37 AM
 

I had the same issue when upgrading from DNN 6.1 to DNN 7.1 I noticed that the web.config data providers didn't look the same as a fresh install of 7.1 on my computer so I updated them and now everything works.

try changing 

<members defaultProvider="AspNetMembershipProvider">
<providers>
 <clear />

        <add name="AspNetMembershipProvider" type="DotNetNuke.Security.Membership.AspNetMembershipProvider, DotNetNuke.Provider.AspNetProvider" providerPath="~\Providers\MembershipProviders\AspNetMembershipProvider\" />
      </providers>
    </members>

to
<members defaultProvider="AspNetMembershipProvider">
      <providers>
        <clear />
        <add name="AspNetMembershipProvider" type="DotNetNuke.Security.Membership.AspNetMembershipProvider, DotNetNuke" providerPath="~\Providers\MembershipProviders\AspNetMembershipProvider\" />
      </providers>
    </members>

 
New Post
8/5/2013 3:05 PM
 
Ted Demetro wrote:

I had the same issue when upgrading from DNN 6.1 to DNN 7.1 I noticed that the web.config data providers didn't look the same as a fresh install of 7.1 on my computer so I updated them and now everything works.

try changing 


 

       
     
   

to

     

       
       
     

   

 

DING DING DING! Ted, you win the internet! That fixed it, good sir! I swear my allegiance to you! 

All hail Ted! Fixer of the problems! Thank you thank you thank you!

Also, thank you so much everyone for sticking through this and helping me out!

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Can't log in after 7.1 upgrade.Can't log in after 7.1 upgrade.


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