Copied to clipboard

Flag this post as spam?

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


  • Peter Cort Larsen 418 posts 1015 karma points
    Nov 27, 2013 @ 10:00
    Peter Cort Larsen
    0

    error adding xslt files after installation

    Hi,

     

    i installed ushare 451 on a 4.7.1.1 umb installation.

    All seems ok, but i get this error when i try to add a xslt file.

    Removing ushare, make me add xslt files again.

    Also when trying to Authorize facebook i get an error:

    Facebook authorize error

    {
       "error": {
          "message": "Invalid redirect_uri: Det p\u00e5givende link tillades ikke af applikationens konfiguration.",
          "type": "OAuthException",
          "code": 191
       }
    }

    Error when adding xslt files:

    
    
                

    Server Error in '/' Application.

    Object reference not set to an instance of an object.

    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.NullReferenceException: Object reference not set to an instance of an object.

    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:

    [NullReferenceException: Object reference not set to an instance of an object.]
       umbraco.macro.GetXsltExtensionsImpl() +2166
       umbraco.macro.<GetXsltExtensions>b__6() +39
       umbraco.cms.businesslogic.cache.Cache.GetCacheItem(String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem) +158
       umbraco.macro.GetXsltExtensions() +343
       umbraco.macro.AddXsltExtensionsToHeader(String xslt) +254
       umbraco.XsltTasks.Save() +1326
       umbraco.presentation.create.dialogHandler_temp.Create(String NodeType, Int32 TypeId, Int32 NodeId, String Text) +1044
       umbraco.presentation.create.dialogHandler_temp.Create(String NodeType, Int32 NodeId, String Text) +70
       umbraco.presentation.create.xslt.sbmt_Click(Object sender, EventArgs e) +648
       System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +154
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3803
    


    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18056
  • Peter Cort Larsen 418 posts 1015 karma points
    Nov 29, 2013 @ 11:59
    Peter Cort Larsen
    0

    It seems that System.Web.Mvc.dll also needs to be added to uShare4.51.zip.

    Can this be done?

     

  • Governor Technology 146 posts 551 karma points
    Dec 10, 2013 @ 11:07
    Governor Technology
    0

    Hi Peter

    1) It seems that the DotNetOpenAuth library internally depends in System.Web.Mvc.dll being present. I assume you don't have MVC installed in that case?

    As a quick solution, have you tried adding the missing DLL into your bin folder? I'll be looking at creating a new release which would include this missing DLL as soon as possible.

    2) The 191 OAuthException error is returned by Facebook. If you search for this online, you should find other helpful resources as well. This should refer to the URL specified in the App settings being invalid for some reason:

    Settings > Basic > Select how your app integrates with Facebook > Website with Facebook Login > Site URL

    Please ensure that this URL is valid and pointing to your absolute URL page created by uShare:

    http://

    I hope this helps in resolving any of these issues for now.

    Best regards,

    Rigardt

  • Governor Technology 146 posts 551 karma points
    Jan 22, 2014 @ 13:04
    Governor Technology
    0

    Hi Peter

    Did you manage to solve this issue? If the above was the answer, please mark it if you don't mind or provide your own solution which would also be helpful.

    Regards,

    Rigardt

Please Sign in or register to post replies

Write your reply to:

Draft