Home Page messed up after installation .

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.
5/8/2015 11:39:19 AM
Gravatar
Total Posts 2

Home Page messed up after installation .


Hello ,

Just after installing mojoportal on IIS 7.5
, I found most of the home page messed up .

I followed these tutorials :

https://www.mojoportal.com/manual-installation-recipe-for-iis-7x-and-net-4.aspx
https://www.mojoportal.com/mysqlsetup.aspx


Notes :
        Im Using MySQL Datalayer.
        Gave Read permissions to IIS_IUSERS on MojoRoot Folder .
        Gave Full Control to IIS_IUSERS on APP_Data , Data Folders .


The Site looks like in these images :

http://s4.postimg.org/f9y8o5ly5/Untitled.png
http://s1.postimg.org/6tv7xz0fj/Sign_In.png
http://s13.postimg.org/pxb0uf3if/Edit_Page_Wrong.png

Plz Help .

5/8/2015 12:05:45 PM
Gravatar
Total Posts 18439

Re: Home Page messed up after installation .

I suggest use web browser dev tools to look for any javascript errors and/or any static resources that are failing to load

5/8/2015 8:20:03 PM
Gravatar
Total Posts 2

Re: Home Page messed up after installation .

 

Tried Simulating "Edge" Document mode in the F12 Tools , it was fixed temporarily .

Then added the <meta http-equiv="X-UA-Compatible" content="IE=edge" > in App_masterpages/layout.master .

Didn't adjust from "7" to "Edge" by itself yet .

Then added a HTTP response header in IIS and it worked :) .

http://s30.postimg.org/qemgsiuqp/Correctly.png


Thanks for your attention :D .

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