upgraded to latest version...

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.
12/11/2012 2:03:28 PM
Gravatar
Total Posts 18439

Re: upgraded to latest version...

"No password field means I can't set the password for a local db account though."

Do you have Use Database Authentication checked in Site Settings? What Jamie is saying is that checkbox must be checked to use both ldap and database authentication whereas in older versions there was a web.config setting. If it is checked then the password field should be available on ManageUsers.aspx

12/11/2012 2:07:40 PM
Gravatar
Total Posts 18439

Re: upgraded to latest version...

"And can anyone explain what happened to my tabs?"

Can you post a link to the site so I can view the source of the page?

By default it should load jquery and jqueryui from the google cdn unless you have configured it to host those files locally

12/11/2012 2:09:49 PM
Gravatar
Total Posts 46

Re: upgraded to latest version...

Do you have Use Database Authentication checked in Site Settings? What Jamie is saying is that checkbox must be checked to use both ldap and database authentication whereas in older versions there was a web.config setting. If it is checked then the password field should be available on ManageUsers.aspx

Oops, I missed that.  Ok, that's working! Thanks!

12/11/2012 2:40:10 PM
Gravatar
Total Posts 46

Re: upgraded to latest version...

go to dev2.lrri.org and login with tempuser@tempuser.com using pass tempuser12345

12/11/2012 2:56:30 PM
Gravatar
Total Posts 18439

Re: upgraded to latest version...

On the site where the tabs are not working it looks like an unmodified version of artisteer31-green skin, can you copy the latest version of that skin from the /Data/skins folder into /Data/Sites/5/skins and see if that solves it?

12/11/2012 3:03:30 PM
Gravatar
Total Posts 46

Re: upgraded to latest version...

That's where I got that skin from in the first place but I did it again just to make sure and reset the site guid.  Still no tabs.

12/11/2012 3:06:07 PM
Gravatar
Total Posts 18439

Re: upgraded to latest version...

If your layout.master file has this:

<portal:ScriptLoader ID="ScriptLoader1" runat="server" IncludeSizzle="true" />

remove the IncludeSizzle="true"

also if it has this:

<portal:SkinFolderScript ID="sfs1" runat="server" ScriptFileName="script.js" AddToCombinedScript="true" />

try setting AddToCombinedScript="false"

12/11/2012 3:08:34 PM
Gravatar
Total Posts 18439

Re: upgraded to latest version...

If all else fails to resolve it look for this in Web.config

<add key="GoogleCDNjQueryVersion" value="1.8.2"/>
 <add key="GoogleCDNjQueryUIVersion" value="1.9.0"/>

and change it to

<add key="GoogleCDNjQueryVersion" value="1.7.1"/>
<add key="GoogleCDNjQueryUIVersion" value="1.8.16"/>

12/11/2012 3:23:12 PM
Gravatar
Total Posts 46

Re: upgraded to latest version...

I changed the versions of the googlecdn and that fixed my tabs!  Thank you!  

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