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.
7/31/2015 2:55:44 AM
Gravatar
Total Posts 66

Form Wizard Pro - not available in my options

I have just bought Form Wizard Pro and have installed to my site following the instructions contained within the zip file.

I copied the contents of the wwwroot folder to my site and then visited the Setup page - the messages I got seemed to show a successful installation - no error messages.

When I log in to my site, there is no form wizard in the available in the page options.  Have I done something wrong?

The details of my installation are as follows:

mojoPortal Version 2.4.0.4 MSSQL
Operating System Microsoft Windows NT 6.3.9600.0
ASP.NET Info v4.0.30319 Running in Full Trust
Server Time Zone Pacific Daylight Time
Server Local Time (GMT -7) 31/07/2015 00:50:42
Greenwich Mean Time (GMT/UTC)
 

7/31/2015 3:29:53 AM
Gravatar
Total Posts 66

Re: Form Wizard Pro - not available in my options

I have just realised that the documentation on the Form wizard page says I need to be running 2.4.0.9 or higher, and I'm only on 2.4.04.

I'll upgrade my installation and see if that fixes the problem.

7/31/2015 7:19:19 AM
Gravatar
Total Posts 18439

Re: Form Wizard Pro - not available in my options

installing an incomaptible version should result in an error on any page where you add Form Wizard, upgrading would solve that.

but since there is no error and it is missing I suspect you did not upload the files in the correct place. the wwwroot folder in the package corresponds to the root of your site, if you copy the contents of wwwroot into the root of your site then the files in wwwroot/bin should land in the bin folder beneath the root of your site. ie you should have sts.FormWizard.*.dll files in your /bin folder. If you don't then you did not upload the files correctly.

this is important because if you try to upgrade mojoportal it is the same process of copying the contents of the wwwroot from the mojoportal package and you must upload the files in the correct place, if you make a mistake and upload incorrectly it will be a lot of files in the wrong places and a big mess to clean up. extra files in the wrong place can lead to lots of errors as well. so try to make sure you are putting the files int he right place first.

7/31/2015 7:38:53 AM
Gravatar
Total Posts 66

Re: Form Wizard Pro - not available in my options

Joe

I uploaded the files to the correct directories, and the setup routine worked without error - the sts.*.dll files are in the bin directory, and the tables for the date (dbo.sts_WebForm etc) have been created, but the option doesn't show in the available features list.

I will update my installation to 2.4.0.9 tonight, and hopefully that will cure the problem.

7/31/2015 7:48:46 AM
Gravatar
Total Posts 18439

Re: Form Wizard Pro - not available in my options

the only other situation where it won't show up on the feature list is in a multi site installation. by default it will only be enabled in the master site 

you would add it to other site from the master site using Site List to get to the site settings for the child site then add it from the features tab

8/1/2015 5:02:11 AM
Gravatar
Total Posts 66

Re: Form Wizard Pro - not available in my options

Joe

I upgraded to 2.4.0.9 last night and the feature is still not showing up.  It is a multi-site installation, but I am logged in as admin on the root site, and it does not appear in the list of features.  It also does not show up in the list of available features for child sites

The tables are present in the database, as are the stored procedures.  I tried recopying the install files and running setup again, but it didn't make a difference.

I can try installing on a separate site I have, but don't want to be in breach of the licence terms, as I have a single installation, not server licence.

Can you suggest anything else to try?

 

8/1/2015 8:27:33 AM
Gravatar
Total Posts 18439

Re: Form Wizard Pro - not available in my options

when you go to Administration > System Information do you see

sts-FormWizard 2.6.2.1   in the list there?

Does the file exist on disk

/Setup/applications/sts-FormWizard/FeatureDefinitions/50000_FormWizardModule.config

?

8/1/2015 5:32:34 PM
Gravatar
Total Posts 66

Re: Form Wizard Pro - not available in my options

It's showing in the features list with that version number, and the config file is in the correct place.

Looking at the contents of the config file, I assume it's supposed to create a parent record in [dbo].[mp_ModuleDefinitions] and multiple child records in [dbo].[mp_ModuleDefinitionSettings]?  I have queried these tables and there are no entries relating to FormWizard, so I suspect this is  the reason it's not appearing.

I could probably create a SQL script from the body of the xml to create these records, but I assume such a thing already exists - is there something I could run to create the data?

8/2/2015 8:39:42 AM
Gravatar
Total Posts 18439

Re: Form Wizard Pro - not available in my options

are you absolutely sure it isn't in the list of features you can add to a page? It should be listed as "Form Wizard Pro by Source Tree Solutions"

have you looked ot see if it is available in the list of features to add to child sites from site list?

are you seeing any errors in the log that might be related? If not try clear the log then visit setup again then check the log again

you should see a row in mp_ModuleDefinitions with the FeatureName as FormWizardFeatureName

8/2/2015 9:07:40 AM
Gravatar
Total Posts 66

Re: Form Wizard Pro - not available in my options

Joe, it's definitely not in the list - on the master site or in the child sites.

There is nothing in the mp_ModuleDefinitions table for FormWizard - Used this query, which returned 1 row when I tried it on a local installation I just tried:

SELECT *

FROM [dbo].[mp_ModuleDefinitions]

where FeatureName like '%FormWizard%'

I can't see anything in the logs mentioning FormWizard

I am going to try inserting the data into the tables by copying from my local installation

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.

 

 

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