<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>orchardgallery Issue Tracker Rss Feed</title><link>http://orchardgallery.codeplex.com/workitem/list/basic</link><description>orchardgallery Issue Tracker Rss Description</description><item><title>Commented Issue: Breadcrumbs not working with Taxonomies [251]</title><link>http://orchardgallery.codeplex.com/workitem/251</link><description>I&amp;#39;m using Orchard 1.6 and I&amp;#39;m trying to get my breadcrumb widget working for all pages and taxonomies.&lt;br /&gt;&lt;br /&gt;For the pages, when a page is selected, the breadcrumbs work as expected&amp;#58;&lt;br /&gt;&lt;br /&gt;Home &amp;#62; My Page &amp;#62; My Sub Page&lt;br /&gt;&lt;br /&gt;However, as part of this menu &amp;#40;the main menu, as set up by the &amp;#39;Default&amp;#39; Orchard recipe&amp;#41;, I have added some Taxonomy terms &amp;#40;by adding the &amp;#39;Menu&amp;#39; part to my taxonomy term content type&amp;#41;.&lt;br /&gt;&lt;br /&gt;When I view the term page &amp;#40;front end&amp;#41;, the breadcrumbs don&amp;#39;t render as breadcrumbs, but the full menu instead.&lt;br /&gt;Comments: I actually believe this is a bug against in Navigation.&amp;#10;&amp;#10;It happens any time a menu widget configured as breadcrumbs is rendered and the current page is not in the menu hierarchy.&amp;#10;&amp;#10;The menu widget generation logic contains these lines&amp;#58;&amp;#10;&amp;#10;&amp;#96;&amp;#96;&amp;#96;&amp;#10;var routeData &amp;#61; _workContextAccessor.GetContext&amp;#40;&amp;#41;.HttpContext.Request.RequestContext.RouteData&amp;#59;&amp;#10;var selectedPath &amp;#61; NavigationHelper.SetSelectedPath&amp;#40;menuItems, routeData&amp;#41;&amp;#59;&amp;#10;if &amp;#40;part.Breadcrumb &amp;#38;&amp;#38; selectedPath &amp;#33;&amp;#61; null&amp;#41; &amp;#123;&amp;#10;&amp;#10;&amp;#96;&amp;#96;&amp;#96;&amp;#10;&amp;#10;This means the menu widget only renders as a breadcrumb if the widget is set to breadcrumb mode AND selectedPath is not null, which means the route data must be found in the list of menu items.  Otherwise it jumps to the else clause, which renders the entire menu.&amp;#10;&amp;#10;I do not know the correct logic for fixing this, but I&amp;#39;m posting this just to point out where the problem is occurring.&amp;#10;&amp;#10;Anyways this affects much more than just taxonomies &amp;#40;it happened for me on a custom form&amp;#41;.&amp;#10;&amp;#10;The workaround is to just add the taxonomy page to the menu hierarchy.</description><author>harmony7</author><pubDate>Thu, 07 Mar 2013 15:58:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: Breadcrumbs not working with Taxonomies [251] 20130307035807P</guid></item><item><title>Commented Issue: Cannot change icon when editing an existing module [247]</title><link>http://orchardgallery.codeplex.com/workitem/247</link><description>I&amp;#39;ve tried to change the icon for a module I&amp;#39;ve previously added. Everything went smoothly at creation time, but when I&amp;#39;m trying to change the icon afterwards I always have an &amp;#34;Invalid icon format&amp;#34; error message box showing on the top, even when using the same file as uploaded during creation.&lt;br /&gt;&lt;br /&gt;My icon is a PNG-8 with transparency, exported from Photoshop.&lt;br /&gt;Comments: Had the same problem. </description><author>TheMonarch</author><pubDate>Fri, 25 Jan 2013 15:08:50 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot change icon when editing an existing module [247] 20130125030850P</guid></item><item><title>Commented Issue: Cannot change icon when editing an existing module [247]</title><link>http://orchardgallery.codeplex.com/workitem/247</link><description>I&amp;#39;ve tried to change the icon for a module I&amp;#39;ve previously added. Everything went smoothly at creation time, but when I&amp;#39;m trying to change the icon afterwards I always have an &amp;#34;Invalid icon format&amp;#34; error message box showing on the top, even when using the same file as uploaded during creation.&lt;br /&gt;&lt;br /&gt;My icon is a PNG-8 with transparency, exported from Photoshop.&lt;br /&gt;Comments: Yep, I can&amp;#39;t delete a screenshot or update the logo.</description><author>morrisonbrett</author><pubDate>Fri, 25 Jan 2013 03:39:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot change icon when editing an existing module [247] 20130125033900A</guid></item><item><title>Created Issue: Breadcrumbs not working with Taxonomies [251]</title><link>http://orchardgallery.codeplex.com/workitem/251</link><description>I&amp;#39;m using Orchard 1.6 and I&amp;#39;m trying to get my breadcrumb widget working for all pages and taxonomies.&lt;br /&gt;&lt;br /&gt;For the pages, when a page is selected, the breadcrumbs work as expected&amp;#58;&lt;br /&gt;&lt;br /&gt;Home &amp;#62; My Page &amp;#62; My Sub Page&lt;br /&gt;&lt;br /&gt;However, as part of this menu &amp;#40;the main menu, as set up by the &amp;#39;Default&amp;#39; Orchard recipe&amp;#41;, I have added some Taxonomy terms &amp;#40;by adding the &amp;#39;Menu&amp;#39; part to my taxonomy term content type&amp;#41;.&lt;br /&gt;&lt;br /&gt;When I view the term page &amp;#40;front end&amp;#41;, the breadcrumbs don&amp;#39;t render as breadcrumbs, but the full menu instead.&lt;br /&gt;</description><author>justrhysism</author><pubDate>Tue, 08 Jan 2013 20:54:22 GMT</pubDate><guid isPermaLink="false">Created Issue: Breadcrumbs not working with Taxonomies [251] 20130108085422P</guid></item><item><title>Commented Issue: Bad yellow page when Anti-Forgery token expired.  [142]</title><link>http://orchardgallery.codeplex.com/workitem/142</link><description>I went to http&amp;#58;&amp;#47;&amp;#47;nuget.org&amp;#47;Users&amp;#47;Account&amp;#47;Register&lt;br /&gt;waited a few minutes and filed the form.&lt;br /&gt;&lt;br /&gt;I got the screen attached.&lt;br /&gt;&lt;br /&gt;We shouldn&amp;#39;t show debug info&lt;br /&gt;And we shoulnd&amp;#39;t YSOD&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Comments: is anyone found solution for the problem, i m also facing same problem</description><author>vivekkumarjain</author><pubDate>Fri, 05 Oct 2012 09:30:39 GMT</pubDate><guid isPermaLink="false">Commented Issue: Bad yellow page when Anti-Forgery token expired.  [142] 20121005093039A</guid></item><item><title>Edited Issue: Module not Published and Images not updated [240]</title><link>http://orchardgallery.codeplex.com/workitem/240</link><description>Hi, I have created a new module and published it, as well as modifying a couple images on my existing module but they have not published, could someone please take a look&amp;#63;&lt;br /&gt;&lt;br /&gt;Account &amp;#61; Jetski5822&amp;#64;gmail.com&lt;br /&gt;&lt;br /&gt;Cheers, Nick&lt;br /&gt;</description><author>Jetski5822</author><pubDate>Wed, 30 May 2012 22:17:04 GMT</pubDate><guid isPermaLink="false">Edited Issue: Module not Published and Images not updated [240] 20120530101704P</guid></item><item><title>Commented Issue: Cannot upload logo image from local computer [37]</title><link>http://orchardgallery.codeplex.com/workitem/37</link><description> &lt;br /&gt;This may be an IIS permissions issue or issue in Orchard itself, but I am logging a bug for tracking purposes.  For some reason, whenever I upload a logo image from the local computer, I get an error&amp;#58;&lt;br /&gt;&amp;#34;The icon file could not be saved. Please check to make sure it is a valid file type.&amp;#34;&lt;br /&gt;&lt;br /&gt;Apparently I am the only person experiencing this, but it repros on two different machines.  I verified that the IIS worker process has Full Control access to Orchard.Web&amp;#47;Media folder.  What else could be happening here&amp;#63;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: I get this in all my browsers, although I can upload a logo when creating a new package, but not when I edit my contributions.</description><author>carlkenne</author><pubDate>Wed, 25 Apr 2012 14:10:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot upload logo image from local computer [37] 20120425021054P</guid></item><item><title>Created Issue: Orchard Gallery: Error in Package Information Edit page [250]</title><link>http://orchardgallery.codeplex.com/workitem/250</link><description>It is not possible to add long &amp;#40;650bytes long&amp;#41; descriptions for packages. The error is thrown.&lt;br /&gt;&lt;br /&gt;Full description&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;orchard.codeplex.com&amp;#47;discussions&amp;#47;352660&amp;#35;post825790&lt;br /&gt;</description><author>ikutsin</author><pubDate>Thu, 19 Apr 2012 06:41:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Orchard Gallery: Error in Package Information Edit page [250] 20120419064137A</guid></item><item><title>Created Issue: Module submission take forever to propagate to home page [249]</title><link>http://orchardgallery.codeplex.com/workitem/249</link><description>I see them on the home page while logged in, however an anonymous user can&amp;#39;t see changes at least for more than half an hour.&lt;br /&gt;</description><author>Piedone</author><pubDate>Fri, 23 Mar 2012 19:05:42 GMT</pubDate><guid isPermaLink="false">Created Issue: Module submission take forever to propagate to home page [249] 20120323070542P</guid></item><item><title>Created Issue: Can't remove unfinished submission [248]</title><link>http://orchardgallery.codeplex.com/workitem/248</link><description>Because clicking the small trash icon causes javascript error.&lt;br /&gt;</description><author>Piedone</author><pubDate>Fri, 23 Mar 2012 19:01:27 GMT</pubDate><guid isPermaLink="false">Created Issue: Can't remove unfinished submission [248] 20120323070127P</guid></item><item><title>Commented Issue: Cannot change icon when editing an existing module [247]</title><link>http://orchardgallery.codeplex.com/workitem/247</link><description>I&amp;#39;ve tried to change the icon for a module I&amp;#39;ve previously added. Everything went smoothly at creation time, but when I&amp;#39;m trying to change the icon afterwards I always have an &amp;#34;Invalid icon format&amp;#34; error message box showing on the top, even when using the same file as uploaded during creation.&lt;br /&gt;&lt;br /&gt;My icon is a PNG-8 with transparency, exported from Photoshop.&lt;br /&gt;Comments: Yeah, there is definitely something wrong with the logo and screenshot handling on the gallery right now. There is also an error deleting images&amp;#58; http&amp;#58;&amp;#47;&amp;#47;orchardgallery.codeplex.com&amp;#47;workitem&amp;#47;239. And I&amp;#39;ve been having trouble uploading more than one screenshot for my FeaturedItemSlider module.&amp;#10;&amp;#10;I&amp;#39;m not sure what caused it to break. I think we need to get the logs from the live gallery instance. The &amp;#34;Invalid format&amp;#34; exception is getting thrown but that&amp;#39;s not really the issue. Something else is causing an error even though that&amp;#39;s what is being reported.</description><author>kevink</author><pubDate>Mon, 05 Mar 2012 14:15:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot change icon when editing an existing module [247] 20120305021543P</guid></item><item><title>Created Issue: Cannot change icon when editing an existing module [247]</title><link>http://orchardgallery.codeplex.com/workitem/247</link><description>I&amp;#39;ve tried to change the icon for a module I&amp;#39;ve previously added. Everything went smoothly at creation time, but when I&amp;#39;m trying to change the icon afterwards I always have an &amp;#34;Invalid icon format&amp;#34; error message box showing on the top, even when using the same file as uploaded during creation.&lt;br /&gt;&lt;br /&gt;My icon is a PNG-8 with transparency, exported from Photoshop.&lt;br /&gt;</description><author>pszmyd</author><pubDate>Sun, 04 Mar 2012 13:05:21 GMT</pubDate><guid isPermaLink="false">Created Issue: Cannot change icon when editing an existing module [247] 20120304010521P</guid></item><item><title>Commented Issue: Can't delete sceenshots in my module in orchard gallery [239]</title><link>http://orchardgallery.codeplex.com/workitem/239</link><description>When deleting a sreenshot this message always appear&amp;#58; &amp;#34;The specified Screenshot could not be removed due to an error. Please try again.&amp;#34; &lt;br /&gt;Comments: I&amp;#39;m not even getting the error message when I try. It just silently fails.</description><author>BertrandLeRoy</author><pubDate>Sat, 03 Mar 2012 19:54:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: Can't delete sceenshots in my module in orchard gallery [239] 20120303075403P</guid></item><item><title>Created Issue: ActiveGames Module Duplicated in Gallery [246]</title><link>http://orchardgallery.codeplex.com/workitem/246</link><description>The &amp;#34;ActiveGames&amp;#34; module is showing 3 separate entries on the gallery. However it only exists once on the feed, as you can see at this url&amp;#58; http&amp;#58;&amp;#47;&amp;#47;packages.orchardproject.net&amp;#47;FeedService.svc&amp;#47;Packages&amp;#40;&amp;#41;&amp;#63;&amp;#36;filter&amp;#61;Id eq &amp;#39;Orchard.Module.ActiveGames&amp;#39;.&lt;br /&gt;&lt;br /&gt;There was mostly likely an issue with syncing that module from the feed which resulted in multiple instances of the Package ContentItem getting created for that module in the Orchard database.&lt;br /&gt;</description><author>kevink</author><pubDate>Wed, 29 Feb 2012 21:06:23 GMT</pubDate><guid isPermaLink="false">Created Issue: ActiveGames Module Duplicated in Gallery [246] 20120229090623P</guid></item><item><title>Created Issue: Problem to publish orchard in Shared Host - Brazil - Locaweb [245]</title><link>http://orchardgallery.codeplex.com/workitem/245</link><description>Guys I am trying to publish the site into Locaweb Host but I cant, when i change trust level to full, i got error, when I delete this i got this error message.&lt;br /&gt;&lt;br /&gt;Server Error in &amp;#39;&amp;#47;&amp;#39; Application.&lt;br /&gt;Security Exception &lt;br /&gt;Description&amp;#58; The application attempted to perform an operation not allowed by the security policy.  To grant this application the required permission please contact your system administrator or change the application&amp;#39;s trust level in the configuration file. &lt;br /&gt;&lt;br /&gt;Exception Details&amp;#58; System.Security.SecurityException&amp;#58; That assembly does not allow partially trusted callers.&lt;br /&gt;&lt;br /&gt;</description><author>MARCELOATAIDE</author><pubDate>Wed, 01 Feb 2012 18:41:10 GMT</pubDate><guid isPermaLink="false">Created Issue: Problem to publish orchard in Shared Host - Brazil - Locaweb [245] 20120201064110P</guid></item><item><title>Commented Issue: Object reference not set to an instance of an object.  [235]</title><link>http://orchardgallery.codeplex.com/workitem/235</link><description>When I try to upload a new package on my local Nuget Gallery Server, the first step, actual upload file, goes fine. But next, when you submit a form populated with package info it fails with the below&amp;#58;&lt;br /&gt;&lt;br /&gt;Server Error in &amp;#39;&amp;#47;&amp;#39; Application.&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Object reference not set to an instance of an object. &lt;br /&gt;Description&amp;#58; 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. &lt;br /&gt;&lt;br /&gt;Exception Details&amp;#58; System.NullReferenceException&amp;#58; Object reference not set to an instance of an object.&lt;br /&gt;&lt;br /&gt;Source Error&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Line 34&amp;#58;             var iconLinkText &amp;#61; string.Empty&amp;#59;&lt;br /&gt;Line 35&amp;#58;         &amp;#125;&lt;br /&gt;Line 36&amp;#58;         &amp;#60;ul class&amp;#61;&amp;#34;&amp;#64;Model.PackageType.ToLower&amp;#40;&amp;#41;&amp;#34;&amp;#62;&lt;br /&gt;Line 37&amp;#58;         &amp;#64;if &amp;#40;&amp;#33;string.IsNullOrWhiteSpace&amp;#40;Model.IconUrl&amp;#41;&amp;#41; &amp;#123;&lt;br /&gt;Line 38&amp;#58;             &amp;#60;li class&amp;#61;&amp;#34;logo&amp;#34;&amp;#62;&amp;#60;img src&amp;#61;&amp;#34;&amp;#64;Model.IconUrl&amp;#34; alt&amp;#61;&amp;#34;Package Icon&amp;#34; &amp;#47;&amp;#62;&amp;#60;span class&amp;#61;&amp;#34;violator&amp;#34;&amp;#62;Logo&amp;#60;&amp;#47;span&amp;#62;&amp;#60;&amp;#47;li&amp;#62;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Source File&amp;#58; c&amp;#58;&amp;#92;NugetG&amp;#92;Website&amp;#92;src&amp;#92;Orchard.Web&amp;#92;Themes&amp;#92;OrchardGallery&amp;#92;Views&amp;#92;Orchard.Gallery&amp;#92;UploadPackageLogoAndScreenshots&amp;#92;Index.cshtml    Line&amp;#58; 36 &lt;br /&gt;&lt;br /&gt;Stack Trace&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#91;NullReferenceException&amp;#58; Object reference not set to an instance of an object.&amp;#93;&lt;br /&gt;   ASP._Page_Themes_OrchardGallery_Views_Orchard_Gallery_UploadPackageLogoAndScreenshots_Index_cshtml.Execute&amp;#40;&amp;#41; in c&amp;#58;&amp;#92;NugetG&amp;#92;Website&amp;#92;src&amp;#92;Orchard.Web&amp;#92;Themes&amp;#92;OrchardGallery&amp;#92;Views&amp;#92;Orchard.Gallery&amp;#92;UploadPackageLogoAndScreenshots&amp;#92;Index.cshtml&amp;#58;36&lt;br /&gt;   System.Web.WebPages.WebPageBase.ExecutePageHierarchy&amp;#40;&amp;#41; &amp;#43;279&lt;br /&gt;   System.Web.Mvc.WebViewPage.ExecutePageHierarchy&amp;#40;&amp;#41; &amp;#43;103&lt;br /&gt;   System.Web.WebPages.WebPageBase.ExecutePageHierarchy&amp;#40;WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage&amp;#41; &amp;#43;172&lt;br /&gt;   Orchard.Mvc.ViewEngines.ThemeAwareness.&amp;#60;&amp;#62;c__DisplayClass7.&amp;#60;FindView&amp;#62;b__5&amp;#40;ViewContext viewContext, TextWriter writer, IViewDataContainer viewDataContainer&amp;#41; in c&amp;#58;&amp;#92;NugetG&amp;#92;Website&amp;#92;src&amp;#92;Orchard&amp;#92;Mvc&amp;#92;ViewEngines&amp;#92;ThemeAwareness&amp;#92;LayoutAwareViewEngine.cs&amp;#58;54&lt;br /&gt;   Orchard.Mvc.ViewEngines.ThemeAwareness.LayoutView.Render&amp;#40;ViewContext viewContext, TextWriter writer&amp;#41; in c&amp;#58;&amp;#92;NugetG&amp;#92;Website&amp;#92;src&amp;#92;Orchard&amp;#92;Mvc&amp;#92;ViewEngines&amp;#92;ThemeAwareness&amp;#92;LayoutAwareViewEngine.cs&amp;#58;84&lt;br /&gt;   System.Web.Mvc.ViewResultBase.ExecuteResult&amp;#40;ControllerContext context&amp;#41; &amp;#43;383&lt;br /&gt;   System.Web.Mvc.&amp;#60;&amp;#62;c__DisplayClass1c.&amp;#60;InvokeActionResultWithFilters&amp;#62;b__19&amp;#40;&amp;#41; &amp;#43;32&lt;br /&gt;   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter&amp;#40;IResultFilter filter, ResultExecutingContext preContext, Func&amp;#96;1 continuation&amp;#41; &amp;#43;784900&lt;br /&gt;   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter&amp;#40;IResultFilter filter, ResultExecutingContext preContext, Func&amp;#96;1 continuation&amp;#41; &amp;#43;784900&lt;br /&gt;   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter&amp;#40;IResultFilter filter, ResultExecutingContext preContext, Func&amp;#96;1 continuation&amp;#41; &amp;#43;784900&lt;br /&gt;   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter&amp;#40;IResultFilter filter, ResultExecutingContext preContext, Func&amp;#96;1 continuation&amp;#41; &amp;#43;784900&lt;br /&gt;   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter&amp;#40;IResultFilter filter, ResultExecutingContext preContext, Func&amp;#96;1 continuation&amp;#41; &amp;#43;784900&lt;br /&gt;   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter&amp;#40;IResultFilter filter, ResultExecutingContext preContext, Func&amp;#96;1 continuation&amp;#41; &amp;#43;784900&lt;br /&gt;   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter&amp;#40;IResultFilter filter, ResultExecutingContext preContext, Func&amp;#96;1 continuation&amp;#41; &amp;#43;784900&lt;br /&gt;   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter&amp;#40;IResultFilter filter, ResultExecutingContext preContext, Func&amp;#96;1 continuation&amp;#41; &amp;#43;784900&lt;br /&gt;   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter&amp;#40;IResultFilter filter, ResultExecutingContext preContext, Func&amp;#96;1 continuation&amp;#41; &amp;#43;784900&lt;br /&gt;   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter&amp;#40;IResultFilter filter, ResultExecutingContext preContext, Func&amp;#96;1 continuation&amp;#41; &amp;#43;784900&lt;br /&gt;   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters&amp;#40;ControllerContext controllerContext, IList&amp;#96;1 filters, ActionResult actionResult&amp;#41; &amp;#43;265&lt;br /&gt;   System.Web.Mvc.ControllerActionInvoker.InvokeAction&amp;#40;ControllerContext controllerContext, String actionName&amp;#41; &amp;#43;784976&lt;br /&gt;   System.Web.Mvc.Controller.ExecuteCore&amp;#40;&amp;#41; &amp;#43;159&lt;br /&gt;   System.Web.Mvc.ControllerBase.Execute&amp;#40;RequestContext requestContext&amp;#41; &amp;#43;335&lt;br /&gt;   System.Web.Mvc.&amp;#60;&amp;#62;c__DisplayClassb.&amp;#60;BeginProcessRequest&amp;#62;b__5&amp;#40;&amp;#41; &amp;#43;62&lt;br /&gt;   System.Web.Mvc.Async.&amp;#60;&amp;#62;c__DisplayClass1.&amp;#60;MakeVoidDelegate&amp;#62;b__0&amp;#40;&amp;#41; &amp;#43;20&lt;br /&gt;   System.Web.Mvc.&amp;#60;&amp;#62;c__DisplayClasse.&amp;#60;EndProcessRequest&amp;#62;b__d&amp;#40;&amp;#41; &amp;#43;54&lt;br /&gt;   Orchard.Mvc.Routes.HttpAsyncHandler.EndProcessRequest&amp;#40;IAsyncResult result&amp;#41; in c&amp;#58;&amp;#92;NugetG&amp;#92;Website&amp;#92;src&amp;#92;Orchard&amp;#92;Mvc&amp;#92;Routes&amp;#92;ShellRoute.cs&amp;#58;148&lt;br /&gt;   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute&amp;#40;&amp;#41; &amp;#43;453&lt;br /&gt;   System.Web.HttpApplication.ExecuteStep&amp;#40;IExecutionStep step, Boolean&amp;#38; completedSynchronously&amp;#41; &amp;#43;371&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;Version Information&amp;#58; Microsoft .NET Framework Version&amp;#58;4.0.30319&amp;#59; ASP.NET Version&amp;#58;4.0.30319.1 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: From what I can see the package gets created on the Nuget Gallery Server BEFORE you can select what type of package it is &amp;#40;i.e. a Module&amp;#41;. Then when it posts from the next page where you fill out additional information, it simply keeps trying to use the PackageType it gets from the Nuget Package Server, not the one you select.. so it always stays NULL. Can&amp;#39;t see how to resolve this though -_-</description><author>hai2u</author><pubDate>Wed, 18 Jan 2012 19:25:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: Object reference not set to an instance of an object.  [235] 20120118072557P</guid></item><item><title>Commented Issue: Cannot upload logo image from local computer [37]</title><link>http://orchardgallery.codeplex.com/workitem/37</link><description> &lt;br /&gt;This may be an IIS permissions issue or issue in Orchard itself, but I am logging a bug for tracking purposes.  For some reason, whenever I upload a logo image from the local computer, I get an error&amp;#58;&lt;br /&gt;&amp;#34;The icon file could not be saved. Please check to make sure it is a valid file type.&amp;#34;&lt;br /&gt;&lt;br /&gt;Apparently I am the only person experiencing this, but it repros on two different machines.  I verified that the IIS worker process has Full Control access to Orchard.Web&amp;#47;Media folder.  What else could be happening here&amp;#63;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: I&amp;#39;ve been having this problem too.&amp;#10;&amp;#10;I&amp;#39;ve been unable to&amp;#10;&amp;#10;- &amp;#34;Update Logo&amp;#34; from from my PC &amp;#40;The icon file could not be saved. Please check to make sure it is a valid file type.&amp;#41;&amp;#10;- &amp;#34;Add Screenshot&amp;#34; from from my PC &amp;#40;The Screenshot could not be saved. Please check to make sure it is a valid file type.&amp;#41;&amp;#10;- Delete screenshots by pressing the red X button.</description><author>jpen</author><pubDate>Sun, 08 Jan 2012 12:57:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cannot upload logo image from local computer [37] 20120108125749P</guid></item><item><title>Commented Issue: The paging control (i.e., Show &lt;number&gt; per page drop-down) does not work [55]</title><link>http://orchardgallery.codeplex.com/workitem/55</link><description>See title.&lt;br /&gt;&lt;br /&gt;Repro steps&amp;#58;&lt;br /&gt;Navigate to the packages listing &amp;#40;e.g., click the Packages tab&amp;#41;&lt;br /&gt;Change the Show drop-down&lt;br /&gt;&lt;br /&gt;Expected&amp;#58; The new page size is used&lt;br /&gt;Actual&amp;#58; Nothing happens&lt;br /&gt;Comments: is it available in orchard 1.3 &amp;#63;</description><author>orchaduser</author><pubDate>Tue, 03 Jan 2012 13:42:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: The paging control (i.e., Show &lt;number&gt; per page drop-down) does not work [55] 20120103014208P</guid></item><item><title>Created Issue: Unpublished module still listed under my submissions [244]</title><link>http://orchardgallery.codeplex.com/workitem/244</link><description>I unpublished one of my modules, Service Validation Libraries. It correctly vanished from the public site and is listed under unpublished packages, but it&amp;#39;s also there under my submissions. When I open it a YSOD comes up.&lt;br /&gt;</description><author>Piedone</author><pubDate>Fri, 23 Dec 2011 20:30:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Unpublished module still listed under my submissions [244] 20111223083051P</guid></item><item><title>Created Issue: Can't add screenshot to theme [243]</title><link>http://orchardgallery.codeplex.com/workitem/243</link><description>Uploading a screenshot to a previously uploaded theme seems to finish but the new screenshot is not shown. It might be a special issue, so the theme in question is this&amp;#58; https&amp;#58;&amp;#47;&amp;#47;gallery.orchardproject.net&amp;#47;List&amp;#47;Themes&amp;#47;Orchard.Theme.Piedone.PrettyGoodBaseTheme&lt;br /&gt;</description><author>Piedone</author><pubDate>Fri, 23 Dec 2011 20:29:13 GMT</pubDate><guid isPermaLink="false">Created Issue: Can't add screenshot to theme [243] 20111223082913P</guid></item></channel></rss>