arkadaşlar wordpress sistemde
PHP Warning: Error while sending QUERY packet. PID=2594902 in /home/antalyam/public_html/wp-includes/wp-db.php on line 1924
if ( ! empty( $this->dbh ) && $this->use_mysqli ) {
$this->result = mysqli_query( $this->dbh, $query );
} elseif ( ! empty( $this->dbh ) ) {
$this->result = mysql_query( $query, $this->dbh );
}
$this->num_queries++;
PHP Deprecated: Function eregi() is deprecated in /home/antalyam/public_html/index.php on line 4
PHP Deprecated: Function eregi() is deprecated in /home/antalyam/public_html/index.php on line 6
index.php
<?php endwhile; else : echo("<p>Aradığınız sayfa bulunamadı.</p>"); endif; ?>
<?php get_template_part('navi'); ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
kırmızı işaretli satırlar ilgili olmak üzere sürekli hata almaktayım... bu sorunu nasıl aşabiliriz
QUERY packet ve Function eregi sorunu..
3
●218
- 05-06-2018, 15:32:54php surumu dusutun 5.3 felan yapinByTaRiK adlı üyeden alıntı: mesajı görüntüle
- 06-06-2018, 10:21:27Hocam 5,4 en son düşürebildiğim Function eregi() is deprecated in hatası devam etmekte.theykk adlı üyeden alıntı: mesajı görüntüle
- 06-06-2018, 11:35:01eregi 5.3 ten sonra kaltki onun yerine preg_match kullaninByTaRiK adlı üyeden alıntı: mesajı görüntüle