<![CDATA[ Modx 0.9.6.2b file browser probem - fixed - My Forums]]> https://forums.modx.com/thread/?thread=46392 <![CDATA[Re: Modx 0.9.6.2b file browser probem - fixed]]> https://forums.modx.com/thread/46392/modx-0-9-6-2b-file-browser-probem---fixed#dis-post-268259 In my 0962rc2 install the code you presented is just like that in manager\media\browser\mcpuk\connectors\php\config.php.
Is it possible that for TV’s it must be changed somewhere else too?
]]>
vhollo Aug 14, 2008, 05:02 PM https://forums.modx.com/thread/46392/modx-0-9-6-2b-file-browser-probem---fixed#dis-post-268259
<![CDATA[Modx 0.9.6.2b file browser probem - fixed]]> https://forums.modx.com/thread/46392/modx-0-9-6-2b-file-browser-probem---fixed#dis-post-268258
Another one from 0.9.6.2-rc1 rev 3741 .

For those of you that upgraded the initial 0.9.6.2 TinyMCE to 3101 and then broke the file browser.... I could not get the filebrowser connector working for love nor money but investigation then found that the value of 0.9.6.2-rc1 rb_base_url a DB settings value has significantly changed in this version and this was reflected in the MCPUK connectot config in the manager version.


I was forced to copy this change arounf line 90 of connectors/php/config.php to the new version. I will also bring this to the attention of the tinyMCE forum

$basedir = $base_path.$rb_base_dir;
if($_GET['editor'] == 'fckeditor2' && $strip_image_paths == 1){
	$baseurl = $base_url.$rb_base_url;
}else{
	$baseurl = $site_url.$rb_base_url;
}

/*------------------------------------------------------------------------------*/
/* The physical path to the document root, Set manually if not using apache	*/
/*------------------------------------------------------------------------------*/
$fckphp_config['basedir'] = (substr($basedir,-1)=="/") ? substr($basedir,0,-1):$basedir;


Julian]]>
tazzydemon Aug 02, 2008, 04:27 PM https://forums.modx.com/thread/46392/modx-0-9-6-2b-file-browser-probem---fixed#dis-post-268258