01-20-2010 10:35 AM
02-02-2010 02:59 AM
02-02-2010 03:32 AM
/**
* SWFObject patch
* Ensures all flashvars are URI encoded
*/
YAHOO.deconcept.SWFObject.prototype.getVariablePairs = function()
{
var variablePairs = [],
key,
variables = this.getVariables();
for (key in variables)
{
if (variables.hasOwnProperty(key))
{
variablePairs[variablePairs.length] = key + "=" + encodeURIComponent(variables[key]);
}
}
return variablePairs;
};
03-23-2010 01:28 AM
07-12-2011 10:54 AM
07-12-2011 11:38 AM
I am getting a similar problem with a .doc file in 3.4.d – the log shows this:Pretty sure that's a different issue, so please create a new topic. Also it's generally a bad idea to truncate exception traces, as it is no longer possible to see the root cause.
java.lang.NullPointerException
at org.alfresco.repo.action.CreateThumbnailActionFilter.compare(CreateThumbnailActionFilter.java:38)
….
Any fix for that?
Thanks,
Tom
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.