Copied to clipboard

Flag this post as spam?

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


  • kleptbit 42 posts 98 karma points
    May 15, 2013 @ 14:14
    kleptbit
    0

    Clean install Umbraco 6.0.5 uBlogsy MVC 3 fails

    Windows 7, IIS 7.5

    Windows Server 2003, IIS 7.5

    Installed Umbraco on server first, no starter kits, switched to mvc mode in umbracosettings, installed ublogsy 3.0.0.0, installed the latest hotfix for udatefoldersy, installed uCommentsy. Could publish and post but no comment form displayed.

    I noticed I hadn't installed the uBlogsy hotfix dlls, so did so (replacing 3.0.0.0 dlls with 3.0.0.*), whereupon the entire site failed.

    So I did a clean install on Windows 7, switched to mvc mode in umbracosettings, installed ublogsy 3.0.0.0, installed the uBlogsy hotfix dlls, site fails with the following error. Am I not supposed to install the uBlogsy hotfix?

     

    Compiler Error Message: CS1501: No overload for method 'GetSiteRoot' takes 2 arguments

    Source Error:

    Line 7:  @{
    Line 8:      // get title of page - uBlogsySiteRoot to the alias of your root, otherwise this script will try to find the uBlogsy landing node up the tree.
    Line 9:      var landing = DataService.Instance.GetSiteRoot(Model.Content, "uBlogsySiteRoot") ?? DataService.Instance.GetLanding(Model.Content);
    Line 10:     <header id="uBlogsy_header">
    Line 11:         <h1>


    Source File: c:\inetpub\wwwroot\Umbraco605Blog\Views\Partials\uBlogsy\Global\uBlogsyGlobalHeader.cshtml    Line: 

    Apologies if this has posted 3 times, I tried twice in Chrome and the posts disappeared, this is the Firefox attempt.

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    May 15, 2013 @ 14:55
    Anthony Dang
    0

    I just tried your exact process and it worked fine.

    I think you might have the wrong dlls?

    Delete all the installation files you have, then re-download uBlogsy, hotfix and uCommentsy.

     

  • kleptbit 42 posts 98 karma points
    May 15, 2013 @ 15:55
    kleptbit
    0

    You're right Anthony, thank you, I'm now back to it working but no comments form displayed. I downloaded the dlls because it said to in the ReleaseNotes here, maybe that needs changing?

    Release Notes

    Version 3.0 RC (for Umbraco 6 MVC)

    - Bug fixes

    - IMPORTANT : After installation, download the uBlogsy3.0_RC_Patch.zip (http://our.umbraco.org/FileDownload?id=6173) patch and replace the DLLs in your bin.

    Note: You must set your RenderMode to Mvc in /config/umbracoSettings.config before you install this package. There is a bug in Umbraco 6.0 which means MVC packages do not import correctly.

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    May 15, 2013 @ 17:05
    Anthony Dang
    0

    Thanks for the heads up. Yes the release notes do not include the latest version.

     

  • kleptbit 42 posts 98 karma points
    May 16, 2013 @ 14:02
    kleptbit
    0

    Ok I figured out why the uCommentsy form wasn't being rendered. I had commented out, and then removed altogether, the ReCaptcha lines in the web.config and in the uCommentsyFormContact.cshtml script, as per the comments, but the form will not render without them. If I leave them in with no ReCapcha key it renders fine, with a 'go and get your reCaptcha key from Google' message. As this is for internal use I don't need it but it seems uCommentsy has to have it or won't run:

                @*recaptcha - if you don't want recaptcha, just remove this, and the public and private key pair from your web.config*@ 
                @if (string.IsNullOrEmpty(ConfigurationManager.AppSettings["RecaptchaPublicKey"]) || string.IsNullOrEmpty(ConfigurationManager.AppSettings["RecaptchaPrivateKey"]))
                {
                    <p>ReCaptcha key error. Get your key here: http://www.google.com/recaptcha </p>
                }
                else
                {
                    @ReCaptcha.GetHtml(theme: "clean")
                }
  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    May 16, 2013 @ 15:03
    Anthony Dang
    0

    Ah yes.

    Well you can just remove <p>ReCaptcha key error. Get your key here: http://www.google.com/recaptcha </p>


  • kleptbit 42 posts 98 karma points
    May 16, 2013 @ 15:21
    kleptbit
    0

    So I can! Seems I tripped over the stupid stick this morning. Thank you Anthony.

  • Alex Keramidas 4 posts 24 karma points
    Sep 18, 2013 @ 16:09
    Alex Keramidas
    0

    I have almost the same problem.

     

    IIS8 on shared server. 4.0.3 ASP. Umbraco 4.1.5 MVC, uBlogsy 3, uCommentsy 1.0.0.2.

    No form appearing online but the local version on my PC works.

    No member type created and presents a permissions error on a temp file in the application folder.

    No captcha entries in my web.config file.

    Plus on uninstall it leaves the comments tab in the main administrator page.

    The error on installation is below and is happening after I press the finish installation button

     

    Server Error in '/' Application.


    Configuration Error

    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

    Parser Error Message: An error occurred loading a configuration file: Access to the path 'C:\Inetpub\vhosts\formfollowsfashion.gr\httpdocs\nznntmdk.tmp' is denied.

    Source Error: 

    [No relevant source lines]


    Source File: C:\Inetpub\vhosts\formfollowsfashion.gr\httpdocs\web.config    Line: 


    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18045

     

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Sep 26, 2013 @ 12:15
    Anthony Dang
    0

    Alex unfortunately the package installer in Umbraco can be a bit hairy sometimes.

    I've seen this issue before but have no idea how to fix it as it seems random.

     

     

     

  • Alex Keramidas 4 posts 24 karma points
    Sep 26, 2013 @ 12:16
    Alex Keramidas
    0

    May be it a webserver problem then?

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Sep 26, 2013 @ 12:32
    Anthony Dang
    0

    It's hard to tell.

    If it works locally, then I suggest pushing the entire db and files up to the server.

     

  • Alex Keramidas 4 posts 24 karma points
    Sep 26, 2013 @ 12:35
    Alex Keramidas
    0

    Yes it works locally.

    I will try to push everything up to the server then.

    Thanks for the suggestion!

    If I find the solution to this problem I will inform you!

  • Alex Keramidas 4 posts 24 karma points
    Sep 27, 2013 @ 17:09
    Alex Keramidas
    0

    Aaaaand it worked like a charm! Thankz but it would be better if you found a solution for this ;) Great work anyways, congrats!

    Now other off this topic "problems" aroused, since its my first online umbraco site and I do not know anything about how to set up emails in web.config for a plesk shared web server.

    And would anyone know a contact form that works with the 6.1.5 version?

Please Sign in or register to post replies

Write your reply to:

Draft