Come risolvere questo errore Errore fatale: chiamata a una funzione non definita ...?
-
-
Avraibisogno difornire unpo 'più diinformazioni sultuo ambiente (versione di WordPress,tema/plugin attivi,ecc.),Qualsiasi cosafuori dall'ordinario chepotrestifaree dove/come stai ottenendoilerrore.You're going to need to provide quite a bit more information, about your environment (WordPress version, active Theme/Plugins, etc.), anything out of the ordinary that you might be doing, and where/how you're getting the error.
- 0
- 2011-08-12
- Chip Bennett
-
Aggiungi latua soluzione come rispostaeffettiva anziché comemodifica alla domanda.Please add your solution as an actual answer instead of as an edit to the question.
- 0
- 2013-08-25
- s_ha_dum
-
7 risposta
- voti
-
- 2011-08-12
wp()
è unafunzione abbastanzaessenziale.Risiedenelfilefunctions.php
(non confondere confunctions.php
neltema,cosa diversa)e nonpenso chetupossa caricare WP senzapassarerequire
direttivaper quelfile ad un certopunto.Quindi latuainstallazione sembramolto difettosa: oilfile
functions.php
nel core è danneggiato o qualcos'altro èguastoe fa saltareil caricamento di quelfile.wp()
is quite essential function. It resides infunctions.php
file (don't confuse withfunctions.php
in theme, different thing) and I don't think you can load WP without passingrequire
directive for that file at some point.So your install seems very broken - either
functions.php
file in core is damaged or something else is broken and makes it skip loading that file.-
si,hai ragione,quello che hofatto è reinstallaretutto ... risolvoilproblemagiàprima di leggere latua risposta,ma latua risposta è uguale allamia,quindi sceglierò anche latua risposta :)yes your right man , what I did is I reinstall everything...I fix the problem already before I read your answer, but your answer is same as mine , so I'll pick your answer too :)
- 0
- 2011-08-14
- arnold
-
-
Perché questo viene downvoted?Era la causanelmio caso.Why is this getting downvoted? It was the cause in my case.
- 1
- 2016-09-15
- br4nnigan
-
Questoerailproblema anche dapartemia.Penso che un salvataggio di wp-config sia statointerrottoe ilfile èfinitoperessere vuotoe hagenerato questoerrore.L'ho restauratoed è stato riparato.This was the problem on my end too. I think a save of wp-config got interrupted, and the file ended up being blank and was throwing this error. Restored it and it was fixed.
- 1
- 2016-09-30
- sbuck
-
Non so cosa abbia reso vuotoilmiofile wp-config.php.Una volta risolto,tutto hafunzionatobene ...I don't know what made my wp-config.php became empty. Once it was fixed, everything worked fine...
- 0
- 2019-10-27
- amit bakle
-
-
- 2020-04-06
Quando sonomigrato a Siteground,non soperché Siteground abbia cambiatoilfile diinclusionenell'ultima riga delfile
wp-config.php
in una directory sbagliata.Ilpercorso corretto dovrebbeessereinvece questo:
/* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) define( 'ABSPATH', dirname( __FILE__ ) . '/' ); /** Sets up WordPress vars and included files. */ require_once( ABSPATH . 'wp-settings.php' );
When I migrated to Siteground, I don't know why Siteground changed the include file in the last line of
wp-config.php
file to a wrong directory.The correct path should be this one instead:
/* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) define( 'ABSPATH', dirname( __FILE__ ) . '/' ); /** Sets up WordPress vars and included files. */ require_once( ABSPATH . 'wp-settings.php' );
-
- 2013-06-21
Questoproblemapuòessere causato dall'utilizzo dell'aggiornamento automatico quandonon si dispone di spazio su disco sufficiente.Intal caso,libera spazio sultuo server,quindi aggiorna Wordpressmanualmente all'ultima versione.
This problem can be caused by using the automatic update when you don't have enough disk space. If that is the case, free up some space on your server, then upgrade Wordpress to the latest version manually.
-
- 2016-11-16
Sembra cheilproblema sia statoil risultato di wp-config.php danneggiato Ho aggiornato la versione locale con le credenziali del databasee l'ho caricatatramiteftp e hafunzionato.
It seems the issue was a result of corrupted wp-config.php I updated the local version with the database credentials and uploaded via ftp and it worked.
-
- 2020-04-05
Ha avuto lo stessoproblema.Trova una soluzionepiù semplice:
- Apri wp-settings.php
- Commenta le seguenti righe (cerca "health":
// if ( ! class_exists( 'WP_Site_Health' ) ) { // require_once ABSPATH . 'wp-admin/includes/class-wp-site-health.php'; // } // WP_Site_Health::get_instance();
- Aggiornatuttii tuoiplug-in
- Ripristina wp-settings.php allo statoprecedente
Had the same issue. Have an easier solution:
- Open wp-settings.php
- Comment out the following lines (search for "health":
// if ( ! class_exists( 'WP_Site_Health' ) ) { // require_once ABSPATH . 'wp-admin/includes/class-wp-site-health.php'; // } // WP_Site_Health::get_instance();
- Update all your plugins
- Restore wp-settings.php to the previous state
-
- 2017-08-22
fantastico ... se hai unerrorefatale o chiami a unafunzioneindefinita,vai allatuaemaile su quell'emailpotresti avere unmessaggioinviato daltuoindirizzo di hosting ...basta reinstallare o da quellapaginaemailin cui accedi...ilproblema verrà risolto ..
amazing...if you have fatal error or call to undefined funcction jus go to your email and on that email you may have a sent message from your hosting adress...just reinstall or from that email page you log in...problem will be fixed..
-
WordPressnoninvia un'e-mailin caso dierrorefatale.WordPress does not send an email on a fatal error.
- 4
- 2017-08-22
- fuxia
Qualcuno riesce a capire qual èilproblema?
Hogià aggiornato le cartelle
wp-includes
ewp-admin
e ilmiofunctions.php
vabene,manon ho capitoScopri come risolverlo.Qualche suggerimento?<"EDIT"
Ho reinstallato WordPress,(carica lanuova copia sul sitoe mi sono assicurato chefosse aggiornata) -equivalente a un aggiornamentomanuale .
Dopodiché hainiziato afunzionare correttamente,quindiilproblema è stato risolto.