We are running version Umbraco v6.1.2 (Assembly version: 1.0.4927.23554)
with courier 2.7.8.14. We are able to transfer content via courier with no problem, except when we have images in the content.
They don't seem to be transferred. When we try and do this via the media section of the admin console, we get the following error...
21/08/2013 15:41:22; Umbraco.Courier.Core.Exceptions.PackageException: Unable to load item with id 'Image' from provider 'Media types' ---> Umbraco.Courier.Core.Exceptions.RetrieveException: Error retrieving item [Image] from provider [d8e6ad88-e73a-11df-9492-0800200c9a66]. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Umbraco.Courier.Persistence.V6.NHibernate.Persisters.MediaTypeItem.RetrieveItem[T](ItemIdentifier itemId) in c:\Program Files (x86)\teamcity\buildAgent\work\650bafc4b83aa858\Core\Umbraco.Courier.Persistence.V6.NHibernate\Persisters\MediaType.cs:line 247
at Umbraco.Courier.Core.ItemCrudProvider.RetrieveItem[T](ItemIdentifier itemId)
--- End of inner exception stack trace ---
at Umbraco.Courier.Core.ItemCrudProvider.RetrieveItem[T](ItemIdentifier itemId)
at Umbraco.Courier.ItemProviders.MediaTypeItemProvider.HandlePack(ItemIdentifier id)
at Umbraco.Courier.Core.ItemProvider.Package(ItemIdentifier id)
at Umbraco.Courier.RepositoryProviders.Local.Package(ItemIdentifier itemId)
at Umbraco.Courier.Core.Packaging.RevisionPackaging.PackageItem(ItemIdentifier itemId, ItemProvider provider, QueuedItemIdentifier itemInQueue)
--- End of inner exception stack trace ---
at Umbraco.Courier.Core.Packaging.RevisionPackaging.PackageItem(ItemIdentifier itemId, ItemProvider provider, QueuedItemIdentifier itemInQueue)
at Umbraco.Courier.Core.Packaging.RevisionPackaging.PackageBatch()
at Umbraco.Courier.Core.Packaging.RevisionPackaging.PackageBatch()
at Umbraco.Courier.Core.Packaging.RevisionPackaging.Package()
at Umbraco.Courier.Core.TaskManager.manageTask(IRevisionTask value)
Can anyone suggest a solution to the errors that we are experiencing?
I am experiencing similar issues. We have Umbraco v 7.1.9 and Courier 2.5 installed on a development server and a staging server. Is there no alternative that allows media newly added to content to deploy along with the containing document when using Courier ? Will this be fixed in Version 7.2.0 and the new content editor?
if a content document is updated, Courier will transfer media that has previously been embedded in that document. However , any new media that has been uploaded using the Media Picker is not transferred : The image tag is transferred to the destination server document but it is broken because the actual image and its' containing folder were not transferred.
There are manual workarounds but are not user-friendly :
(1) After adding media to document(s) using Media Picker , go to the Media Nav menu Item and right-click deploy each of them using courier .
(2) When deploying documents using Right Click , select the Go to Advanced Settings and specify the media under 'Add Files or Folders to Depployment'.
If you still see the issue can you send us a support request with details so we can investigate. This should be supported and is part of our test pass.
Courier unable to deploy media
Hi
We are running version Umbraco v6.1.2 (Assembly version: 1.0.4927.23554) with courier 2.7.8.14. We are able to transfer content via courier with no problem, except when we have images in the content.
They don't seem to be transferred. When we try and do this via the media section of the admin console, we get the following error...
Can anyone suggest a solution to the errors that we are experiencing?
Thanks Martin.
Bump :)
Tumbleweed...
Jeez, I give up.
Does anyone know if there are there any other alternatives out there to Courier for making deployment easy?
Hey Martin
Why not try uSync if you only need Courier for deployment? It's awesome!
I am experiencing similar issues. We have Umbraco v 7.1.9 and Courier 2.5 installed on a development server and a staging server. Is there no alternative that allows media newly added to content to deploy along with the containing document when using Courier ? Will this be fixed in Version 7.2.0 and the new content editor?
if a content document is updated, Courier will transfer media that has previously been embedded in that document. However , any new media that has been uploaded using the Media Picker is not transferred : The image tag is transferred to the destination server document but it is broken because the actual image and its' containing folder were not transferred.
There are manual workarounds but are not user-friendly :
(1) After adding media to document(s) using Media Picker , go to the Media Nav menu Item and right-click deploy each of them using courier .
(2) When deploying documents using Right Click , select the Go to Advanced Settings and specify the media under 'Add Files or Folders to Depployment'.
@Colin
You should update to the latest released hotfix availabel here http://our.umbraco.org/projects/umbraco-pro/umbraco-courier-2
If you still see the issue can you send us a support request with details so we can investigate. This should be supported and is part of our test pass.
Hey @All
After a few helpful users shared their environments with us we were bale to repro this behavior in v7 and have a fix in the .123 build here: http://nightly.umbraco.org/UmbracoCourier/Umbraco%207/Release/
Any iinput on the resoltuion of this issue would be great as it is the *last* fix for this release.
Thanks!
is working on a reply...