Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sham Yemul 35 posts 98 karma points
    Dec 18, 2014 @ 13:31
    Sham Yemul
    0

    UmbracoContour_3.0.23 gives Error loading MacroEngine script (file: ContactForm.cshtml).

    Hello,

    I have installed UmbracoCms 7.1.8 on windows 7 (No service pack) 32-bit. 
    I am using IIS 7.5 and .net framework 4.5.


    I have installed UmbracoContour_3.0.23.  And I have added “Contact Form” by using marco and I have used below command to add contact form.
    @Umbraco.RenderMacro("CWS_ContactForm") 

    But when I preview page then it gives me “Error loading MacroEngine script (file: ContactForm.cshtml)” error.

    Please let me know what can be the problem for such kind of error ? How can I fix the same.

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Dec 18, 2014 @ 13:53
    Dennis Aaen
    0

    Hi Sham,

    You should add something like this to your template where the FormGuid is the guid of the form that you want rendered.

    @Umbraco.RenderMacro("umbracoContour.RazorRenderForm", new {FormGuid="e5396df5-20ad-445c-8931-03fc1362b236"})

    If you click the insert macro in your template, and then find Insert form from Umbraco Contour macro then you can pick which form you want to display.

    Hope this help, or please write again.

    /Dennis

  • Sham Yemul 35 posts 98 karma points
    Dec 19, 2014 @ 06:52
    Sham Yemul
    0

    Hi Dennis,

    Thanks for replay I have added below code in my template
    @Umbraco.RenderMacro("umbracoContour.RazorRenderForm", new {FormGuid="e5396df5-20ad-445c-8931-03fc1362b236"})

    Then I get "Object reference not set to an instance of an object" error.  Please help.

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Dec 19, 2014 @ 08:10
    Dennis Aaen
    0

    Hi Sham,

    Please make sure that you have the right guid of your form. The easiest way to find the guid for your form by going to the Contour section find the form that you want to display on your site, and then copy the guid from the settings tab for the form.

    I have made a screen shot to make it eaiser to you to understand what I mean.

    As you can see the guid of my contact form match the digits in the code for inserting the form in your template.

    @Umbraco.RenderMacro("umbracoContour.RazorRenderForm",new{FormGuid="e5396df5-20ad-445c-8931-03fc1362b236"})

    Hope this helps,

    /Dennis

  • Sham Yemul 35 posts 98 karma points
    Dec 19, 2014 @ 11:10
    Sham Yemul
    0

    Hi Dennis,

    I could not get Umbraco Contour section in UmbracoCms 7.1.8 I have only Content, Media, Settings, Developer, User and Memebrs Section.


  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Dec 19, 2014 @ 11:25
    Dennis Aaen
    0

    Hi Sham,

    Okay, then try to go to the Users section, find your own user, click on then you perhaps, can give you access to the Contour section, by setting a tick in the Contour section.

    Like:

    Hope this helps,

    /Dennis

  • Sham Yemul 35 posts 98 karma points
    Dec 19, 2014 @ 12:32
    Sham Yemul
    0

    Hi Dennis,

    Now I get Umbraco Contour tab but I could not get Forms option see below screen shot

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Dec 19, 2014 @ 13:02
    Dennis Aaen
    0

    Hi Sham,

    An approach here if it possible could be try to uninstall the contour package and reinstall it.

    You could also try to follow the guide for the manually installation of Contour. http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Installation/Manual to see if all the files has the right content inside.

    Hope this helps,

    /Dennis

  • Sham Yemul 35 posts 98 karma points
    Dec 20, 2014 @ 10:59
    Sham Yemul
    0

    Hi Dennis,

    Yes I uninstall the countour package and reinstall it still I could not get Form option.

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Dec 20, 2014 @ 13:29
    Dennis Aaen
    0

    Hi Sham,

    Perhaps you could have an issue with your file / folder permissions, Try to make sure that you the the right file / folder permissions set, http://our.umbraco.org/wiki/reference/files-and-folders/permissions

    And try to make sure that you have the data in the /umbraco/config/create/ui.xml and /config/dashboard.config http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Installation/Manual

    /Dennis

  • Sham Yemul 35 posts 98 karma points
    Dec 26, 2014 @ 06:49
    Sham Yemul
    0

    Hi Dennis,

    I made changes in ui.xml and dashboard.config as per http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Installation/Manual

    then "Umbraco Contour" tab gives "Could not load control: '/MyUmbracoSite/umbraco/plugins/umbracocontour/formsdashboard.ascx'" error.  Please see below screen shot.


    I have taken database script from http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Installation/resources/createsqlce and execute this script then I get "There was an error parsing query" error please see below screen shot.

     

  • Sham Yemul 35 posts 98 karma points
    Dec 31, 2014 @ 10:38
    Sham Yemul
    0

    hi,

    Can any one help me? still I have a problem.

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Dec 31, 2014 @ 11:33
    Dennis Aaen
    0

    Hi Sham,

    Is it possible to you to try to uninstall the Contour package and the re-installed it again, and see if it goes better this time.

    You could chosee to use install a local package, this option I always use myself, read more about here: http://our.umbraco.org/wiki/how-tos/packages-and-projects/how-to-install-a-package

    So this what I would try is possible.

    1. Uninstall the Contour package from your installation
    2. Download the Contour package from here: http://our.umbraco.org/projects/umbraco-pro/contour ;
    3. Try installed it agian using the option install a local package, and choose the contour.3.0.23.zip that you just have downloaded.

    Hope this helps,

    /Dennis

  • Sham Yemul 35 posts 98 karma points
    Dec 31, 2014 @ 13:29
    Sham Yemul
    0

    Hi Dennis,

    I have uninstall the contour package and install it again as per http://our.umbraco.org/wiki/how-tos/packages-and-projects/how-to-install-a-package. ; But
    "Umbraco Contour" tab gives "Could not load control: '/MyUmbracoSite/umbraco/plugins/umbracocontour/formsdashboard.ascx'" error. 
    Please see below screen shot.

  • Sham Yemul 35 posts 98 karma points
    Jan 02, 2015 @ 06:09
    Sham Yemul
    0

    Hi,

    Can anyone help me? Still I have a problem.

     

Please Sign in or register to post replies

Write your reply to:

Draft