require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/maxmag/single.php'), WP_Query->__construct, WP_Query->query, WP_Query->get_posts, _prime_post_caches, update_post_caches, update_object_term_cache, wp_get_object_terms tarafından oluşturulan SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format') AND tr.object_id IN (373, 410, 413, 423, 441) ORDER BY t.name ASC sorgusu için WordPress veritabanı hatası Got error -1 from storage engine
require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/maxmag/single.php'), get_sidebar, locate_template, load_template, require_once('/themes/maxmag/sidebar.php'), WP_Query->__construct, WP_Query->query, WP_Query->get_posts, _prime_post_caches, update_post_caches, update_object_term_cache, wp_get_object_terms tarafından oluşturulan SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format') AND tr.object_id IN (464, 467, 473) ORDER BY t.name ASC sorgusu için WordPress veritabanı hatası Got error -1 from storage engine
require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/maxmag/single.php'), get_sidebar, locate_template, load_template, require_once('/themes/maxmag/sidebar.php'), WP_Query->__construct, WP_Query->query, WP_Query->get_posts, update_post_caches, update_object_term_cache, wp_get_object_terms tarafından oluşturulan SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format') AND tr.object_id IN (490, 476) ORDER BY t.name ASC sorgusu için WordPress veritabanı hatası Got error -1 from storage engine
PHP Catchable fatal error: Object of class WP_Error could not be converted to string in /home/theflash/public_html/wp-content/themes/maxmag/functions.php on line 417
require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, update_post_caches, update_object_term_cache, wp_get_object_terms tarafından oluşturulan SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format') AND tr.object_id IN (91) ORDER BY t.name ASC sorgusu için WordPress veritabanı hatası Got error -1 from storage engineSorun Temadan mı bilmiyorum fakat Wordpressin varsayılan temasına döndüğümde bu hatayı vermeye devam etti.
[24-Jan-2015 23:17:51 UTC] require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, update_post_caches, update_object_term_cache, wp_get_object_terms tarafından oluşturulan SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format') AND tr.object_id IN (473) ORDER BY t.name ASC sorgusu için WordPress veritabanı hatası Got error -1 from storage engineYaptığım İşlemler
-Tüm WP dosyalarını hem otomatik hem elle güncelledim. Olmadı.
-3 eklentiyi pasifleştirip tekrar sırasıyla aktifleştirdim. Olmadı.
-Tema dosyalarını gözden geçirdim. Olmadı.
-Temayı silip WP'nin varsayılan temasıyla denedim. Olmadı.
-En yüksek sayfada 80 sorgu var. Single sayfalarında 60- 70 arası sorgu var. -40 günlük bir site. Toplamda 70 - 75 civarı yazı var.
-Tema ücretli, premium satın aldığım bir tema korsan vb şeyler yok.
-Bu hataları son 10 günde almaya başladım ancak bu süre içerisinde herhangi bir değişiklik yapmadım.
Ciddi anlamda yardımlarınıza ihtiyacım var arkadaşlar.
Örnek bir hata resmi koyuyorum. Bir konuya girmeye çalıştığımda bu hatayı alıyorum.

İlgili kodda bu. Aşağıda bold olarak işaretlediğim
else {
$cat = get_the_category(); $cat = $cat[0];
$cats = get_category_parents($cat, TRUE, ' ' . $delimiter . ' ');
if ($showCurrent == 0) $cats = preg_replace("#^(.+)\s$delimiter\s$#", "$1", $cats);
echo $cats;
if ($showCurrent == 1) echo $before . get_the_title() . $after;
}
Başka fikri olan var mı?