Cannot login after uploading version 4.5

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.
9/19/2013 7:15:01 AM
Gravatar
Total Posts 220

Cannot login after uploading version 4.5

Hi,

I uploaded a 4.5 version into an empty server, import online the SQL dump of the local database (MySQL - and local the website works) - everything looks good so far.
When I try to log on, the site shift back to the home page immediately - no "login failed".
I changed the database locally, from Salt on plain text, changed the password and import the updated SQL dump online again.
The online database is fine. The new password is in it - in plain text.
But I still cannot log in.
The site always shift straight back to the Home page.

Best
Matthias

P.S.: Meanwhile, I have emptied the database so that it is re-created by mojo. The same procedure as before.

9/19/2013 9:47:07 AM
Gravatar
Total Posts 18439

Re: Cannot login after uploading version 4.5

Hi Matthias,

Can you post a link to the site?

Are you using something like domain forwarding or domain masking?

Are any script errors happening on the page?

Does the problem happen in all web browsers IE, Chrome, Firefox?

Note also that mojoPortal 2.3.9.9 was just released.

Best,

Joe

 

9/19/2013 10:49:35 AM
Gravatar
Total Posts 220

Re: Cannot login after uploading version 4.5

Hi Joe,

thanks for response.

>Can you post a link to the site?
http://www.charlottenburger.de/

>Are you using something like domain forwarding or domain masking?
No

>Are any script errors happening on the page?
Not from outside ...

>Does the problem happen in all web browsers IE, Chrome, Firefox?
Yes

Best
Matthias

P.S.: admin ...

 

9/19/2013 11:17:09 AM
Gravatar
Total Posts 18439

Re: Cannot login after uploading version 4.5

Hi Matthias,

I do see script errors on your site when I look in the script console of the web browser.

I'm not sure why this problem happens on some machines but this blog post has the solution.

Best,

Joe

9/19/2013 12:12:30 PM
Gravatar
Total Posts 220

Re: Cannot login after uploading version 4.5

I did not really understand what is there in the blog (and I think it's not the English), but I made the entry in the Web.config and now it works. Interesting ...

 

Cheers smiley

Matthias

9/20/2013 2:45:59 AM
Gravatar
Total Posts 220

Re: Cannot login after uploading version 4.5

P.S.: Can I put this in the user.config ?

<system.webServer>
 <handlers>

    <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

 </handlers>
</system.webServer>

9/20/2013 5:40:48 AM
Gravatar
Total Posts 18439

Re: Cannot login after uploading version 4.5

no, that can only go in Web.config

​Best,

Joe

9/20/2013 8:05:34 AM
Gravatar
Total Posts 220

Re: Cannot login after uploading version 4.5

Ok, then I should keep the code snippet safe ...

Best
Matthias

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