I'm trying to integrate UMP on a site i'm developing. Installed the last version of it (v1.5, directly from Umbraco backoffice) and a few providers for testing (Facebook, Flickr and Youtube).
Then I did all the required setup (post installation):
Added new data type
Authenticated account
Added new property to document type (of new data type)
Activated the sample macro ([UMP] Facebook Example) visibility in the RTE.
Edited content page and choosed media item for the previous property (the picker perfectly showed all the available items in the account)
Added the macro directly on the main page content markup (RTE).
It didn't worked. Just showed "Error parsing XSLT file: \xslt\[UMP]FacebookExample.xslt" on the rendered html.
I setup a new macro for testing (visualize) on the XSLT editor, but it returned the next error (I'm translating it from spanish):
Error parsing the XSLT:
System.Xml.Xsl.XslTransformException: Can't find any script or extension object associated with the namespace 'urn:facebook'. in System.Xml.Xsl.Runtime.XmlQueryContext.InvokeXsltLateBoundFunction(String name, String namespaceUri, IList`1[] args) in (XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime) in Root(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime) in System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer) in System.Xml.Xsl.XslCompiledTransform.Transform(IXPathNavigable input, XsltArgumentList arguments, TextWriter results) in umbraco.macro.GetXsltTransformResult(XmlDocument macroXML, XslCompiledTransform xslt, Dictionary`2 parameters) in umbraco.presentation.umbraco.developer.Xslt.xsltVisualize.visualizeDo_Click(Object sender, EventArgs e)}
I'm suspecting than the installation went wrong, but just can't figure out where to start checking: the Flickr provider also generated an error (ASP.NET exception): Access to the path 'FlickrNet' is denied (which somebody else has posted here).
I just installed the package/providers on a fresh umbraco installation and got the same error. I suppose the errors are in the providers, because this time I also installed the Picasa provider and it worked just fine.
Btw: My setup is: Windows Server 2008 R2 (IIS 7.5), SQL Server 2008 R2 Express, and VS 2010 (non related right now).
The error with the FlickrNet provider sounds like its related to web.config configuration. During installation a couple of elements should be added in order for the Flickr provider to work. If you look for the following lines in your web.config:
<configSections> <!-- standard umbraco web.config configsections would appear before the flickrNet section --> <section name="flickrNet" type="FlickrNet.FlickrConfigurationManager,FlickrNet" /> </configSections> <flickrNet cacheDisabled="true" />
I'll check those tips as soon as I can. For now we're using the Picasa option to upload and link images in our Umbraco installation, but we're still interested (at least) in using the Facebook provider too.
Problems with UMP
Hello.
I'm trying to integrate UMP on a site i'm developing. Installed the last version of it (v1.5, directly from Umbraco backoffice) and a few providers for testing (Facebook, Flickr and Youtube).
Then I did all the required setup (post installation):
It didn't worked. Just showed "Error parsing XSLT file: \xslt\[UMP]FacebookExample.xslt" on the rendered html.
I setup a new macro for testing (visualize) on the XSLT editor, but it returned the next error (I'm translating it from spanish):
I'm suspecting than the installation went wrong, but just can't figure out where to start checking: the Flickr provider also generated an error (ASP.NET exception): Access to the path 'FlickrNet' is denied (which somebody else has posted here).
Any ideas about these problems??
Thanks in advance.
I just installed the package/providers on a fresh umbraco installation and got the same error. I suppose the errors are in the providers, because this time I also installed the Picasa provider and it worked just fine.
Btw: My setup is: Windows Server 2008 R2 (IIS 7.5), SQL Server 2008 R2 Express, and VS 2010 (non related right now).
Hi Fernando,
Sorry about the late reply.
With regards to the facebook provider please make sure this extension is added to the xsltExtensions.config file:
The error with the FlickrNet provider sounds like its related to web.config configuration. During installation a couple of elements should be added in order for the Flickr provider to work. If you look for the following lines in your web.config:
- Morten
Hi Morten, thanks for the reply.
I'll check those tips as soon as I can. For now we're using the Picasa option to upload and link images in our Umbraco installation, but we're still interested (at least) in using the Facebook provider too.
Fernando.
is working on a reply...