Display a white skin after installation

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
3/10/2010 1:29:46 AM
Koe
Gravatar
Total Posts 29

Display a white skin after installation

I have installed the mojoportal, and the information displayed seemed to be OK.

But there are no skin is loaded into the system, what I can see is only a white screen with the words and photos.

When I want to change the skin in the site setting, only the order of the administrative tools are changed, but the website is still a white page.

What I can do to fix this problem?

3/10/2010 6:24:58 AM
Gravatar
Total Posts 18439

Re: Display a white skin after installation

Hi,

Please see the related FAQ item

http://www.mojoportal.com/faq.aspx

Hope it helps,

Joe

3/11/2010 3:52:43 AM
Koe
Gravatar
Total Posts 29

Re: Display a white skin after installation

I have tried to follow the instruction but it is not work.

I have copied the files from C:\Inetpub\wwwroot\Data\skins to C:\Inetpub\wwwroot\Data\Sites\1\skins

and then change the C:\Inetpub\wwwroot\web.config (add a space and save), but there are no changes in the skin of the website.

3/11/2010 6:39:56 AM
Gravatar
Total Posts 18439

Re: Display a white skin after installation

I would view the source of the rendered page and grab the url for the csshandler.ashx?... and paste that into the browser url bar.

Do you see CSS or do you get an error?

I would look in the mojoPortal log for related errors as well.

Hope it helps,

Joe

3/12/2010 12:20:48 AM
Koe
Gravatar
Total Posts 29

Re: Display a white skin after installation

Actually, the error message when I load the page is

メッセージ: オブジェクトでサポートされていないプロパティまたはメソッドです。
ライン: 267
文字: 33
コード: 0
URI: http://localhost/Default.aspx

translation:

Message: Property or method not supported by the object.
Line: 267
Character: 33
Code: 0
URI: http://localhost/Default.aspx

 

As I am installating in a Japan machine, the Windows. IE8. SQL server 2005 are all in Japanese version.

And also, after installation, when I want to access http://localhost/, it will have the HTTP Error 403 - Access is not allowed: Access is denied.

I need to access http://localhost/Default.aspx to view the page. What is the reason for this error? I have set the default page to be Default.aspx.

 

Thanks a lot for the reply.

3/12/2010 8:53:19 AM
Gravatar
Total Posts 2239

Re: Display a white skin after installation

Hello,

I think you are having an issue with the Anonymous Authentication Credentials on your website. Try this:

  1. Open IIS Manager
  2. Select your website
  3. Open the "Authentication" pane
  4. Select "Anonymous Authentication" and click the edit link in the Actions list.
  5. Change the "Anonymous user identity" to "Application pool identity"

Alternatively, you could grant permissions on your web directory to the user that is specified in the "Specific User" field. I find it easier to just use one identity for a website.

HTH,
Joe D.

3/15/2010 2:30:19 AM
Koe
Gravatar
Total Posts 29

Re: Display a white skin after installation

Thanks a lot, the previous problem seems to be solved, but I face another problem.

When I re-install the .NET framework 3.5 (with SP1), the website doesn't run. And the error message is:

 

Explanation: An error occurred while processing a configuration file required to process this request. Check the following error details, please modify your configuration file.

Parser Error Message: Unrecognized attribute 'type' is.

Source Error:

line 7: <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
Source file: C:\Inetpub\wwwroot\web.config  line: 7

 

I have tried to reboot the server. the SQL service and restart the website in the IIS, but it seems doesn't work. Any suggestions on this issue?

3/16/2010 1:24:01 PM
Gravatar
Total Posts 18439

Re: Display a white skin after installation

If the machine also has .NET 1.1 installed then in IIS you should see a tab for ASP.NET and you should configure it for 2.0 and also make sure it does not share an application pool with any 1.1 .NET application.

The error makes me think the site is configured for 1.1 .NET.

Hope it helps,

Joe

3/17/2010 1:58:12 AM
Koe
Gravatar
Total Posts 29

Re: Display a white skin after installation

Thanks a lot, I have solved the problem.

I have a minor question want to know, can different sites use seperated user.config and web.config?

(For example, I want to link to different database for different sites (site 1:database 1, site 2:database 2), can I create a new config for site 2 or I can set the config just like culture setting)

Now in user.config the config is

<add key="DbConnectionString" value="Data Source=localhost;Database=database1;uid=user;Pwd=XXXX;MultipleActiveResultSets=True" />

can I use the same module for different site with only changing the database location?

3/17/2010 10:18:57 AM
Gravatar
Total Posts 18439

Re: Display a white skin after installation

No, it is not possible unless you use different physical installations. Within a given installation all sites share the same Web.config and user.config and it is not possible to use the same strategy for connection strings as for culture because we don't even know the siteid of a given request until we talk to the database.

Hope it helps,

Joe

3/18/2010 1:08:28 AM
Koe
Gravatar
Total Posts 29

Re: Display a white skin after installation

Thank you. I think I will setup 2 seperate webs for my use.

 

Do you know did mojoportal run well in Linux/Unix/Mac servers?

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