Pages do not load when accessing on Intranet

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.
3/23/2009 8:02:51 PM
Gravatar
Total Posts 3

Pages do not load when accessing on Intranet

I use Mojoportal for a company intranet, and not all workstations have internet access.  On the ones that do have internet access, everything seems to work fine.  On the ones that don't, pages take minutes to load.  I put false proxy settings in IE to test, and apparently there is some code that is trying to access the internet.  I don't have anything linked to the web or widgets on any of the pages, so this shouldn't be.  If I cancel the proxy dialog, I get this error:

Line:  408

Char:  1

Error:  Object Expected...

When I view the source code and go to that line it contains:

"<script type="text/javascript">$('div.yui-navset').each(function(n){var myTabs = new YAHOO.widget.TabView(this.id);})</script>"

Note:  I was using 2.2.6.5  and I didn't have this problem.  Please Help!

3/23/2009 8:06:46 PM
Gravatar
Total Posts 3

Re: Pages do not load when accessing on Intranet

Sorry, forgot to add:

Running on Windows Server 2003 R2

MS SQL2000

mojoPortal 2.2.9.5

 

3/24/2009 10:01:40 AM
Gravatar
Total Posts 51

Re: Pages do not load when accessing on Intranet

Mojoportal doesn't come with yui packaged in anymore, so I think you're getting this because the page is trying to load the external ajax files and can't.  If you can't get these machines hooked up to the internet, you can just download the libraries you need and re-point the urls internally, I think.

there's a handful of other posts on this, run a search for yui for more details.

3/24/2009 12:13:02 PM
Gravatar
Total Posts 18439

Re: Pages do not load when accessing on Intranet

Hi,

Because this question is coming up more an more frequently, I have created a document with instructions how to install YUI and jQuery in your mojoPortal site instead of loading them from the google CDN. 

http://www.mojoportal.com/intranets-and-private-networks.aspx

Hope it helps,

Joe

3/24/2009 12:34:12 PM
Gravatar
Total Posts 3

Re: Pages do not load when accessing on Intranet

Thank you for responding so quickly.  I followed your instructions and everything is working great now.  This is absolutely the best CMS I have tried yet!  Keep up the good work!

3/24/2009 12:51:11 PM
Gravatar
Total Posts 18439

Re: Pages do not load when accessing on Intranet

Glad it worked for you! If you have time, please give us a good rating on Codeplex.

Best,

Joe 

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