Tabs in Admin Interface

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.
4/24/2009 11:54:03 AM
Gravatar
Total Posts 2

Tabs in Admin Interface

I just installed the mojoportal from mojoportal-2-3-0-1-mssqlreleasefiles on WinXP Pro. Everything seems to be find except that I dont see the nice tabs that I see on the demo pages, all I see are the links with no background colors. These links are working fine, but would be good to have the tabs interface. Inspecting the firebug tells that yui is being fed from google, but some how the tabs are not showing.

Any help would be appreciated.

Thanks in advance.

4/24/2009 12:29:19 PM
Gravatar
Total Posts 18439

Re: Tabs in Admin Interface

Hi,

That can happen if your local machine has no internet connection because by default it loads the YUI javascript and related css from the google CDN.

You can install and configure the needed files so they load locally if you are going to be working disconnected frequently.

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

Hope it helps,

Joe

4/24/2009 12:41:17 PM
Gravatar
Total Posts 2

Re: Tabs in Admin Interface

Thanks for the prompt response. I do have internet connection and I can see that the required yui files are being loaded along with the page content (based on the info from firebug). Interesting thing is these tabs are being shown on some pages and not on others. For instance I can see these tabs at http://localhost/mojoportal/Secure/UserProfile.aspx but not at the admin settings pages as well as adding content to the pages sections.

Also when I visit the Memberlist link at (http://localhost/mojoportal/MemberList.aspx) I am getting the following error:

Server Error in '/mojoportal' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
mojoPortal.Web.UI.Pages.MemberList.PopulateControls() +475
mojoPortal.Web.UI.Pages.MemberList.Page_Load(Object sender, EventArgs e) +80
System.Web.UI.Control.OnLoad(EventArgs e) +99
mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e) +12
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082

Thanks in advance.

 

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