Form Wizard Pro - not available in my options

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.
8/2/2015 9:41:24 AM
Gravatar
Total Posts 66

Re: Form Wizard Pro - not available in my options

Joe - Have just added the entries into mp_ModuleDefinitions  and [mp_ModuleDefinitionSettings], copying the data from that which is working on a local install, but it's still not appearing in the list.  Is there anything else I should look at?

I have just cleared the system log and rerun the setup routine and this error appeared:

2015-08-02 07:35:59,027 ERROR 82.40.9.29 - en-GB - /setup/default.aspx - mojoPortal.Web.ContentFeature - could not install feature FormWizardFeatureName. Invalid ControlSource Setting. Filenot found: ~/FormWizard/FormWizardModule.ascx
2015-08-02 07:36:28,027 ERROR 74.86.158.109 - en-US - / - mojoPortal.Web.UI.CmsPage - Content is assigned to altcontent1 placeholder but it does not exist in layout.master so using center.

 

 

8/2/2015 9:46:42 AM
Gravatar
Total Posts 18439

Re: Form Wizard Pro - not available in my options

I would not manually add rows, the setup page should do that using the feature definition file.

the error indicates that not all the files were deployed, I would deploy the whole package again and visit setup again

perhaps you had some ftp errors uploading

8/2/2015 9:47:48 AM
Gravatar
Total Posts 18439

Re: Form Wizard Pro - not available in my options

also file permissions could be a factor if it can't read the feature definition file then it would fail to create the data.

the user that is the identity on the application pool needs at least read access on all the files.

8/2/2015 1:00:24 PM
Gravatar
Total Posts 66

Re: Form Wizard Pro - not available in my options

Joe - I appear to be getting somewhere now.

I re-downloaded the package from your site and copied the contents of the wwwroot folder to the wwwroot folder of my installation again.  I then reran the setup.

The option for Form Wizard is now available for adding to child sites, but does not appear in the available options list when trying to add features to a page in the master site. I could probably live with this, but maybe you have an idea why?

 

 

8/2/2015 1:26:29 PM
Gravatar
Total Posts 18439

Re: Form Wizard Pro - not available in my options

my guess is that is because you manually added that row in mp_ModuleDefinitions, the setup page did not do what was intended. It should have also created a row in mp_SiteModuleDefinitions for the master site. You could probably manually add that row. 

8/2/2015 1:35:23 PM
Gravatar
Total Posts 66

Re: Form Wizard Pro - not available in my options

Joe - I removed the data before I reran the setup.

I have manually added the row in mp_SiteModuleDefinitions as you suggested and it now appears in the list.

Many thanks for all the help.

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