Ein unerwarteter Fehler ist aufgetreten. Möglicherweise stimmt etwas nicht mit WordPress.org oder der Konfiguration dieses Servers
-
-
Installieren Sie WordPressneu.Reinstall WordPress.
- 0
- 2013-10-25
- kaiser
-
@kaiser Ja,es wirdfunktionieren und das habeichgetan.Aber warumist daspassiert?Wasistpassiert?Solltejeder,dermit demselben Problem konfrontiertist und diese Frageeingibt,in diesem Fall seine WordPress-Websites (möglicherweise live)neuinstallieren?@kaiser Yes, it will work and I did that. But why this happened? What happened? Should everybody facing the same issue and entering this question reinstall their WordPress (potentially live) websites when this happens?
- 2
- 2013-10-25
- Paul
-
Ich würde annehmen,dass das Problem unvollständige oderbeschädigte Dateien sind.Alsoja,das wäremein Vorschlag.I'd assume that the problem is incomplete or corrupted files. So yes, that would be my suggestion.
- 1
- 2013-10-25
- kaiser
-
Ichbenutze WordPress 3.5 und dann WordPres 3.6 seit ungefähr 10 Monaten auf diesem lokalen Host.Esist vorein oder zwei Wochen kaputtgegangen und heute konnteichnicht auf WordPress 3.7 aktualisieren.Ich habe/wp-includes/und/wp-admin/und andere Dateien außer wp-config.php und/wp-content/aktualisiert.Alsich http://localhost/wp-admin/eingab,wurdeichgebeten,die Datenbank zu aktualisieren,und die Aktualisierung auf WordPress 3.7funktionierte,aber das Problembliebbestehen.Daserneute Hochladen von Dateien und das Aktualisieren von WordPressist also keine Lösung.Diesistmöglicherweiseetwasfalschmit der Datenbank.Die Neuinstallation dergesamten WordPress- und Reinigungsdatenbank hilft.I've been using WordPress 3.5 and then WordPres 3.6 for around 10 months on this localhost. It broke one or two weeks ago and today I wasn't able to update to WordPress 3.7. I updated /wp-includes/ and /wp-admin/ and other files except wp-config.php and /wp-content/. When I entered http://localhost/wp-admin/ it asked me to update the database and updating to WordPress 3.7 worked but the issue remained. So, reuploading files and updating WordPress isn't a solution. This is perhaps something wrong with the database. Reinstalling entire WordPress and cleaning database helps.
- 1
- 2013-10-25
- Paul
-
Überprüfen Siefür Redhat/Centos den Status `` `Selinux```for redhat/centos, check ```selinux``` status
- 0
- 2020-08-19
- Akhil Jalagam
-
10 Antworten
- Stimmen
-
- 2015-08-26
Inmeinem Fall wareseinfach die SITE-URL,diein den Einstellungen -> Allgemein leergelassen wurde.ich füllteesmit meiner Site-URL und allesbegann wieder zufunktionieren.
Ich habees herausgefunden,indemich WP_DEBUG in wp-config.php aktiviert habe.undich habe diesen Fehlerbekommen: "Hinweis: Undefinierter Index: Host"
In my case, it was simply the SITE URL left blank in Settings -> General. I filled it with my site URL, and everything started working again.
I found out by enabling WP_DEBUG in wp-config.php, and I got this error: "Notice: Undefined index: host"
-
- 2018-04-25
Fürmich war das Problem,dassmeine localhost-Software (MAMP,untermacOS) keine sichere Verbindung herstellen konnte. Nach dem Aktivieren von WP_DEBUG und dem Überprüfen der Protokolldatei wurde derfolgende Fehler angezeigt (Hervorhebung vonmir hinzugefügt):
PHP-Warnung: Ein unerwarteter Fehlerist aufgetreten. Möglicherweise stimmtetwasnicht mit WordPress.org oder der Konfiguration dieses Servers. Wenn Siefortfahren Haben Sie Probleme,versuchen Sieesbitte in den Support-Foren. ( WordPress Es konnte keine sichere Verbindung zu WordPress.org hergestellt werden. Bitte Wenden Sie sich an Ihren Serveradministrator.)in wp-includes/update.php
Nacheinigen Recherchen habeicheine Websitegefunden,diebesagt,dassmeine PHP-cURL-Erweiterungmöglicherweise deaktiviertist. Ich habeeine phpinfo () - Seiteerstellt,um dies zu überprüfen.es wurdebereits aktiviert.
Dann habeicheine andere Sitegefunden,diebesagt,dass MAMPeine libcurl-Bibliothekenthält,in derein ca-cert-Bundlefehlt. Ich werde den Seiteninhalt hier kopieren,nurfür den Fall,dass diese Seite länger dauert :)
Wenn Sie MAMP verwenden undetwasmit cURLtun,ist das wahrscheinlich Sie werden auffolgenden Fehler stoßen:
CURL-Fehler (60): Problemmit dem SSL-Zertifikat. Überprüfen Sie,ob das CA-Zertifikat vorliegt IN ORDNUNG. Details: Fehler: 14090086: SSL Routinen: SSL3_GET_SERVER_CERTIFICATE: Zertifikatüberprüfungfehlgeschlagen
Keine Sorge: MAMP wirdmit einer Curl-Bibliothekgebündelt,in der anscheinend afehlt ca-cert-Bundle,das wir durcheinfaches Neukompilieren von libcurl MAMP lösen verwendet
Gehen wir also wiefolgt vor:
-
Führen Sie/Applications/MAMP/Library/bin/curl-config --version aus,um zu sehen,welche Version,die Sie haben
-
Gehen Sie zu http://curl.haxx.se/download/ und herunterladen die richtige Version
-
Konfigurieren Sieesmit ./configure --prefix=/Applications/MAMP/Library/
-
make & amp; & amp;makeinstall
Wenn allesgutgegangenist,starten Sieeinfach MAMPneu und der Fehler sollte verschwunden sein
Kopiert von http://dev .soup.io/post/56438473/Wenn Sie MAMP verwenden undetwastun
For me, the issue was that my localhost software (MAMP, on macOS) was not able to make a secure connection. After enabling WP_DEBUG and checking the log file, I saw the following error (emphasis added by me):
PHP Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server's configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in wp-includes/update.php
After a bit of research, I found one site saying that my PHP cURL extension might be disabled. I created a phpinfo() page to check; it was already enabled.
Then I found another site saying that MAMP comes with a libcurl library which is missing a ca-cert bundle. I'll copy the page content here, just in case this page lasts longer :)
If you're using MAMP and doing something with cURL, chances are that you'll run into following error:
CURL error (60): SSL certificate problem, verify that the CA cert is OK. Details:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Don't worry: MAMP is bundled with curl library that seems to be missing a ca-cert bundle, which we'll solve by simply recompiling libcurl MAMP is using
So, let's do the following:
Run /Applications/MAMP/Library/bin/curl-config --version to see which version you've got
Go to http://curl.haxx.se/download/ and download the right version
Configure it with ./configure --prefix=/Applications/MAMP/Library/
make && make install
If everything went fine, just restart MAMP and the error should be gone
Copied from http://dev.soup.io/post/56438473/If-youre-using-MAMP-and-doing-something
-
Nachdem der Konfigurationsschritt abgeschlossen war,stellteichfest,dass die SSL-Unterstützung auf Nein und die SSH-Unterstützung auf Neingesetztist. Wird dies auch Probleme verursachen?I noticed once the configuration step was complete that SSL Support is set to no, and SSH Support is set to no. Will this also be causing issues?
- 0
- 2018-08-05
- Adam Patterson
-
- 2016-10-04
Nun,ich hatte sogarein ähnliches Problem. Es wurde durch diefolgenden Schrittebehoben.
1) Melden Sie sichbei "Cpanel" Ihres Hostings an
2) Gehen Sie zu "Gesundheitschecks und Überwachung"
3) Klicken Sie auf "Port 80"
4) Überprüfen Sie,obesblockiertist,
a) JA >> Löschen Sie Dateien,die dortmöglicherweise aufgeführt sind.
b) NEIN >> Wenden Sie sich an Ihren Hosting-Support.
5) Wenn 4a >> Klicken Sie auf "Portentsperren". Es kanneinige Minuten/Stunde dauern,bis der Portentsperrt wird.Well Even had Got a similar issue, It way resolved by following steps.
1) Login to "Cpanel" of Your Hosting
2) Goto "Health Checks and Monitoring"
3) Click "Port 80"
4) Check if its Blocked ,
a) YES>>Delete files which may be listed there.
b) NO >> Contact your Hosting Support.
5) if 4a>>Click unblock the port , It might take couple of min/hrs to get unblocked.-
Erist auf localhost undererwähnt diesin seinerersten Zeile.He's on localhost and he mentions this in his first line.
- 0
- 2018-04-10
- trainoasis
-
- 2018-06-22
Dasgleiche Problemist aufgetreten.Das Dashboard wurdeeinwandfreigeladen,nur die Abschnitte zu Themen und Plugins waren sehr langsam.
Ich habe herausgefunden,dasses sichnur umein DNS-Problem handelt,nachdemichmichbei nslookup erkundigt habe,wasmir Folgendesergab:
Server: 127.0.0.53 Address: 127.0.0.53#53
anstellemeinereigentlichen IP-Adresse.
Es wurdefolgendermaßengelöst:
sudo rm -f /etc/resolv.conf sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf reboot
Encountered the same problem. Dashboard was loading fine, just the Themes and plugins sections were really slow.
Found out that it was just a DNS problem after checking with nslookup, which gave me this :
Server: 127.0.0.53 Address: 127.0.0.53#53
instead of my actual ip adress.
Solved it by doing this :
sudo rm -f /etc/resolv.conf sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf reboot
-
- 2017-07-20
Nachdemichmehr Zeit damit verbracht habe,habeich dies durcheinen Blick auf
gelöstwp-config.php
Stellen Sie sicher,dass dieses Flagfalschist,wenn die Aktualisierungnichtmöglichist.
define('WP_HTTP_BLOCK_EXTERNAL', false);
After spending more time is this I have solved this by looking at
wp-config.php
Make sure this flag is false, if it's true update couldn't be happen
define('WP_HTTP_BLOCK_EXTERNAL', false);
-
Ich habe dies auffalsegesetzt,das Problemistimmernoch da.I have this set to false, the issue is still there.
- 0
- 2018-04-10
- trainoasis
-
- 2017-02-13
Versuchen Sie,wordpress.org zupingen,undfügen Sie den DNS-Eintragin/etc/resolv.conf
einTry to ping wordpress.org, put dns entry in /etc/resolv.conf
-
- 2017-08-07
Bearbeiten Sie
wp_config.php
undfügen Sie denfolgenden Code zum Ende der Datei hinzu:define('FS_METHOD', 'direct');
Damit sollten Plugins und Themes direkt aus dem Online-Repositoryinstalliert werden können.
Edit
wp_config.php
and add the following piece of code to the buttom of the file:define('FS_METHOD', 'direct');
That should allow plugins and themes installation directly from the online repository.
-
- 2018-01-13
Gehen Sie zu Diese Seite laden Sie die Plugin-Zip-Datei herunter undinstallieren Sie siedann aktivieren Siees.
Gehen Sie zu Ihrem WordPress-Dashboard und klicken Sie auf WPCF-Editor,Open Tab Proxy.
Legen Sie Ihren HTTP-Proxyfest.
Zumindestfunktioniertesbei mir.
Go to This page download the plugin zip file and install it then activate it.
Go to your WordPress Dashboard, click WPCF Editor, Open Tab Proxy.
Set your HTTP Proxy.
At least it works on mine.
-
- 2018-01-16
Definieren Sieeinfach Ihre Site-URLin der Datei
wp_config
,Beispiel:define( 'WP_SITEURL', 'http://localhost/your_site' ); define( 'WP_HOME', 'http://localhost/your_site' );
Just define your site URL in the
wp_config
file, example:define( 'WP_SITEURL', 'http://localhost/your_site' ); define( 'WP_HOME', 'http://localhost/your_site' );
-
- 2018-01-16
So wurdemein Problembehoben.
Schritt 1: Gehen Sie zu Cpanel
Schritt 2: Klicken Sie auf "Dateimanager"
Schritt 3: Öffnen Sie "Wp-config.php"im Bearbeitungsmodus.
Schritt 4: Fügen Sie diese Zeileeindefine('WP_HTTP_BLOCK_EXTERNAL', false);
am Ende. Schritt 5: Speichern Sie die Datei
Überprüfen Sienun Ihr
http://yourdomain.com/wp-admin/
Dashboard -ich denke,es wirdbehoben.This is how my issue fixed.
Step1: Go to Cpanel
Step2: Click on "File Manager"
Step3: Open "Wp-config.php" in edit mode.
Step4: Paste this linedefine('WP_HTTP_BLOCK_EXTERNAL', false);
at the end. Step5:Save the fileNow check your
http://yourdomain.com/wp-admin/
Dashboard - i Guess it will be fixed.-
Erist auf localhost undererwähnt diesin seinerersten Zeile.Diesbehebt auchnicht das Problem :)He's on localhost and he mentions this in his first line. Also, this doesn't fix the issue :)
- 0
- 2018-04-10
- trainoasis
Ichführe WordPress aufeinem lokalen Host-WAMP-Server aus und wennich zu "Plugins" oder "Dashboard> Updates" oder sogar zu "Dashboard"gehe,wirdnichtsgeladen (keine WordPress-Nachrichten,keine Updates,undich kannnichtnach Plugins suchen oder aktualisieren).
Im Abschnitt "Plugins" seheich dies,wennich versuche,nachetwas zu suchen:
Hatjemand dieses Problem schoneinmalfestgestellt? Esist vorein paar Wochen über Nachtfürmichpassiert. Esfunktionierte lange und dann hörteeseines Tages auf. Wasichbereitsgetan habe: