Installation went wrong -looks like no CSS

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.
3/10/2010 2:45:35 PM
Gravatar
Total Posts 1

Installation went wrong -looks like no CSS

Please have a look at the screenshot:

http://img192.imageshack.us/img192/2999/mojoportalscreenshot.jpg

has anybody an idea, what im doing wrong?

 

 

3/10/2010 3:21:44 PM
Gravatar
Total Posts 2239

Re: Installation went wrong -looks like no CSS

Hi,

This usually indicates a permissions issue. Make sure to set permissions on the /Data folder so that it and all subfolders and files inside it are writable by the web process.

When the mojoPortal setup runs it detects if there is a site, and if not, it copies all of the skins and some other folders to the \Data\Sites\1 folder. If the permissions aren't correct, it will not be able to copy the files.

HTH,
Joe D

3/11/2010 6:49:46 AM
Gravatar
Total Posts 18439

Re: Installation went wrong -looks like no CSS

Even if the file permissions were correct, sometimes it can fail to copy all the files from /Data/skins to /Data/Sites/1/skins if that is what happened you can copy them manually.

If all the files do exist at /Data/Sites/1/skins then the next step to troubleshoot the problem is to view the source of the rendered page, copy the url for the csshandler.ashx?... and paste it into the browser url bar.

After doing that do you see CSS or do you get an error.

Hope it helps,

Joe

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