[20-Sep-2015 12:20:16 UTC] PHP Warning: require_once(/home/u6247652/public_html/wp-content/plugins/menu-icons/includes/library/functions.php): failed to open stream: No such file or directory in /home/u6247652/public_html/wp-content/plugins/menu-icons/menu-icons.php on line 104
[20-Sep-2015 12:20:16 UTC] PHP Fatal error: require_once(): Failed opening required '/home/u6247652/public_html/wp-content/plugins/menu-icons/includes/library/functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/u6247652/public_html/wp-content/plugins/menu-icons/menu-icons.php on line 104
[22-Sep-2015 21:39:01 UTC] PHP Warning: mysql_set_charset(): MySQL server has gone away in /home/u6247652/public_html/wp-includes/wp-db.php on line 782
[22-Sep-2015 21:39:01 UTC] PHP Warning: mysql_set_charset(): Error reading result set's header in /home/u6247652/public_html/wp-includes/wp-db.php on line 782
[22-Sep-2015 21:39:01 UTC] PHP Warning: mysql_set_charset(): Error executing query in /home/u6247652/public_html/wp-includes/wp-db.php on line 782
22'inden itibaren hata vermeye başladı site admin paneli
Ek Olarak:
Forcerecon adlı üyeden alıntı
Aynı şey mybb'de benim başıma gelmişti. Cache'den dolayı kaynaklanıyor. Ben tüm cacheleri temizlemiştim bilgisayardan sonra sitenin setting.php dosyasında bir ayar vardı cache ile ilgili onu yapmıştım olmuştı fakat hatırlamıyorum
cache dosyalarını hatta veritabanını onarma işlemini hosting firması sağladı. Ama değişen bir şey yok şimdi gene denedim aynı sorun devam ediyor.
Ek Olarak:
Forcerecon adlı üyeden alıntı
Aynı şey mybb'de benim başıma gelmişti. Cache'den dolayı kaynaklanıyor. Ben tüm cacheleri temizlemiştim bilgisayardan sonra sitenin setting.php dosyasında bir ayar vardı cache ile ilgili onu yapmıştım olmuştı fakat hatırlamıyorum
cache dosyalarını hatta veritabanını onarma işlemini hosting firması sağladı. Ama değişen bir şey yok şimdi gene denedim aynı sorun devam ediyor.
Ek Olarak:
akmova adlı üyeden alıntı
[20-Sep-2015 12:20:16 UTC] PHP Warning: require_once(/home/u6247652/public_html/wp-content/plugins/menu-icons/includes/library/functions.php): failed to open stream: No such file or directory in /home/u6247652/public_html/wp-content/plugins/menu-icons/menu-icons.php on line 104
[20-Sep-2015 12:20:16 UTC] PHP Fatal error: require_once(): Failed opening required '/home/u6247652/public_html/wp-content/plugins/menu-icons/includes/library/functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/u6247652/public_html/wp-content/plugins/menu-icons/menu-icons.php on line 104
[22-Sep-2015 21:39:01 UTC] PHP Warning: mysql_set_charset(): MySQL server has gone away in /home/u6247652/public_html/wp-includes/wp-db.php on line 782
[22-Sep-2015 21:39:01 UTC] PHP Warning: mysql_set_charset(): Error reading result set's header in /home/u6247652/public_html/wp-includes/wp-db.php on line 782
[22-Sep-2015 21:39:01 UTC] PHP Warning: mysql_set_charset(): Error executing query in /home/u6247652/public_html/wp-includes/wp-db.php on line 782
22'inden itibaren hata vermeye başladı site admin paneli
Ek Olarak:
cache dosyalarını hatta veritabanını onarma işlemini hosting firması sağladı. Ama değişen bir şey yok şimdi gene denedim aynı sorun devam ediyor.
Ek Olarak:
cache dosyalarını hatta veritabanını onarma işlemini hosting firması sağladı. Ama değişen bir şey yok şimdi gene denedim aynı sorun devam ediyor.
public function set_charset( $dbh, $charset = null, $collate = null ) {
if ( ! isset( $charset ) )
$charset = $this->charset;
if ( ! isset( $collate ) )
$collate = $this->collate;
if ( $this->has_cap( 'collation' ) && ! empty( $charset ) ) {
if ( $this->use_mysqli ) {
if ( function_exists( 'mysqli_set_charset' ) && $this->has_cap( 'set_charset' ) ) {
mysqli_set_charset( $dbh, $charset );
} else {
$query = $this->prepare( 'SET NAMES %s', $charset );
if ( ! empty( $collate ) )
$query .= $this->prepare( ' COLLATE %s', $collate );
mysqli_query( $dbh, $query );
}
} else {
if ( function_exists( 'mysql_set_charset' ) && $this->has_cap( 'set_charset' ) ) {
mysql_set_charset( $charset, $dbh );
} else {
$query = $this->prepare( 'SET NAMES %s', $charset );
if ( ! empty( $collate ) )
$query .= $this->prepare( ' COLLATE %s', $collate );
mysql_query( $query, $dbh );
}
}
}
}
Ek Olarak: Bir fikri olan yok mu arkadaşlar son olarak;
eror_log dosyası içinde yer alan kodlar şu şekilde;
[20-Sep-2015 12:20:16 UTC] PHP Warning: require_once(/home/u6247652/public_html/wp-content/plugins/menu-icons/includes/library/functions.php): failed to open stream: No such file or directory in /home/u6247652/public_html/wp-content/plugins/menu-icons/menu-icons.php on line 104
[20-Sep-2015 12:20:16 UTC] PHP Fatal error: require_once(): Failed opening required '/home/u6247652/public_html/wp-content/plugins/menu-icons/includes/library/functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/u6247652/public_html/wp-content/plugins/menu-icons/menu-icons.php on line 104
[22-Sep-2015 21:39:01 UTC] PHP Warning: mysql_set_charset(): MySQL server has gone away in /home/u6247652/public_html/wp-includes/wp-db.php on line 782
[22-Sep-2015 21:39:01 UTC] PHP Warning: mysql_set_charset(): Error reading result set's header in /home/u6247652/public_html/wp-includes/wp-db.php on line 782
[22-Sep-2015 21:39:01 UTC] PHP Warning: mysql_set_charset(): Error executing query in /home/u6247652/public_html/wp-includes/wp-db.php on line 782
Hatanın olduğu bölümün kodları bu yani 782 line hatası kodu;
mysql_set_charset( $charset, $dbh );
Ek Olarak: Çözüm üretecek biri yok mu koskoca wmaraci'da ?
Ek Olarak: Sorunla ilgili olarak host saglayan firmanin 48saatlik islem sonucu tarafima haber verilecegi soylendi. Bugun doldu bakalim yarin mesai saati bitimine kadar bekleyip gorecegiz cozebilcekler mi
Ek Olarak: Sorun halledildi.