Per il secondo problema ho trovato questo:
Problem:
The problems occurs, if you don't use the $_SEVER['DOCUMENT_ROOT'] and you placed the Joomla installation
under another directory, e.g.
http://www.sitename.de/joomla/.
Solution:
[JOOMLA]/mambots/editors/fckeditor/editor/filemanager/browser/default/connectors/php/config.php
Replace the $parent by the following line 27:
#$parent = str_replace( $_SERVER['DOCUMENT_ROOT'],"", $absolute );
$parent= $mosConfig_live_site;
This helped on my sites and is flexible on all installations.
Bernhard
Ha funzionato!!
Per il primo problema? Nessuna notizia?
Grazie.
Dan