Wordpress wp-admin HTTP-Fehler 500 (Internal Server Error)?

Guten Abend,

mein Blog funktioniert einwandfrei, wenn ich mich nicht einlogge. Sobald ich mich einlogge bekomme ich die Fehlermeldung:

HTTP-Fehler 500 (Internal Server Error): Beim Versuch des Servers, die Anforderung zu verarbeiten, ist eine unerwartete Bedingung aufgetreten.

Was läuft nur schief??

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
Profile picture for user Guest
Permanenter Link

Der Fehler kann durch Wordpress Plugins verursacht worden sein. Du kannst die Plugins dekativieren.

1. Log dich in PHPMyAdmin ein.
2. In der Tabelle 'wp_options', kannst du den Eintrag 'active_plugins' bearbeiten und den Wert durch folgendes ersetzen. Dann sollte alle Plugins dekativiert sein.
a:0:{}

Profile picture for user Guest
Permanenter Link

Ja, das Problem war, dass ein Plugin nicht richtig funktionierte. Ich habe es gelöscht und neu installiert. Danach ging es.

Profile picture for user Guest
Permanenter Link

Das Problem hatte ich auch, habe die Plugins deaktiviert, aber es hat nichts gebracht. Später habe ich gemerkt, dass ich meine .htaccess Datei beschädigt habe. Habe sie durch folgendes ersetzt und jetzt läuft es wieder!

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

Suche

Neueste Kommentare

  • 6 days 11 hours ago
    CPU benchmarking with sysbench (single-threaded/all cores)

     

    # sysbench --threads="$(nproc)" cpu run

  • 6 days 11 hours ago
    CPU benchmarking with sysbench (single-threaded/all cores)

    # sysbench --threads="$(nproc)" cpu run

  • 6 days 12 hours ago
    Linux Autovervollständigung - bash autocomplete
    source ~/.bashrc

    Diese Lösung wird empfohlen aber hat bei mir nicht funktioniert.

    Welche Alternative gibt es?

  • 6 days 12 hours ago
    PHP-CLI auf PHP8.2 umstellen (für Composer, Drush etc)

    ln -snf /opt/plesk/php/8.3/bin/php /etc/alternatives/php

  • 1 week 4 days ago
    Drush Update failed (require php >=8.2)

    In composer.json, update: 

     

  • 1 week 4 days ago
    Drupal: Anmeldung fehlgeschlagen Es hat mehr als 5 fehlerhafte Anmeldeversuche für dieses Benutzerkonto gegeben. Es ist vorübergehend gesperrt.
    drush sqlq "DELETE FROM flood"
  • 1 week 4 days ago
    Drupal SMTP + Gmail funktioniert nicht mehr (Passwort ist richtig); was ist die Lösung?
  • 1 week 4 days ago
    Failed to authenticate on SMTP server with username gmail.com using the following authenticators: "LOGIN", "PLAIN", "XOAUTH2". Authenticator "LOGIN" returned "Expected response code "235" but got code "535",

    Type    symfony_mailer
    Date    Mo, 28. 08 2024 - 10:14
    User    admin

  • 3 weeks 2 days ago
    Failed to authenticate on SMTP server with username gmail.com using the following authenticators: "LOGIN", "PLAIN", "XOAUTH2". Authenticator "LOGIN" returned "Expected response code "235" but got code "535",

    Update two fields (blob) in Table "config"!

    Search 'name': 

    1. smtp.settings 
    2. symfony_mailer.mailer_transport.smtp

     

     

  • 1 month ago
    The following embed button(s) are not using SVG icons and will not be compatible with CKEditor5

    Admin:

    • /admin/config/content/embed/button/manage/media
    • /admin/config/content/embed

     

    Convert PNG to SVG & Upload!