Hi,
ich habe ein großes Problem. Ich habe gerade von Debian 9 auf Debian 10 Buster aktualisiert. Beim ersten Aufruf meiner Wordpress Seite gab es keine Probleme. Aber nun bekomme ich fast bei jeden neuen Seitenaufruf folgende Meldung, auch im Backend.
" Ihre Webseite weist technische Schwierigkeiten auf "
Das habe ich in die WP_Config geschrieben
define( 'WP_DEBUG', true );
define('WP_DEBUG_DISPLAY',true);
Jetzt bekomme ich diese Art von Fehlermeldungen angezeigt.
Fatal error: Uncaught Error: Call to undefined function curl_version() in /var/www/wp-includes/Requests/Transport/cURL.php:534 Stack trace: #0 /var/www/wp-includes/class-requests.php(207): Requests_Transport_cURL::test(Array) #1 /var/www/wp-includes/class-requests.php(377): Requests::get_transport(Array) #2 /var/www/wp-includes/class-http.php(384): Requests::request('https://www.dib...', Array, NULL, 'POST', Array) #3 /var/www/wp-includes/class-http.php(596): WP_Http->request('https://www.dib...', Array) #4 /var/www/wp-includes/http.php(187): WP_Http->post('https://www.dib...', Array) #5 /var/www/wp-includes/cron.php(728): wp_remote_post('https://www.dib...', Array) #6 /var/www/wp-includes/cron.php(773): spawn_cron(1560332713.0861) #7 /var/www/wp-includes/class-wp-hook.php(286): wp_cron('') #8 /var/www/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #9 /var/www/wp-includes/plugin.php(465): WP_Hook->do_action(Array) #10 /var/www/wp-settings.php(525): do_action('init') #11 /var/www/wp-config.php(125) in /var/www/wp-includes/Requests/Transport/cURL.php on line 534
Die Website weist technische Schwierigkeiten auf.
Meine Sourcelist:
deb http://ftp.de.debian.org/debian buster main non-free contrib
deb-src http://ftp.de.debian.org/debian buster main non-free contrib
deb http://security.debian.org/ buster/updates main contrib non-free
deb-src http://security.debian.org/ buster/updates main contrib non-free
deb http://ftp.de.debian.org/debian buster-updates main contrib non-free
deb-src http://ftp.de.debian.org/debian buster-updates main contrib non-free
Muss ich vielleicht etwas umstellen. Oder noch etwas weiteres installierern ? Für Hilfe wäre ich dankbar.
Viele Grüße
Probleme beim Update auf Debian Buster
Re: Probleme beim Update auf Debian Buster
Mit etwas Glück liegt es nur an php und curl.
In Stretch war das Paket php-curl bzw. php7.0-curl.
Mit etwas Glück hattest du php7.0-curl und nicht php-curl installiert und das Paket ist mit dem Dist-Upgrade verloren gegangen.
In Buster nennt es sich php-curl bzw. php7.3-curl
Installiere mal php-curl falls nicht vorhanden.
In Stretch war das Paket php-curl bzw. php7.0-curl.
Mit etwas Glück hattest du php7.0-curl und nicht php-curl installiert und das Paket ist mit dem Dist-Upgrade verloren gegangen.
In Buster nennt es sich php-curl bzw. php7.3-curl
Installiere mal php-curl falls nicht vorhanden.