Back to top

Autore Topic: Fatal Error mai uscito  (Letto 2215 volte)

Offline Felroth

  • Nuovo arrivato
  • *
  • Post: 30
    • Mostra profilo
Fatal Error mai uscito
« il: 20 Ott 2006, 10:40:09 »
Ciao a tutti, apparentemente senza motivo, quando cerco di entrare nel mio sito mi esce il seguente errore:

Fatal error: require_once() [function.require]: Failed opening required '/workdisk/home/web/www.fibidea.it/htdocs/Web/administrator/components/com_joomfish/mldatabase.class.php' (include_path='.:/usr/local/lib/php') in /workdisk/home/web/www.fibidea.it/htdocs/Web/mambots/system/jfdatabase.systembot.php on line 40

Prima funzionava bene e l'unica cosa che mi viene in mente è che potrebbe essere il componente joomlafish a fare casino.
Ho provato a disinstallarlo ma mi da sempre errori...qualcuno sa aiutarmi?

Offline napo

  • Instancabile
  • ******
  • Post: 6532
  • Sesso: Maschio
  • NO MP TECNICI, verranno ignorati
    • Mostra profilo
Re: Fatal Error mai uscito
« Risposta #1 il: 20 Ott 2006, 10:43:16 »
Fatal error: require_once() [function.require]: Failed opening required '/workdisk/home/web/www.fibidea.it/htdocs/Web/administrator/components/com_joomfish/mldatabase.class.php' (include_path='.:/usr/local/lib/php') in /workdisk/home/web/www.fibidea.it/htdocs/Web/mambots/system/jfdatabase.systembot.php on line 40

Cosa succede alla riga 40 di jfdatabase.systembot.php?
Il file mldatabase.class.php ha i permessi di lettura?


AllOne.it Consulting: http://www.allone.it Gens Joomla, il : http://www.gensjoomla.org  [url=http://www.allone.it/jooml

Offline Felroth

  • Nuovo arrivato
  • *
  • Post: 30
    • Mostra profilo
Re: Fatal Error mai uscito
« Risposta #2 il: 20 Ott 2006, 14:32:26 »
if (file_exists( 'components/com_joomfish/joomfish.php' )) {
   riga 40 --> require_once( $mosConfig_absolute_path . '/administrator/components/com_joomfish/mldatabase.class.php' );
   require_once( $mosConfig_absolute_path . '/administrator/components/com_joomfish/joomfish.class.php' );
   //require_once( $mosConfig_absolute_path '/components/com_joomfish/includes/joomfish.class.php' );
}

Il file mldatabase.class.php ha permessi settati a 644 e non mi è possibile modificarli.

Offline napo

  • Instancabile
  • ******
  • Post: 6532
  • Sesso: Maschio
  • NO MP TECNICI, verranno ignorati
    • Mostra profilo
Re: Fatal Error mai uscito
« Risposta #3 il: 20 Ott 2006, 14:36:53 »
Il file mldatabase.class.php ha permessi settati a 644 e non mi è possibile modificarli.

644 va comunque bene, perchè ha tutti i permessi di lettura.
Io proverei a sovrascriverlo, magari si è corrotto.


AllOne.it Consulting: http://www.allone.it Gens Joomla, il : http://www.gensjoomla.org  [url=http://www.allone.it/jooml

Offline Felroth

  • Nuovo arrivato
  • *
  • Post: 30
    • Mostra profilo
Re: Fatal Error mai uscito
« Risposta #4 il: 20 Ott 2006, 14:59:48 »
Non posso: "permission denied"...

Offline napo

  • Instancabile
  • ******
  • Post: 6532
  • Sesso: Maschio
  • NO MP TECNICI, verranno ignorati
    • Mostra profilo
Re: Fatal Error mai uscito
« Risposta #5 il: 20 Ott 2006, 15:22:04 »
Non posso: "permission denied"...

Installa JoomlaXplorer e cambia i permessi.


AllOne.it Consulting: http://www.allone.it Gens Joomla, il : http://www.gensjoomla.org  [url=http://www.allone.it/jooml

Offline Felroth

  • Nuovo arrivato
  • *
  • Post: 30
    • Mostra profilo
Re: Fatal Error mai uscito
« Risposta #6 il: 20 Ott 2006, 16:33:31 »
Non riesco manco ad installarlo...o è sfiga o c'è qalcosa che non va...

Caricamento nuovo component - Errore
Impossibile copiare il file installazione PHP.

Offline napo

  • Instancabile
  • ******
  • Post: 6532
  • Sesso: Maschio
  • NO MP TECNICI, verranno ignorati
    • Mostra profilo
Re: Fatal Error mai uscito
« Risposta #7 il: 20 Ott 2006, 16:35:54 »
Mmm...
Vai un pò a vedere su Sistema/Info sistema/Permessi.


AllOne.it Consulting: http://www.allone.it Gens Joomla, il : http://www.gensjoomla.org  [url=http://www.allone.it/jooml

Offline Felroth

  • Nuovo arrivato
  • *
  • Post: 30
    • Mostra profilo
Re: Fatal Error mai uscito
« Risposta #8 il: 23 Ott 2006, 11:19:42 »
Info Sistema
PHP built On:       Linux skorpions 2.6.18 #1 SMP Tue Oct 3 15:31:57 CEST 2006 i686
Versione database:    4.0.24-log
Versione PHP:    5.1.4
Web Server:    Apache/2.2.2 (Unix) PHP/5.1.4
WebServer to PHP interface:    apache2handler
Versione Joomla!:    Joomla! 1.0.10 Stable [ Sundown ] 26 June 2006 00:00 UTC
User Agent:    Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Relevant PHP Settings:    
Safe Mode:    ON
Open basedir:    nessuna
Display Errors:    ON
Short Open Tags:    ON
Caricamento file:    ON
Magic Quotes:    ON
Register Globals:    OFF
Output Buffering:    OFF
Session save path:    /tmp
Session auto start:    0
XML enabled:    Si
Zlib enabled:    Si
Funzioni Disabilitate:    nessuna
Editor WYSIWYG:    Nessun editor WYSIWYG

Info permessi
tutto "scrivibile"

Grazie per la pazienza...

Offline napo

  • Instancabile
  • ******
  • Post: 6532
  • Sesso: Maschio
  • NO MP TECNICI, verranno ignorati
    • Mostra profilo
Re: Fatal Error mai uscito
« Risposta #9 il: 23 Ott 2006, 11:23:00 »
Versione Joomla!:    Joomla! 1.0.10 Stable [ Sundown ] 26 June

Io inizierei con aggiornare alla 1.0.11.


AllOne.it Consulting: http://www.allone.it Gens Joomla, il : http://www.gensjoomla.org  [url=http://www.allone.it/jooml

 



Web Design Bolzano Kreatif