Copied to clipboard

Flag this post as spam?

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


  • Mark Mitchell 35 posts 60 karma points
    Jun 23, 2011 @ 21:53
    Mark Mitchell
    0

    Error installing from within Umbraco Pakcage Repository

    When I tried to download and install uBlogsy from the package repository to a pretty clean 4.7 install I got this error:

    System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Object reference not set to an instance of an object.
      at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
      at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
      at PackageRepoWebservices.Our.Repository.fetchPackageByVersion(String packageGuid, String repoVersion) in C:\Users\Hartvig\Documents\Source Code\Repository Webservices\our\Repository.cs:line 378
      at PackageRepoWebservices.Repository.fetchPackageByVersion(String packageGuid, Version schemaVersion) in C:\Users\Hartvig\Documents\Source Code\Repository Webservices\Repository.asmx.cs:line 336

    When I went and downloaded the package and used the install local package it worked fine. Just thought you might want to know. :)

    Thanks for what sounds like a really cool package!

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Jun 24, 2011 @ 10:17
    Anthony Dang
    0

    Thanks for the heads up Mark

    I've already reported this. Hopefully @umbraco was the correct reporting channel. :)

  • srilatha 2 posts 22 karma points
    Mar 26, 2012 @ 08:58
    srilatha
    0

    During the installation of ublogsy 2.1.0.0 zip getting the following error:

    The file '/CMS/usercontrols/uBlogsy/dashboard/Installer.ascx' does not exist.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Web.HttpException: The file '/CMS/usercontrols/uBlogsy/dashboard/Installer.ascx' does not exist.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [HttpException (0x80004005): The file '/CMS/usercontrols/uBlogsy/dashboard/Installer.ascx' does not exist.]
       System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) +9084960
       System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +501
       System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +111
       System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) +90
       System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) +53
       umbraco.presentation.developer.packages.Installer.processInstall(String currentStep) +531
       umbraco.presentation.developer.packages.Installer.Page_Load(Object sender, EventArgs e) +405
    

    Please provide the installation steps.

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Apr 03, 2012 @ 20:02
    Anthony Dang
    0

    Does the file exist?

     

  • srilathams 1 post 21 karma points
    Apr 04, 2012 @ 09:52
    srilathams
    0

    the file exists but was getting error. Resolved the issue by following these steps after taking the files from the ublogsy package:

    1.     Copy all the dlls from ublogsy to CMS/bindirectory

    2.     Copy the user controls from ublogsy to cms/usercontrols/ublogsy/dashboard directory

    3.     Copy all the *.cshtml files from ublogsy to cms/macroscripts/ublogsydirectory

    4.     Copy uTagsy.ascx to usercontrols\utagsy directory

    5.     Copy Contact.ascx to usercontrols\ ublogsydirectory

    6.     Copy uTagsy.json from ublogsy package to CMS/AppDatadirectory

    7.     Copy uBlogsy.config from ublogsy to CMS\configdirectory

     

     

     

    One more question,

    1. how to do we allow only the authenticated users to post the comment in blog pages?

    2. i am able to display my-blog with my website. But the pages under my-blog/posts/.....sub pages not able display within the website.

     

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Apr 08, 2012 @ 17:57
    Anthony Dang
    0

    If you want only authenticated users to post comments then you'll have to implement that yourself. You can copy the contact control and add what ever you need. Then on the post page, use your new contact control instead of the default one.

    I'm not sure what you mean by 2.

     

Please Sign in or register to post replies

Write your reply to:

Draft