Forum->Flatnux->problemi con ma beta31
  
Welcome Unknown Register Help383 Users

User Message


gnamikiny

0 Level 0 10

levellevellevellevellevellevellevellevellevellevel
profile mail
Sunday 13 November 2005 - 21:27

problemi con ma beta31:
Ho installato la beta31 sul mio server e incappo nel seguente messaggio di errore:

<font color=#0000ff>
Warning: is_dir(): Stat failed for sections//.lang.xml/ (errno=20 - Not a directory) in /home/httpd/vhosts/scoutstoriafirenze.it/httpdocs/test/shared.php on line 367
</font>

Altri errori sempre legati a lang.xml nel blocco Cerca, nel Sondaggio. Da cosa dipende? Come risolvo?
Grazie





speleoalex

0 Level 10 10

levellevellevellevellevellevellevellevellevellevel
profile mail
Sunday 13 November 2005 - 22:25

Re: problemi con ma beta31:
sei sicuro di avere i permessi in lettura della cartella sections ?
E' un warning che non dovrebbe mai capitare.

cambia la linea 367 di shared.php con la seguente :

<blockquote><pre>
if (($file != ".") && ($file != "..") && is_dir("sections/$filepath/$file") && file_exists("sections/$filepath/$file/$dir.section"))
</pre></blockquote>

anche se secondo me la causa scatenane va cercata altrove.



Alessandro




gnamikiny

0 Level 0 10

levellevellevellevellevellevellevellevellevellevel
profile mail
Sunday 13 November 2005 - 22:41

Re: problemi con ma beta31:
Funziona!:D
Grazie mille!

 [1]