MySql 1.3
Hi I've tried to install the kit on to my developer environment before installing newsletter studio however when i go to umbraco content tree is completely empty and theres no recycle bin
View ArticleDeletion of DocType's properties on uSync 1.4.0 and Umbraco 6.1.3
Hi, In the first place, I would like to say that this package is really cool. It carries out all the sync stuff and I only have to worry about content. Awesome. The only problem is that it's not...
View Articletrying to upoad image from disk to umbraco (v6.1.5) using...
Hi trying to upoad image from disk to umbraco (v6.1.5) using mediaService.CreateMedia. Using mediaService.CreateMedia I can create the media object in umbraco which can be viewed from admin. Problem...
View ArticleHow to solve Courier problems.
I think it would be positive if we put together some advice/guidance on how to go about debugging/solving Courier issues. Having just had another Courier site stop working, I have to reassure our...
View ArticleHosting advice please?
Hello, I'm from a web agency in the UK and we are just starting to develop sites in Umbraco and I'm curious as to what the best hosting solution/company may be. Assuming that we will be hosting a...
View Articleusing Document.Copy to move a page keeping the tree structure
Hi, What I'd like to achieve is the following: From within the backend, I've prevented writer and editor users to access the property tab of a node so that they don't mess up with the node definition,...
View ArticleUsing nForum on Umbraco 6
Hello everyone, Did anyone manage to get nForum working on Umbraco 6 ? After the installation, I got a YSOD when I click on "Content" root node, also one of the macro is not working...
View ArticlenForum 1.6
Hello, a v1.6 is mentionned in the package page here on umbraco, but no traces of it on the codeplex site. Where can i find the release nots for it / changelog ? Source code available ? Other...
View ArticleObject reference not set to an instance of an object. v6
Trying to view a category. I applied the fix from this thread http://our.umbraco.org/projects/website-utilities/nforum/general/38955-String-was-not-recognized-as-a-valid-DateTime to address the...
View ArticleHow to work with the Urlpicker datatype in razor
Hi, I'm trying to display the url from the urlpicker datatype, but no luck so far. Does somebody know how to call the url with razor? @item.partnerUrl generates URL,True,,http://www.domain.tld,link
View ArticleRetrieve URL Picker data in Razor
What is the correct Razor code for retrieving the data stored in the uComponents URL Picker? I want to use a conditional statement to check what type of link and whether it opens in a new window, but...
View ArticleUpgrade from 4.11.9 to 6.0.0, Content Nodes Loading Error
I am running the site locally in my IIS Express now. All the nodes are not displayed, from IIS Express window I can see "Request ended:...
View ArticleLive edit mode - how to reenable
Hello Guys, I've started learn Umbraco today and I like it very much. Two things: 1) I disabled "Live edit mode" by pressing Logout and I am not able to reenable it. Sorry for a dummy question but...
View ArticleHow do you Save/Upload a file to Media using the new MediaService API
Looking at the API docs it says: It is worth noting that it is also possible to pass a HttpPostedFile, HttpPostedFileBase or HttpPostedFileWrapper to the SetValue method, so it can be used for...
View Article"A Mapper could not be resolved based on the passed in Type" on 6.1.4 in a...
When running Umbraco 6.1.4 on a three server web farm, I get the following exception on two of the servers every once in a while (typically about once per two days): Exception information:...
View ArticleuLocalGovMVC Starter Kit - Beta Release
An all [new version of the starter kit is now available][1] - built using Mvc for Umbraco 6.1.3 this version is cleaner and nicer than the last one. it includes - Bootstrap 3 templates, for nice...
View ArticlePDF HTML Generator
I am trying to generate a PDF document of a page in my Umbraco CMS. The page contains macros and when I browse to the page the macros render correctly, however, when I try to stream the PDF with a...
View ArticleHello World With MVC
Hi All, I am new to the umbraco. I would like to add my own business logic to Umbraco. For ex: lets say some form to manage Employees. I need to know basics, Is it can be done with Packages ? Is any...
View ArticleApiController Return Json
Hi Guys, I've got a simple api controller like so: public class MailingListApiController : UmbracoApiController { public string GetAllRecipients() { return Json.Encode(new string[] { "Table", "Chair",...
View Article