Login form is blank

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
4/16/2010 2:17:15 PM
Gravatar
Total Posts 9

Login form is blank

i dont know if this is the correct place for this post.  but my login form is blank.  it wanst like that yesterday.  i was making changes and when i went to sing into the are not controls on the page to let me sign in the system.  the link provides the example.

http://www.confinedmindmedia.com/Secure/Login.aspx

windows server 2008

Sql server 2008

the latest release of Mojo

4/17/2010 9:29:53 AM
Gravatar
Total Posts 18439

Re: Login form is blank

Hi,

I would look in the mp_Sites table and make sure DisableDbAuth is set to 0 not 1. If it is 1, change it to 0 then touch Web.config (ie download it and upload it again) to recycle the app and clear the site settings cache.

Hope it helps,

Joe

4/17/2010 9:41:13 AM
Gravatar
Total Posts 9

Re: Login form is blank

thanks that solved it

4/22/2010 9:39:23 AM
Gravatar
Total Posts 6

Re: Login form is blank

I'm having this same issue. The setting is correct in the database and I've touched the web.config and restarted IIS several times. No luck. Is there another possible setting.

4/22/2010 9:46:34 AM
Gravatar
Total Posts 18439

Re: Login form is blank

I can't think of any other reasons why it would not be visible unless you have missing files or have replaced the login page with a custom one or if you have some css hiding it.

4/22/2010 2:06:50 PM
Gravatar
Total Posts 6

Re: Login form is blank

It's not a css or a skin issue. The problem is happening in the standard skins as well as my own. Nothing inside the LoginControl is getting rendered to the page. When I step through the code, 'visible' is set to true on the control and siteSettings.DisableDbAuth  is set to 'false' as it should be. I'm really not sure if the login page ever worked on this particular instalation because I hadn't ever tried to login since the initial install.

Is there anything that I can send you that may shed some light on this?

4/23/2010 6:25:42 AM
Gravatar
Total Posts 18439

Re: Login form is blank

Hi,

I would not deploy source code for a production installation. If you are working in a dev environment, I recommend you get the code from svn trunk so that you have the same version of the code that I'm working with. If you find a bug or issue while working with code from svn trunk and I can produce the problem, it is usually fixed within 24 hours or less and you can just do svn update to get the fix right away. You might also want to watch this short video about upgrading from svn.

Hope it helps,

Joe

4/23/2010 8:31:20 AM
Gravatar
Total Posts 6

Re: Login form is blank

Issue solved. I had previously updated the CSSFriendly.dll to the latest version and it seems that was causing this issue. I replaced the dlls with the originals and everything's working fine now.

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