Copied to clipboard

Flag this post as spam?

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


  • Allan Hawkey 232 posts 303 karma points
    Feb 18, 2015 @ 17:56
    Allan Hawkey
    0

    uBlogsy installation fails in Umbraco 7.2.1

    I’ve got a clean installation of Umbraco 7.2.1 and I’ve tried installing uBlogsy 4.1 – it seems to go ok until the final stage where it tries to refresh the browser page.

    At that stage, the page goes blank (completely white) and never moves on. Looks like it’s got stuck there. The front end of the site is still live, but I can’t access the back end at all – [site]/Umbraco just returns me to the blank screen.

    I’ve tried clearing the TEMP files in App_Data, incrementing the client dependency and recycling the app pool, but nothing brings this back…

    I’ve repeated this three times on fresh Umbraco installs, same each time. I’ve tested other packages which install correctly.

    Any ideas?

    Thanks, Allan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 18, 2015 @ 22:40
    Jan Skovgaard
    0

    Hi Allan

    What database are you using for your Umbraco installation? It could be an issue with the database being used perhaps.

    /Jan

  • Allan Hawkey 232 posts 303 karma points
    Feb 18, 2015 @ 23:05
    Allan Hawkey
    0

    Hi Jan

    It's an SQL express database - not sure why that would cause a problem?

    Thanks
    Allan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 18, 2015 @ 23:11
    Jan Skovgaard
    0

    Hi Allan

    Well not all packages are compatible with CE SQL and MySQL for instance - Therfore I'm interested in knowing about the DB being used. But should work on MSSQL/SQL server express though.

    Do you see any error messages in the browser console log or in the /App_Data/Logs file?

    /Jan

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Feb 19, 2015 @ 01:12
    Nicholas Westby
    0

    Pretty sure uBlogsy hasn't been updated to work on Umbraco 7.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 19, 2015 @ 06:33
    Jan Skovgaard
    0

    @Nicholas

    Well according to the package page version 4.0/4.1 should be compatible with v7 :)

    And this is the info you get before hitting the installation button in the backoffice

    uBlogsy 4 is a blog package for Umbraco 7 and above.

    Version compatibility

    uBlogsy 2.x - Umbraco 4.7 - 4.11.x

    uBlogsy 3.x - Umbraco 6.x

    uBlogsy 3.x (webforms version) - Umbraco 6.x

    uBlogsy 4.x - Umbraco 7.x

    I just gave it a spin on a fresh installation of 7.2.1 running sql ce and the installation completed with success.

    So don't know if you perhaps make use of some other 3rd packages that might conflict with it?

    /Jan

  • Allan Hawkey 232 posts 303 karma points
    Feb 19, 2015 @ 11:09
    Allan Hawkey
    0

    Thanks Jan

    I've tried installing on a fresh installation too, with no other packages, and that's when I get the error.  The only difference I can see is that you tried it on SQL CE.  Would that make a difference?

    Allan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 19, 2015 @ 12:32
    Jan Skovgaard
    0

    Hi Allan

    That's really odd - If there should be a difference then I would expect it to be the other way around. That it would not work on CE SQL but MSSQL - I'm pretty sure it should work on MSSQL as well.

    Could you try doing a fresh installation of Umbraco using CE SQL and then install Ublogsy on it and see if you get the same behavior?

    /Jan

  • Allan Hawkey 232 posts 303 karma points
    Feb 19, 2015 @ 14:01
    Allan Hawkey
    0

    OK - so I just installed a fresh version of Umbraco 7.2.1 successfully with CE.  Then tried installing uBlogsy 4.1 (the version downloaded from the package page and installed as a local package).  Same result, the installer hangs on a blank page when refreshing the browser and the back end is no longer accessible.

    In App_Date\Logs the UmbracoTraceLog file shows an error:

    2015-02-19 12:56:18,639 [27] ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 34] An unhandled exception occurred
    System.InvalidOperationException: This operation is not supported for a relative URI.
       at System.Uri.get_PathAndQuery()
       at ClientDependency.Core.CompositeFiles.Providers.BaseCompositeFileProcessingProvider.WritePathToStream(ClientDependencyType type, String path, HttpContextBase context, StreamWriter sw)
       at ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider.<>c__DisplayClass3.<CombineFiles>b__0(String s)
       at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
       at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
       at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
       at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
       at ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider.CombineFiles(String[] filePaths, HttpContextBase context, ClientDependencyType type, List`1& fileDefs)
       at ClientDependency.Core.CompositeFiles.CompositeDependencyHandler.ProcessRequestInternal(HttpContextBase context, String fileset, ClientDependencyType type, Int32 version, Byte[] outputBytes, OutputCachedPage page)
       at ClientDependency.Core.CompositeFiles.CompositeDependencyHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

    Does this help?  Have I got something wrong somewhere?

    Thanks
    Allan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 19, 2015 @ 14:04
    Jan Skovgaard
    0

    Hi Allan

    What is your setup like? Are you using virtual directories or something like that?

    /Jan

  • Allan Hawkey 232 posts 303 karma points
    Feb 19, 2015 @ 14:10
    Allan Hawkey
    0

    Hi Jan

    It's just a standard install as far as I know.  I've been running Umbraco 4.11.10 sites on the same server for ages without issues too...

    Thanks
    Allan

  • Allan Hawkey 232 posts 303 karma points
    Feb 19, 2015 @ 14:20
    Allan Hawkey
    0

    Could this be related to the Client Dependency update?  I haven't applied the update file yet, but wonder if that's now a standard part of the 7.2.1 release and might be causing the issue?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 19, 2015 @ 14:24
    Jan Skovgaard
    0

    Hi Allan

    Hmmm...then it's really odd - I'm afraid I have no other suggestions...can't figure out why it complains about relative URI's...:-/

    /Jan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 19, 2015 @ 14:25
    Jan Skovgaard
    0

    Hi Allan

    As far as I know v7.2.+ was not affected by the security scan...I think it was up til 7.1.9 one needed to patch.

    /Jan

  • Allan Hawkey 232 posts 303 karma points
    Feb 19, 2015 @ 14:28
    Allan Hawkey
    0

    Sounds like something very similar is happening with another package too - Newsletter Studio

  • Allan Hawkey 232 posts 303 karma points
    Feb 19, 2015 @ 17:19
    Allan Hawkey
    0

    Same solution as for Newsletter Studio issue worked here - not ideal, because it means reverting to an older Client Dependency dll file...

  • Luca Annuiti 16 posts 76 karma points
    Feb 24, 2015 @ 10:46
    Luca Annuiti
    0

    The same problem appears on a fresh installation in version 7.2.2 :

    2015-02-24 10:41:52,159 [5] ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 17] An unhandled exception occurred
    System.InvalidOperationException: This operation is not supported for a relative URI.
       at System.Uri.get_PathAndQuery()
       at ClientDependency.Core.CompositeFiles.Providers.BaseCompositeFileProcessingProvider.WritePathToStream(ClientDependencyType type, String path, HttpContextBase context, StreamWriter sw)
       at ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider.<>cDisplayClass3.<CombineFiles>b0(String s)
       at System.Linq.Enumerable.WhereSelectArrayIterator2.MoveNext()<br />&nbsp;&nbsp; at System.Linq.Enumerable.WhereEnumerableIterator1.MoveNext()
       at System.Collections.Generic.List1..ctor(IEnumerable1 collection)
       at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source)<br />&nbsp;&nbsp; at ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider.CombineFiles(String[] filePaths, HttpContextBase context, ClientDependencyType type, List1& fileDefs)
       at ClientDependency.Core.CompositeFiles.CompositeDependencyHandler.ProcessRequestInternal(HttpContextBase context, String fileset, ClientDependencyType type, Int32 version, Byte[] outputBytes, OutputCachedPage page)
       at ClientDependency.Core.CompositeFiles.CompositeDependencyHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
     

    Is there a planned fix for this problem ?

     

    Thanks

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Mar 26, 2015 @ 19:46
    Anthony Dang
    0

    Thanks for your investigations guys.

    uBlogsy 4.1.1 (available today) should work with umbraco 7.2+ ... Note that you might need to upgrade to 7.2.4 as it has a fix for client dependency which caused the query string issue in the utagsy manifest file.

     

Please Sign in or register to post replies

Write your reply to:

Draft