Joomla.it Forum

Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => : easyPC 08 Jan 2009, 21:07:51

: JFolder::create: Path not in open_basedir paths
: easyPC 08 Jan 2009, 21:07:51
Scusate ma non so più che fare, premetto che il file di configurazione è apposto e così i permessi alle cartelle...

Cosa può essere?

Sto pensando ricaricare i file di joomla ( in poche parole aggiornarlo) ma ho paura di rovinare mezzo mondo.

Aiutooooooooooooooooooooooooooooo!
: Re: JFolder::create: Path not in open_basedir paths
: Giuseppe Silvestri 08 Feb 2009, 12:38:48
Controlla i percorsi delle cartelle tmp e logs nel file configuration.php.
Questi qua:

----
var $log_path = tua path assoluta del sito+/logs;
var $tmp_path = tua path assoluta del sito+/tmp;
----
Per vedere la path assoluta fai uno script php con il seguente codice e lancialo e vedi cosa ti dà:

<?php
$path = getcwd();
echo "Path assoluta: ";
echo $path;
?>

Saluti.
: [RISOLTO]: Re: JFolder::create: Path not in open_basedir paths
: easyPC 08 Feb 2009, 17:50:52
Grazie mille! era uno slash in meno......