Mobile Kit Pro 2 blowing when no Forms Pro?

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/2014 12:12:35 PM
Gravatar
Total Posts 128

Mobile Kit Pro 2 blowing when no Forms Pro?

This not fully tested, but a quick report... we dropped MKP2.0 into a site and set mobile skin to the I7 media one, and it blew up with mentions of Forms Wizard Pro (which we do not have in this site). I think the reference may have been in the theme.skin?

It worked fine with the original mobile skin.

5/15/2014 12:22:13 PM
Gravatar
Total Posts 2239

Re: Mobile Kit Pro 2 blowing when no Forms Pro?

Open the theme.skin and comment out these lines (use asp.net comments <%-- --%>):

<%@ Register Namespace="sts.Events.Web.UI.Controls" Assembly="sts.Events.Web.UI" TagPrefix="ecp" %>
<%@ Register Namespace="sts.FormWizard.Web.UI" Assembly="sts.FormWizard.Web.UI" TagPrefix="stsfw" %>

<sts:CalendarGrid runat="server"
DayNameFormat="Full"
TitleStyle="true"
/>

<ecp:EventDisplaySettings runat="server"
IncludeTimelineView="false"
IncludeFeedLink="false"
IncludeListView="true"
IncludeMonthView="false"
IncludeWeekView="false"
IncludeDayView="true"
OverrideDefaultView="ListView"
/>

<stsfw:FormWizardDisplaySettings runat="server"
TextAreaRows="7"
TextAreaCols="30"
/>

<stsfw:TextAreaQuestion runat="server"
SetRowsAndCols="false" |
/>

Those should be commented by default. Joe will probably do that and update the download package.

HTH,
Joe D.

5/15/2014 12:25:08 PM
Gravatar
Total Posts 18439

Re: Mobile Kit Pro 2 blowing when no Forms Pro?

I've just updated the package so those items are commented out by default in theme.skin. There are also items for WebStore that are commented out because it is unavailable for some db platforms but it should be uncommented if using WebStore.

Thanks,

Joe

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