I tryed to fix this by copying the missing functions that I found in /umbraco/plugins/blog4umbraco/skinBrowser.js into an loaded js-file i.e. /umbraco_client/ui/default.js (just because it was simple) But that only shows up the themes. If you then try to install a theme you get a yellow screen of death - indiacting a problem with:
ICSharpCode.SharpZipLib
At this point a had to give up:-(
For now, but I am pretty sure Tim has already figured this out (?)
Just a quick fix that works for me. I modified the data type "skin browser". You may wait until HQ will update the blog package or drop the DLL manually into your solution /bin folder:
Working perfectly :) Only minor bug is after clean install of 4.5.1 and then install B4U if I click on the tag cloud page I get the following XSLT error
I haven't tried to look into it yet, but guessing its because there are no tags yet as its a clean install?
I could reproduce the tag cloud xslt error several time installing, unistalling, installing ... At least I figured out there might be a cache problem or something like that during installation. For example if you try to save the blogTagCloud.xslt (without any changes) right after installation, you get an error. After some moments, if you try to save the xslt again (again without any changes), you will get an ok message. And then there is no error on the tag cloud page.
about the problem Error reading XSLT file: "\xslt\BlogTagcloud.xslt" I found this issue: At the end of the xslt file is an invisible char which produces for me on save:
Error occured System.Xml.XmlException: Ungültige Daten auf Stammebene. Zeile 45, Position 18.
Solution: Go to the end of the script and delete this char. When you then can save the script without error you have successful deleted this strange char and the script works fine.
Yes Immo Wache is very much correct. There is some problem with BlogTagcloud.xslt file. I deleted the last line and wrote again and everything was in palce.
Theme Chooser Not Working In v4.5
Just installed the version for 4.5 and the theme choose is not working (See below) - If you click the link nothing happens. EC is showing:
Screenshot
I tryed to fix this by copying the missing functions that I found in /umbraco/plugins/blog4umbraco/skinBrowser.js into an loaded js-file i.e. /umbraco_client/ui/default.js (just because it was simple) But that only shows up the themes. If you then try to install a theme you get a yellow screen of death - indiacting a problem with:
ICSharpCode.SharpZipLib
At this point a had to give up:-(
For now, but I am pretty sure Tim has already figured this out (?)
I hope Tim has it all figured out as I was hoping to use this on my new blog :(
Me too
I'm guessing HQ are a bit busy at the moment, but I emailed Tim with this thread so hopefully he'll take a look when he can.
Just a quick fix that works for me. I modified the data type "skin browser". You may wait until HQ will update the blog package or drop the DLL manually into your solution /bin folder:
http://personal.idseefeld.de/umb/quick_fix_blog4umbraco_skining.zip
FAO Tim - Any idea when the final 4.5 bugs for blog4umbraco will be sorted? I really want to update my blog?
@ Dirk - Thanks, if Tim doesn't come back I'll use your fix :)
Looking into it now, should have an update out later today.
Cheers,
Tim
Legend :)
Hi Lee,
Could you give the package 'Blog4Umbraco_2.0.26_for_4.5.zip' (on http://our.umbraco.org/projects/collaboration/blog-4-umbraco ) a try?
That should fix the issues with the skin chooser
Just downloading 4.5.1 now and will do a fresh install of that then 2.0.26 and let you know :)
Thanks
Hey Tim,
Working perfectly :) Only minor bug is after clean install of 4.5.1 and then install B4U if I click on the tag cloud page I get the following XSLT error
I haven't tried to look into it yet, but guessing its because there are no tags yet as its a clean install?
I could reproduce the tag cloud xslt error several time installing, unistalling, installing ...
At least I figured out there might be a cache problem or something like that during installation.
For example if you try to save the blogTagCloud.xslt (without any changes) right after installation, you get an error. After some moments, if you try to save the xslt again (again without any changes), you will get an ok message. And then there is no error on the tag cloud page.
Somehow strange, isn't it?
I've also got the BlogTagCloud XSLT error. Beside this error the archive also doesn't work:
All posts ever written on this blog, neatly arranged by year and month
I still get the theme choose error mentioned in the first post of this topic. Shoulnd't it be fixed in the latest version?
Jeroen
@Lee, @Dirk
about the problem Error reading XSLT file: "\xslt\BlogTagcloud.xslt" I found this issue:
At the end of the xslt file is an invisible char which produces for me on save:
Solution: Go to the end of the script and delete this char. When you then can save the script without error you have successful deleted this strange char and the script works fine.
Yes Immo Wache is very much correct. There is some problem with BlogTagcloud.xslt file. I deleted the last line and wrote again and everything was in palce.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.