Copied to clipboard

Flag this post as spam?

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


  • Rajeev 126 posts 154 karma points
    Oct 24, 2011 @ 15:18
    Rajeev
    0

    Adding a work flow for send to publish issue

    Hello Antony,

    I am trying to add a work flow for publish for ublogsy.

    created 2 users blogwriter[Writer] and blogapprover[Editor]. For blog approver set the Notifications set.

    When blogwriter create a blog and do send to publish a null referecne exception is thrown.

    Details:


    [NullReferenceException: Object reference not set to an instance of an object.]
    uTagsy.Web.usercontrols.uTagsy.datatypes.uTagsy.SaveSettings() in D:\_PROJECTS\uBlogsy - Blog\Branches\1.3.6.1\uBlogsy\uBlogsy\usercontrols\uTagsy\uTagsy.ascx.cs:103
    uTagsy.Web.usercontrols.uTagsy.datatypes.uTagsy.OnLoad(EventArgs e) in D:\_PROJECTS\uBlogsy - Blog\Branches\1.3.6.1\uBlogsy\uBlogsy\usercontrols\uTagsy\uTagsy.ascx.cs:39
    System.Web.UI.Control.LoadRecursive() +74
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207

    Could you please help me on this. My SMTP settings are proper.

    Thank you in advance,

    Rajeev

  • Rajeev 126 posts 154 karma points
    Oct 24, 2011 @ 15:19
    Rajeev
    0

    Additional note, I am using umbraco 4.7.1 and ublogsy uBlogsy_1.3.6.1 the the stable one which is downloadable in project site.

    -Thanks,

    Rajeev

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Oct 24, 2011 @ 15:28
    Anthony Dang
    0

    Your json file is probably containing incorrect/malformed json.

    Try pasting in this:

    {"documents":[{"documentType":"uBlogsyPost","tags":["a","another tag","tag"]}]}

     

     

  • Rajeev 126 posts 154 karma points
    Oct 24, 2011 @ 16:05
    Rajeev
    0

    Pardon me for my ignorance. Where should I update this change?

    Edited:

    Ignore my question:

    The json file looks fine as you mentioned.

     

    Thanks,

    Rajeev

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

    /usercontrols/uTagsy/settings.json

     

  • Rajeev 126 posts 154 karma points
    Oct 25, 2011 @ 11:51
    Rajeev
    0

    Antony,

    Thank you.

    The json file looks fine

    It contains {"documents":[{"documentType":"uBlogsyPost","tags":["a","another tag","tag"]}]}

     

    Thanks,

    Rajeev

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Oct 25, 2011 @ 12:12
    Anthony Dang
    0

    Check file permissions.

    Are you under a virtual directory?

     

  • Rajeev 126 posts 154 karma points
    Oct 25, 2011 @ 12:21
    Rajeev
    0

    Yes. it is under a virtual directory. The json  file has Full Control permissions for " NETWORK SERVICE"

     I am facing issue only when the writer trying to click "send to publish". 

    I am able to publish if I am logged in as admin.

     

    Thank you,

    Rajeev

  • Rajeev 126 posts 154 karma points
    Oct 25, 2011 @ 12:30
    Rajeev
    0

    Server details: OS Windows 2003 Server and IIS 6 with .NET 4.0.

    -Rajeev

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Oct 25, 2011 @ 12:43
    Anthony Dang
    0

    ah.

    Virtual dirs wont work with the tag control.

    I would remove it and just use the standard Umbraco tags control.

     

  • Rajeev 126 posts 154 karma points
    Oct 25, 2011 @ 13:08
    Rajeev
    0

    Thank you for your quick responses. 

    Will you be including this change in your next release(or do I need to do anything on my part to resolve this.)? Please let me know.

    Currently I am trying with ublogsy as well as blog4umbraco for a blog requirement(moderated posts and comments) for a website which I had migrated from 4.0 to 4.7.1. ublogsy is great(and I like razor) with more options and thank you for this wonderful package. 

    One more query, currently when I Installed ublogsy, the Blog root node(landing page) is created directly under content. Node. I think it will not be a problem, if I am moving the same under my sites Home Node, so that it will be listed as a Menu Item for my sites Home page. Please let me know if I am not correct.

    Thank you again,

    Rajeev

     

     

     

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Oct 25, 2011 @ 13:54
    Anthony Dang
    0

    I just realized that I did add a patch for that issue in the version that you're using. I'm curious why it didnt work. Investigations....

    Anyway you can move the landing node anywhere in your tree.

     

  • Rajeev 126 posts 154 karma points
    Oct 25, 2011 @ 14:12
    Rajeev
    0

    Thank you.  One thing I noticed in the ublogsy page is that,  the download package link shows 1.3.7 but the package getting downloaded is 1.3.6.1. Not sure whether this is a typo or not.

    The installed version shows

    Package name

    uBlogsy

    Package version
     
    1.3.6.1
     
    Thanks,
    Rajeev
     
  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Oct 25, 2011 @ 14:19
    Anthony Dang
    0

    Ah thanks for that.

    A product of late night coding 

    Cheers.

  • Rajeev 126 posts 154 karma points
    Oct 26, 2011 @ 07:05
    Rajeev
    0

    Thank you. Please keep the thread updated once your investigation is done. I am waiting for that for using this great package.

    Thanks,

    Rajeev

     

  • kevin 5 posts 25 karma points
    Nov 30, 2011 @ 03:25
    kevin
    0
     
Please Sign in or register to post replies

Write your reply to:

Draft