Install error's

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.
1/3/2009 9:35:17 AM
GP
Gravatar
Total Posts 23
GP

Re: Install error's

Regarding the css validator, ok i see :)

Regarding the css, as i say i cant see the css skin.

You can check it you by youself.

Just visit http://internal.bio3.pt/bio3cms/ and from there browse the source code and try the complete url.

It's not working, so i ask if to make it work does it require reregister the asp in iis? i believe not bt i dont now what it depens on to be working...

Thanks.

1/3/2009 10:00:59 AM
Gravatar
Total Posts 18439

Re: Install error's

Well, since http://internal.bio3.pt/bio3cms/Data/Sites/1/skins/dcarter-sq2/csshandler.ashx?skin=dcarter-sq2&config=style.config&add= still results in 404 its clear that .ashx is still not configured correctly.

aspnetregiis is the tool for configuring .NET in IIS so that is the next thing I would try. Before using it you should google it and read up on using it so you understand what it does and how to use it. I think getting it fixed this way will be the best  solution though there is one possible workaround you could try.

You can create a text file named csshandler.ashx in your skin folder and put this in it:

<%@ WebHandler Language="C#" Inherits="mojoPortal.Web.UI.CssHandler" %>

That will create a physical file to get past the 404 and hopefully invoke the handler. But long term you still will have other bugs come up if you don't really fix the IIS/ASP.NET configuration.

Hope it helps,

Joe

1/3/2009 10:04:37 AM
Gravatar
Total Posts 18439

Re: Install error's

Scratch that, the workaround doesn't work, I tried it. So aspnetregiis is the only thing I can think of to try.

1/3/2009 12:01:02 PM
GP
Gravatar
Total Posts 23
GP

Re: Install error's

Hello  again.

For toublheshooting i have moved this folder with all cms contents to another root folder (this one only for intranet use/acess) and after running this website in there all worked including the skins.

However when moving all of this back to the public root folder (the internal.bio3.pt) i have encountered the same problem, no skins were working.

Using aspnet_regiis.exe i've found some tutorials and microsoft documentation regarding (register and updating .net and iis) which in part i already know.

So i've successfully updated the mapping scripts to 2.x (because the 3.0 and 3.5 does not have the aspnet_regiis tool) and even after that i cant get the skins to work.

Comparing the 2 root folders ISAPI extentions (the public internal.bio3.pt and the intranet.bio3.pt) i have much more ISAPI extentions for this second one that were not mapped/present to the first one, i'll try to do it (register the ones not presentin bothw) even if i do it one by one.

For now i not remembering any thing that can cause this but do you need to add any ISAPI filter do the website.

Regards.

 

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