scusate se faccio un up ma il problema è urgente e devo risolvere quanto prima
Ciao a tutti,
ho un problema. Quanto voglio uploadare una fotografia con tiny MCE e ajax file manager mi esce questo errore:
The requested URL /tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php was not found on this server.
Devo settare qualche percorso o qualche variabile?
<a href="http://it.dreamstime.com/resp2473183-free-photos" ><img src= "http://it.dreamstime.com/refbanner-orange-u-2473183.gif" border="0" width="88" height="31"></a>
scusate se faccio un up ma il problema è urgente e devo risolvere quanto prima
<a href="http://it.dreamstime.com/resp2473183-free-photos" ><img src= "http://it.dreamstime.com/refbanner-orange-u-2473183.gif" border="0" width="88" height="31"></a>




Cosa c'è da capire? Ti manca il file in quella directory (/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php)
ho risolto. Il problema non era relativo alla mancanza del file, ma al set della document root. Ho risolto in questa maniera: ho editato il file config.base.php contenuto in /tiny_mce/plugin/ajaxfilemanager/inc e ho modificato questa riga
in questo modoCodice PHP:define('CONFIG_WEBSITE_DOCUMENT_ROOT', ' ');
Codice PHP:define('CONFIG_WEBSITE_DOCUMENT_ROOT', $_SERVER["DOCUMENT_ROOT"].'PERCORSO DEL MIO TINY MCE');
<a href="http://it.dreamstime.com/resp2473183-free-photos" ><img src= "http://it.dreamstime.com/refbanner-orange-u-2473183.gif" border="0" width="88" height="31"></a>