Intranet installation - JQuery loading problem

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.
10/5/2011 9:45:32 AM
Gravatar
Total Posts 3

Intranet installation - JQuery loading problem

Hi folks, we are installing MojoPortal 2.3.7.0 in a corporate network using Microsoft SQL Server 2008 R2. Installation was successful and we already integrate MojoPortal with Active Directory and Exchange Server. The only problem we have is that AJAX is not working. The reason of the problem is that our private network only have access to a few authorized Internet domains and -at the beggining- MojoPortal can't access to Google CDN to download JQuery. We added the ajax.googleapis.com domain to the list of url exceptions but AJAX still doesn't work. Furthermore, we try to host JQuery locally following the steps described at http://www.mojoportal.com/self-hosting-jquery-and-jquery-ui-files.aspx, but problem persists. Are there any other urls (besides ajax.googleapis.com) that are needed to enable JQuery? We can't authorize google.com domain in our private network due internal policy rules. Thank you very much! Best regards, Leandro
10/5/2011 9:48:08 AM
Gravatar
Total Posts 18439

Re: Intranet installation - JQuery loading problem

Hi,

The best solution for a private network is to host the jquery files locally

Hope that helps,

Joe

10/5/2011 9:54:32 AM
Gravatar
Total Posts 3

Re: Intranet installation - JQuery loading problem

Hi Joe, thank you very much for your fast answer. We will try again host JQuery locally, maybe we are doing something wrong. Best regards, Leandro
10/5/2011 12:31:51 PM
Gravatar
Total Posts 3

Re: Intranet installation - JQuery loading problem

Hi Joe, I'm glad to say you that problem is solved. We don't realize that although there is an UseGoogleCDN=True configuration in web.config, we forgot that previously (in a test) we put an UseGoogleCDN=False configuration in user.config, and therefore it overrides web.config configuration (a little embarrassing mistake!). JQuery works perfect now. It seems that the only necessary url to authorize is ajax.googleapis.com (we don't use Google Maps). MojoPortal is great, thank you very much! Best regards, Leandro
You must sign in to post in the forums. This thread is closed to new posts.