Datenbank Fehler
-
Hallo zusammen,
ich habe eine frische WordPress Installation zu einer bereits bestehenden SQL-Datenbank hinzugefügt. Dazu habe ich den Präfix statt „wp_“ zu „wp_trodo_“ geändert. Die Ausgabe aus dem Debugmodus sieht wie folgt aus:
WordPress-Datenbank-Fehler: [Table ‚db77687_2.wp_trodo_terms‘ doesn’t exist]
SELECT t.term_id FROM wp_trodo_terms AS t INNER JOIN wp_trodo_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('wp_theme') AND t.name IN ('twentytwentyfive') LIMIT 1WordPress-Datenbank-Fehler: [Table ‚db77687_2.wp_trodo_terms‘ doesn’t exist]
SELECT DISTINCT t.term_id FROM wp_trodo_terms AS t INNER JOIN wp_trodo_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_trodo_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('wp_theme') AND tr.object_id IN (24)WordPress-Datenbank-Fehler: [Table ‚db77687_2.wp_trodo_terms‘ doesn’t exist]
SELECT t.term_id FROM wp_trodo_terms AS t INNER JOIN wp_trodo_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('wp_theme') AND t.slug IN ('twentytwentyfive') ORDER BY t.term_id ASC LIMIT 1WordPress-Datenbank-Fehler: [Table ‚db77687_2.wp_trodo_terms‘ doesn’t exist]
SELECT t.term_id FROM wp_trodo_terms AS t INNER JOIN wp_trodo_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('wp_theme') AND t.name IN ('twentytwentyfive') ORDER BY t.term_id ASC LIMIT 1WordPress-Datenbank-Fehler: [Table ‚db77687_2.wp_trodo_terms‘ doesn’t exist]
SELECT t.term_id FROM wp_trodo_terms AS t INNER JOIN wp_trodo_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('wp_theme') AND t.name IN ('twentytwentyfive') AND tt.parent = '0' ORDER BY t.name ASCWordPress-Datenbank-Fehler: [Table ‚db77687_2.wp_trodo_terms‘ doesn’t exist]
SELECT t.term_id FROM wp_trodo_terms AS t INNER JOIN wp_trodo_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.slug IN ('twentytwentyfive') ORDER BY t.term_id ASC LIMIT 1WordPress-Datenbank-Fehler: [Table ‚db77687_2.wp_trodo_terms‘ doesn’t exist]
SELECT t.term_id FROM wp_trodo_terms AS t INNER JOIN wp_trodo_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.name IN ('twentytwentyfive') ORDER BY t.term_id ASC LIMIT 1WordPress-Datenbank-Fehler: [Table ‚db77687_2.wp_trodo_terms‘ doesn’t exist]
SHOW FULL COLUMNS FROMwp_trodo_termsWordPress-Datenbank-Fehler: [Table ‚db77687_2.wp_trodo_terms‘ doesn’t exist]
SELECT DISTINCT t.term_id FROM wp_trodo_terms AS t INNER JOIN wp_trodo_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_trodo_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('wp_theme') AND tr.object_id IN (24) ORDER BY t.name ASC
Fatal error: Uncaught Error: Class „WP_REST_Application_Passwords_Controller“ not found in /kunden/77687_18109/netzseite_neu/wp-includes/rest-api.php:320 Stack trace: #0 /kunden/77687_18109/netzseite_neu/wp-includes/class-wp-hook.php(324): create_initial_rest_routes() #1 /kunden/77687_18109/netzseite_neu/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #2 /kunden/77687_18109/netzseite_neu/wp-includes/plugin.php(517): WP_Hook->do_action() #3 /kunden/77687_18109/netzseite_neu/wp-includes/rest-api.php(628): do_action() #4 /kunden/77687_18109/netzseite_neu/wp-includes/rest-api.php(586): rest_get_server() #5 /kunden/77687_18109/netzseite_neu/wp-includes/rest-api.php(2973): rest_do_request() #6 [internal function]: rest_preload_api_request() #7 /kunden/77687_18109/netzseite_neu/wp-includes/block-editor.php(754): array_reduce() #8 /kunden/77687_18109/netzseite_neu/wp-admin/edit-form-blocks.php(114): block_editor_rest_api_preload() #9 /kunden/77687_18109/netzseite_neu/wp-admin/post.php(187): require(‚…‘) #10 {main} thrown in /kunden/77687_18109/netzseite_neu/wp-includes/rest-api.php on line 320Die Seite, für die ich Hilfe brauche: [Anmelden, um den Link zu sehen]
Du musst angemeldet sein, um auf dieses Thema zu antworten.
