Event Calendar not showing on default Portal

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/15/2005 4:10:46 PM
Gravatar
Total Posts 38

Event Calendar not showing on default Portal

Event Calendar only showing up in child portals. Not listed in modules for Default Portal.

Thanks

5/16/2005 2:18:46 AM
Gravatar
Total Posts 18439

Re: Event Calendar not showing on default Portal

I don't see that in my installations, I suspect it is an issue of your data migration from MS SQL to MySQL, not a bug..

Your root site should have ocntrol over which features the child sites have available. In your mp_Sites table, make sure the row that is you root site has 1 for IsServerAdminSite.

To get the event calendar in that site find its ModuleDefID in the mp_ModuleDefinitions table and put a row in mp_SiteModuleDefinitions with the siteid and the moduledefid
5/16/2005 12:27:34 PM
Gravatar
Total Posts 38

Re: Event Calendar not showing on default Portal

Thanks Joe,

mp_sites has the correct flag set for IsServerAdminSite

I seem to be missing the create table for mp_calendarevents table.

I re-downloaded the MySQL scripts all is well once again.

Thanks

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