• 05-06-2018, 11:10:19
    #1
    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
  • 05-06-2018, 15:32:54
    #2
    ByTaRiK adlı üyeden alıntı: mesajı görüntüle
    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
    php surumu dusutun 5.3 felan yapin
  • 06-06-2018, 10:21:27
    #3
    theykk adlı üyeden alıntı: mesajı görüntüle
    php surumu dusutun 5.3 felan yapin
    Hocam 5,4 en son düşürebildiğim Function eregi() is deprecated in hatası devam etmekte.
  • 06-06-2018, 11:35:01
    #4
    ByTaRiK adlı üyeden alıntı: mesajı görüntüle
    Hocam 5,4 en son düşürebildiğim Function eregi() is deprecated in hatası devam etmekte.
    eregi 5.3 ten sonra kaltki onun yerine preg_match kullanin