<![CDATA[ 0.9.6.2 Resource Browser Discrepancy - My Forums]]> https://forums.modx.com/thread/?thread=46396 <![CDATA[Re: 0.9.6.2 Resource Browser Discrepancy]]> https://forums.modx.com/thread/46396/0-9-6-2-resource-browser-discrepancy#dis-post-268268 Quote from: Bravado at Sep 05, 2008, 04:36 PM

I’ll test this locally and see if I can find the culprit. Probably is a permissions thing.

Jeff

That would be fabulous, thanks.]]>
rx2 Sep 07, 2008, 10:36 AM https://forums.modx.com/thread/46396/0-9-6-2-resource-browser-discrepancy#dis-post-268268
<![CDATA[Re: 0.9.6.2 Resource Browser Discrepancy]]> https://forums.modx.com/thread/46396/0-9-6-2-resource-browser-discrepancy#dis-post-268267
Jeff]]>
Bravado Sep 05, 2008, 11:36 AM https://forums.modx.com/thread/46396/0-9-6-2-resource-browser-discrepancy#dis-post-268267
<![CDATA[0.9.6.2 Resource Browser Discrepancy]]> https://forums.modx.com/thread/46396/0-9-6-2-resource-browser-discrepancy#dis-post-268266
I’m developing a site that some of the people in the company can logon to go to a blog entry page to input blogs. I upgraded to 0.9.6.2-rc2 as you can allow web users to use the Resource Browser to upload images.

The login works, which redirects the web user to the blog entry page. They can input all the copy and that works. However, when inserting an image, although you can now click the browse for image button, and you can browser for a file, I don’t see any of the existing images in the window and when browsing for a file from the hard drive, I’m unable to upload it. It just sits at 0% progress.

I get a this.DomDocument is null error and this area of fckxml.js is highlighted:

FCKXml.prototype.SelectSingleNode = function( xpath ) 
{
	if ( document.all )		// IE
		return this.DOMDocument.selectSingleNode( xpath ) ;
	else					// Gecko
	{
		var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
				this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), 9, null);

		if ( xPathResult && xPathResult.singleNodeValue )
			return xPathResult.singleNodeValue ;
		else	
			return null ;
	}
}


However, if I’m logged into the manager on another tab, the web user in the other tab can access the images and upload new images. I can’t quite figure out what’s going on but it must be a permission thing?]]>
rx2 Sep 02, 2008, 08:57 AM https://forums.modx.com/thread/46396/0-9-6-2-resource-browser-discrepancy#dis-post-268266