Quantcast
Channel: ActiveTopics
Viewing all 72689 articles
Browse latest View live

Update hosted version through nuget

$
0
0

Hello,

I have an Umbraco website (v7.5.x) which is setup via nuget package. The website is hosted in production which works fine. Now, we are planning to update the website to latest version but foresees few issues.

I can update my dev version by simply updating Umbraco nuget package and follow the upgrade steps. This will update both code files and database in my dev enviornement.

How can I update my hosted version? Does simple deploy of updated code files to production will trigger an upgrade experience? What is the suggest approach to upgrade hosted version in this case? Please note, both dev and hosted version contents (dbs, media files, etc.) are not same.

Any help will be appreciated. Thank you.


You have unsaved changes prompt

$
0
0

Hello,

We have in our Umbraco 7.10.0 CMS a re-occurring prompt telling us -

You have unsaved changes

with the options disregard or stay.

The issue we have is that no changes have been made to the page, yet as we click on different pages in the site tree it keeps asking us preventing us from leaving the page we're on.

Does anyone else get this and what exactly triggers this?

Thanks

Paul

Problem getting value from radiobuttonlist with Umbraco.GetPreValueAsString

$
0
0

Hi can someone see whats wrong with my code

I have this in a PartialView

var scolor=Umbraco.AssignedContentItem.GetPropertyValue<IPublishedContent>("PuffColor");
var color=Umbraco.GetPreValueAsString(scolor);

I revice an error

CS1502: The overlay method that best matches int.Parse (string) has some invalid arguments

Thanks Christina

How to filter multinodetreepicker nodes by property value

$
0
0

Can I filter the nodes which can be selected by the multi node tree picker in the backoffice by property type from the nodes which can be selected? enter image description here

TinyMCE RTE (rich text editor) content deleted if published before editor renders

$
0
0

If the TinyMCE editors are slow to render their toolbars and content for some reason (JavaScript issues, slow network performance, etc.) and a content author saves/publishes changes, ALL RTE content editors get saved as EMPTY. ALL of the RTE content is effectively erased. This has been happening since early version 7 releases.

One potential fix would be to disallow all editing until everything loads. Another would be to hide the all editor fields until they all load. Perhaps the underlying editor should first load a hidden textarea with the content. Even if the interface issues a red error bar when saved prior to a complete load it would at least save authors from losing content.

This is an insidious bug that has bitten me and my clients countless times and really needs to be fixed.

Update CookComputing.XmlRpcV2.dll?

$
0
0

Does anyone know if it's possible to update the "CookComputing.XmlRpcV2.dll" library in Umbraco v4.0.3? (from it's current version v2.2.0.4 to v2.3.2.0)

Reason being that I am working on a new package that integrates Umbraco with WordPress... and to do that I'm using a 3rd-party library called JoeBlogs.

JoeBlogs uses a later version of CookComputing.XmlRpcV2, but when I try to copy the new DLL across I get this error...

Could not load file or assembly 'CookComputing.XmlRpcV2, Version=2.2.0.4, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Highlighting one of the HttpHandlers as the cause of the error:

<add verb="*" path="umbraco/channels.aspx" type="umbraco.presentation.channels.api, umbraco" />

 

I looked into doing a bit of "bindingRedirect", but started to get confused with how it should work...! :-$

Here's what I tried:

<runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
        <dependentAssembly>
            <assemblyIdentity name="CookComputing.XmlRpcV2" publicKeyToken="a7d6e17aa302004d" culture="neutral" />
            <bindingRedirect oldVersion="2.2.0.4" newVersion="2.3.2.0" />
        </dependentAssembly>
    </assemblyBinding>
</runtime>

 

... so it is possible to update the "CookComputing.XmlRpcV2.dll" library?

Thanks in advance, Lee.

Incomplete uninstall

$
0
0

Hello,

I've uninstalled CMSImport but I'm still getting a reference to it when deleting or moving media files.

I've searched the entire solution for the phrase CMSImport (and manually removed it from all language.xml files)

This is the error I'm getting, where else should I look?

Could not load file or assembly 'CMSImportLibrary, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

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.IO.FileNotFoundException: Could not load file or assembly 'CMSImportLibrary, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. 

Archetype Rich Text Editor (RTE) Macro Is Not Rendering

$
0
0

I already made a post about this earlier (http://bit.ly/1qYWccQ), but I still seem to be having issues with it.

I am using some simple and complex macros in the RTE within and Archetype datatype I have made. However, I cannot get them to render with the code I am using. Is anybody out there able to fully render a macro withing the RTE in Archetype? Perhaps I'm missing something? Here is my template code:

@inherits Umbraco.Web.Mvc.UmbracoTemplatePage
@using Archetype.Umbraco.PropertyConverters;
@using Archetype.Umbraco.Models;
@{
Layout = "master.cshtml";
}
@if(Model.Content.GetPropertyValue<Archetype>("mainContent") != null ){
foreach (var fieldset in Model.Content.GetPropertyValue<Archetype>("mainContent").Fieldsets)
{
@Html.Raw(fieldset.GetValue("content"))
}
}

For reference, I'm using Umbraco 7.1 and Archetype 0.5.1-alpha.

I also tried a fresh umbraco install to expirement to see if it was an issue with my current site, but it was not working on the new install either.

What ends up happening is that the Macro content is not rendered, but instead the "macro placeholder" that is seen in the admin side of the RTE gets rendered. Ex:

<div class="umb-macro-holder InsertWistiaVideo mceNonEditable umb-macro-mce_0"><!-- <?UMBRACO_MACRO macroAlias="InsertWistiaVideo" wistiaId="plk53ist2i" /> --><ins>Macro alias: <strong>InsertWistiaVideo</strong></ins></div>

Doesn't show color picker tool

$
0
0

Hello team,

The spectrum color picker doesn't show the color picker tool on loading node, it shows only blank text box and with color code if color is selected on using tool which appears after reloading. i.e. It appers only when the page is refreshed.

a

Will you please once check out it?

when I updating the AutoMapper dll, Result is errors.

$
0
0

I have added CRM Stuff in umbraco project that needs latest AutoMapper(v4.2.1.0) dll. When I updating the AutoMapper dll in bin folder, Result is errors. Current Version AutoMapper is : v3.0.0.0 Current Umbraco Version is : 7.4.3

Errors :

Server Error in '/' Application.

Could not load all types from "businesslogic, Version=1.0.5948.18144, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping: . System.IO.FileLoadException: Could not load file or assembly 'AutoMapper, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) . System.IO.FileLoadException: Could not load file or assembly 'AutoMapper, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

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.Reflection.ReflectionTypeLoadException: Could not load all types from "businesslogic, Version=1.0.5948.18144, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping: . System.IO.FileLoadException: Could not load file or assembly 'AutoMapper, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) . System.IO.FileLoadException: Could not load file or assembly 'AutoMapper, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

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:

[ReflectionTypeLoadException: Could not load all types from "businesslogic, Version=1.0.5948.18144, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping: . System.IO.FileLoadException: Could not load file or assembly 'AutoMapper, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) . System.IO.FileLoadException: Could not load file or assembly 'AutoMapper, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) ] Umbraco.Core.TypeFinder.GetTypesWithFormattedException(Assembly a) +722 Umbraco.Core.TypeFinder.GetClasses(Type assignTypeFrom, IEnumerable1 assemblies, Boolean onlyConcreteClasses, Func2 additionalFilter) +678 Umbraco.Core.TypeFinder.FindClassesOfType(IEnumerable1 assemblies, Boolean onlyConcreteClasses) +176 Umbraco.Core.TypeFinder.FindClassesOfType(IEnumerable1 assemblies) +84 Umbraco.Core.<>c_DisplayClass3d1.<ResolveTypes>b__3c() +130 Umbraco.Core.PluginManager.LoadViaScanningAndUpdateCacheFile(TypeList typeList, TypeResolutionKind resolutionKind, Func1 finder) +70 Umbraco.Core.PluginManager.ResolveTypes(Func1 finder, TypeResolutionKind resolutionType, Boolean cacheResult) +3669 Umbraco.Core.PluginManager.ResolveTypes(Boolean cacheResult, IEnumerable1 specificAssemblies) +229 Umbraco.Core.PluginManager.ResolveApplicationStartupHandlers() +48 Umbraco.Core.CoreBootManager.InitializeApplicationEventsResolver() +102 Umbraco.Core.CoreBootManager.Initialize() +1073 Umbraco.Web.WebBootManager.Initialize() +128 Umbraco.Core.UmbracoApplicationBase.StartApplication(Object sender, EventArgs e) +235 Umbraco.Core.UmbracoApplicationBase.ApplicationStart(Object sender, EventArgs e) +62

[HttpException (0x80004005): Could not load all types from "businesslogic, Version=1.0.5948.18144, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping: . System.IO.FileLoadException: Could not load file or assembly 'AutoMapper, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) . System.IO.FileLoadException: Could not load file or assembly 'AutoMapper, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) ] System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +9916673 System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +118 System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +172 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +336 System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +296

[HttpException (0x80004005): Could not load all types from "businesslogic, Version=1.0.5948.18144, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping: . System.IO.FileLoadException: Could not load file or assembly 'AutoMapper, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) . System.IO.FileLoadException: Could not load file or assembly 'AutoMapper, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) ] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9930568 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34209

Shipping address resets to previous version in Fasttrack

$
0
0

Hi guys,

I have a problem that the Shipping address won't update.

This problem is with the regular Fasttrack implementation. Which I can't figure out why it happens.

Please let me explain the steps:

  1. Be sure to checkout anonymous
  2. Fill in Billing address -> be sure to check "Use for shipping" -> click next
  3. You are in the 'Ship Rate Quote' page. Now you decide that you need a different SHIPPING address. Click on the 'back' button.
  4. Change (some) address information -> click next
  5. Now you see that the shipping address did change
  6. Click next. Now you see that the Shipping address reverted back to the old one.

Somehow the shipping address gets lost... I'm using the latest merchello+fasttrack and also have this while debugging the merchello core.

Does anybody know how to fix this? I've been debugging for hours now....

Any suggestions are welcome! Cheers, Arjan

Server Error - Could not load all types from "Articulate, Version=3.0.1.0

$
0
0

Hi,

I have been receiving this error now 3 times after shutting down my computer when everything appears to be running correctly with Umbraco. I have articulate set up...it always used to work.

I seem to have a running website on localhost, and then all of a sudden when I come back a day later (after shutting down the computer and restarting), I receive the following error. I have gotten around this error before by deleting the /bin and then doing a clean and rebuilt in visual studio, however, this doesn't seem to be a solution...PLEASE HELP :s

Articulate is installed via package. Umbraco v7.10.4.

Could not load all types from "Articulate, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping: . System.IO.FileLoadException: Could not load file or assembly 'CookComputing.XmlRpcV2, Version=2.5.0.0, Culture=neutral, PublicKeyToken=a7d6e17aa302004d' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

STACK TRACE:

[ReflectionTypeLoadException: Could not load all types from "Articulate, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping:
. System.IO.FileLoadException: Could not load file or assembly 'CookComputing.XmlRpcV2, Version=2.5.0.0, Culture=neutral, PublicKeyToken=a7d6e17aa302004d' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
]
   Umbraco.Core.TypeFinder.GetTypesWithFormattedException(Assembly a) +496
   Umbraco.Core.TypeFinder.GetClassesWithBaseType(Type baseType, IEnumerable`1 assemblies, Boolean onlyConcreteClasses, Func`2 additionalFilter) +289
   Umbraco.Core.TypeFinder.FindClassesOfType(IEnumerable`1 assemblies, Boolean onlyConcreteClasses) +62
   Umbraco.Core.<>c__DisplayClass51_0`1.<ResolveTypes>b__1() +29
   Umbraco.Core.PluginManager.ResolveTypesInternalLocked(Type baseType, Type attributeType, Func`1 finder, Boolean cache) +1130
   Umbraco.Core.PluginManager.ResolveTypesInternal(Type baseType, Type attributeType, Func`1 finder, Boolean cache) +151
   Umbraco.Core.PluginManager.ResolveTypes(Boolean cache, IEnumerable`1 specificAssemblies) +326
   Umbraco.Core.CoreBootManager.InitializeApplicationEventsResolver() +58
   Umbraco.Core.CoreBootManager.Initialize() +604
   Umbraco.Web.WebBootManager.Initialize() +16
   Umbraco.Core.UmbracoApplicationBase.StartApplication(Object sender, EventArgs e) +194
   Umbraco.Core.UmbracoApplicationBase.Application_Start(Object sender, EventArgs e) +34

[HttpException (0x80004005): Could not load all types from "Articulate, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping:
. System.IO.FileLoadException: Could not load file or assembly 'CookComputing.XmlRpcV2, Version=2.5.0.0, Culture=neutral, PublicKeyToken=a7d6e17aa302004d' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
]
   System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +10062145
   System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +118
   System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +173
   System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +336
   System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +296

[HttpException (0x80004005): Could not load all types from "Articulate, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping:
. System.IO.FileLoadException: Could not load file or assembly 'CookComputing.XmlRpcV2, Version=2.5.0.0, Culture=neutral, PublicKeyToken=a7d6e17aa302004d' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +10043436
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +95
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254

Homepage menu Access

$
0
0

Hi there,

I am new in Umbraco and I need help. I would like to access the code of homepage's menu. I want to change some codes for the menu bar. This is the website: trans-plan(dot)com

Can someone please tell me how to access this code on Umbraco?

Thanks Ahmet

How to get multiple children from parent by ids?

$
0
0

Hello,

I am quite new to Umbraco and trying to get multiple children from parent by ids in custom api controller.

I am manage to get all children by doing

var content = UmbracoContext.Current.ContentCache.GetById(1114);
var items = content.Children.Select(c => CustomModel.GetFromContent(c));

Thanks,

Unrecognized element 'backOffice' - version 7.8

$
0
0

Hi community,

I am having an issue with the latest version of Umbraco (v7.8.0).

Set it up locally and everything seemed to work fine. Even the initial backoffice tour showed. I clicked don't show this again.

I then created a few DocTypes and templates etc.

I then added a custom Controller for my contact us page and after a building the solution in Visual studio I just keep getting this error

Unrecognized element 'backOffice'.

Any help would be greatly appreciated.

Thanks

Craig


Relation Types Umbraco

$
0
0

Hi Devs, I´m trying to implement relations between nodes using Umbraco Relation Editor, in the backoffice I can see the relation that I have created, but I'm having problems when I try to get the values.

Code

@foreach (var item in Model.Content.Related<IPublishedContent>("relationType"))
{
     <p> @item .Name </p>
}

When I run the project it doesn't show me any values.

I´m using Umbraco 7.2.1 and Umbraco Relation Editor 1.1.5550

Best regards

Issue with recurring times on EventCalendar

$
0
0

Hi David,

I really enjoy using the EventCalendar, but unfortunately I'm having some issues with the time setting on recurring events.

When creating a new event the entered time is being overwritten by the server DateTime.Now - and after creation it's impossible to update the time setting.

Furthermore, it's impossible to add one or more exception dates. Response is a server error without exact details.

I hope that you can help or even better guide me if I'm missing anything. The EventCalendar is being used on a site with multiple calendars.

/Søren

Date time picker not working with Newsletter Studio installed

$
0
0

Date picker working before install. After install it will not load dates and the picker is not activated when I try to choose a new date.

Our website is running 7.10.4.

Install Umbraco in existing ASP.net Web Forms

$
0
0

I have got an existing ASP.NET (Web Forms) website. When I try to install Umbraco, the Umbraco and UmbracoClient folders are empty and doesnot load the admin or Database page to do the setup.

Can anyone share their ideas how they have installed Umbraco in their existing ASP.Net project?

umbraco v7.10.4 Error 404 when upgrading to RankOne 0.3.8 from 0.3.5

$
0
0

Hi,

When upgrading to , you get the following 404 error in the back office...it won't let you initialize (even though you previously were using a RankOne version). I got this issue when nuget upgrading from 0.3.5 to 0.3.8.

/umbraco/backoffice/api/RankOneApi/GetPageHierarchy gives me 404

Any ideas?

I had to revert back to 0.3.5 in Nuget in order to fix this issue.

Viewing all 72689 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>