Getting Hard time with Login and OpenID

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
11/5/2007 6:43:53 AM
Gravatar
Total Posts 17

Getting Hard time with Login and OpenID

Hey! Joe

 

I checked everything that you mention, everything is perfect.

But still having no Login, when i enter Email and password, the page is just getting refreshed nothing is happening. What do i do now?

In tht currentlog.config file, last few lines are like this.

mojoPortal.Business.WebHelpers.CacheHelper [2007-11-05 10:15:54,089 [5] ERROR mojoPortal.Business.WebHelpers.CacheHelper [2007-11-05 10:15:54,105 [5] ERROR mojoPortal.Business.WebHelpers.CacheHelper [2007-11-05 10:15:54,105 [5] ERROR mojoPortal.Business.WebHelpers.CacheHelper [2007-11-05 10:15:54,105 [5] ERROR mojoPortal.Business.WebHelpers.CacheHelper [2007-11-05 10:15:54,121 [5] ERROR mojoPortal.Business.WebHelpers.CacheHelper [2007-11-05 10:15:54,793 [1] ERROR mojoPortal.Web.mojoSet

 

I also try to create a new user using /secure/register.aspx page. User created also showing up in server database but still not been Login with this new user too.

Also, plzz tell me how do i remove OpenID component fom all of the pages of Website and Admin pages. Bcoz there are some pages displaying errors of "not been able to load Assembly Janrain.OpenId.dll" As i have to remove tht dll file due to working in Medium Trust environment.

Plzzz Help me out in this.......

Thank you.

11/5/2007 7:02:36 AM
Gravatar
Total Posts 18439

Re: Getting Hard time with Login and OpenID

Are you using some kind of domain forwarding or url forwarding? Sometimes these things load the site inside a frame and this prevents setting a login cookie.

Is your site online where I can see it?

Be specific about what pages are showing an error. Some errors in your log might be from before you deleted the janrain dll and edited the login page. Maybe clear the log file now so you will only see new errors.

Joe

11/5/2007 7:17:27 AM
Gravatar
Total Posts 17

Re: Getting Hard time with Login and OpenID

Here is the site

11/5/2007 7:46:09 AM
Gravatar
Total Posts 18439

Re: Getting Hard time with Login and OpenID

I do not know whats going on there. If login fails you should see the login failure message but you do not, it just redirects to home but never seems to be setting the the cookie. If I enter the wrong password it does show the login failure message.

I still suspect you are using some url forwarding which is masking the the real url and built in browser security prevents setting the cookie because it appears to be in a different domain. How is your dns setup?

btw, nice looking skin!

Joe

11/5/2007 8:15:41 AM
Gravatar
Total Posts 17

Re: Getting Hard time with Login and OpenID

Right now, Domain name is Pointing towards another server.

SO, when you just write domain name without 'WWW' it redirects to other server page.

 

11/5/2007 8:16:10 AM
Gravatar
Total Posts 17

Re: Getting Hard time with Login and OpenID

Right now, Domain name is Pointing towards another server.

SO, when you just write domain name without 'WWW' it redirects to other server page.

 

11/5/2007 8:32:27 AM
Gravatar
Total Posts 18439

Re: Getting Hard time with Login and OpenID

Well, I think that very likely could be the problem why it can't set the cookies.

I did see the openid error when I try to visit your /Secure/UserProfile.aspx page. I'm looking into a solution for that now.

I can create a medium trust environement on my machine by using this in system.web section of web.config:

<trust level="Medium" originUrl="" />

However when I do this I cannot use  MySql connector so I don't know how it works on your host unless they are using some custom level of security and not the default medium trust. Or maybe its because my dev machine is Vista/IIS7 and things might be more strict in IIS7.

Joe

11/6/2007 12:11:18 AM
Gravatar
Total Posts 17

Re: Getting Hard time with Login and OpenID

May be, i also think tht. May be I need to update My DNS to point it to current Hosting Provider where files are residing. Bcoz rh now Domain name is Point to another DNS.

Also I saw ur Email, and lets try wht u r saying. 

11/7/2007 1:23:25 AM
Gravatar
Total Posts 17

Re: Getting Hard time with Login and OpenID

Hey! Joe I tried your complete Mojo Package that you emailed me.

I replaced whole package with the older one in my Web server.

Then I setup again by going /setup/default.aspx.  And also changes user.config and set paths.

After setup i rapidly gone to my admin Login Page and  it shows Error Page that you have created.

 

--------------------------------------------------------------------------------------

We're sorry but a server error has occurred while trying to process your request.

The error has been logged and will be reviewed by our staff as soon as possible. It is possible that the error was just a momentary hiccup and you may wish to use the back button and try again or go back to the home page.

-----------------------------------------------------------------------------------------

11/8/2007 7:20:51 AM
Gravatar
Total Posts 18439

Re: Getting Hard time with Login and OpenID

Hi Kunjan,

Your site seems to be working fine now. Maybe it just needed an application restart after the upgrade using the files I sent. Nothing but typical setup errors in the log file you sent.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.