Ich habe gerade einen Artikel geschrieben und veröffentlicht, worauf hin ich folgende Fehlerseite bekommen habe:
Code
[B]WordPress database error:[/B] [MySQL server has gone away]
SELECT `comment_post_ID` as `post_id`, COUNT(comment_ID) as `comment_count`, comment_approved FROM `wp_comments` GROUP BY `comment_post_ID`
[B]WordPress database error:[/B] [MySQL server has gone away]
SELECT post_modified_gmt FROM wp_posts WHERE post_modified_gmt <= '2007-02-13 14:00:02' AND post_status = 'publish' ORDER BY post_modified_gmt DESC LIMIT 1
[B]WordPress database error:[/B] [MySQL server has gone away]
SELECT post_date_gmt FROM wp_posts WHERE post_date_gmt <= '2007-02-13 14:00:02' AND post_status = 'publish' ORDER BY post_date_gmt DESC LIMIT 1
[B]WordPress database error:[/B] [MySQL server has gone away]
SELECT `ID` ,`post_modified`, `post_date`, `post_status` FROM `wp_posts` WHERE post_status = 'publish' OR post_status='static' ORDER BY post_modified DESC
[B]WordPress database error:[/B] [MySQL server has gone away]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM `wp_posts` p LEFT JOIN `wp_post2cat` pc ON p.ID = pc.post_id LEFT JOIN `wp_categories` c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID
[B]WordPress database error:[/B] [MySQL server has gone away]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, MAX(post_date) as last_mod, count(ID) as posts FROM wp_posts WHERE post_date < '2007-02-13 15:00:02' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC
[B]WordPress database error:[/B] [MySQL server has gone away]
INSERT INTO wp_postmeta (post_id,meta_key,meta_value) VALUES ('71','_encloseme','1')
[B]WordPress database error:[/B] [MySQL server has gone away]
SELECT ID FROM wp_posts WHERE TRIM(to_ping) != '' LIMIT 1
[B]WordPress database error:[/B] [MySQL server has gone away]
SELECT post_id FROM wp_postmeta WHERE meta_key = '_pingme' OR meta_key = '_encloseme' LIMIT 1
[B]WordPress database error:[/B] [MySQL server has gone away]
UPDATE wp_posts SET post_parent = 71 WHERE post_parent = -1171374744
[B]Warning[/B]: Cannot modify header information - headers already sent by (output started at /www/htdocs/w007b6bb/wordpress/wp-includes/wp-db.php:104) in [B]/www/htdocs/w007b6bb/wordpress/wp-includes/pluggable-functions.php[/B] on line [B]270[/B]
Alles anzeigen
Was ist hier schiefgelaufen? Der Artikel wurde jedenfalls gepostet.