1
Le voci di Joomla.it (solo per versione Joomla 1.0.x) / Re: Alcuni problemi con JoomlaFCK
« il: 21 Apr 2006, 19:35:46 »
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
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