Back to top

Autore Topic: JFolder::create: Path not in open_basedir paths  (Letto 3112 volte)

Offline easyPC

  • Nuovo arrivato
  • *
  • Post: 9
  • Sesso: Maschio
    • Mostra profilo
JFolder::create: Path not in open_basedir paths
« il: 08 Gen 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!

Offline Giuseppe Silvestri

  • Nuovo arrivato
  • *
  • Post: 24
    • Mostra profilo
Re: JFolder::create: Path not in open_basedir paths
« Risposta #1 il: 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.

Offline easyPC

  • Nuovo arrivato
  • *
  • Post: 9
  • Sesso: Maschio
    • Mostra profilo
[RISOLTO]: Re: JFolder::create: Path not in open_basedir paths
« Risposta #2 il: 08 Feb 2009, 17:50:52 »
Grazie mille! era uno slash in meno......
« Ultima modifica: 08 Feb 2009, 17:53:30 da easyPC »

 



Web Design Bolzano Kreatif