Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 4294967320 bytes) in /home/webirinc/cayirovageridonusum.com/wp-includes/wp-db.php on line 3184
bu nedir arakdaşalar bilen varmı ?
protected function load_col_info() { if ( $this->col_info ) return;
if ( $this->use_mysqli ) { $num_fields = mysqli_num_fields( $this->result ); for ( $i = 0; $i < $num_fields; $i++ ) { $this->col_info[ $i ] = mysqli_fetch_field( $this->result ); } } else { $num_fields = mysql_num_fields( $this->result ); for ( $i = 0; $i < $num_fields; $i++ ) { $this->col_info[ $i ] = mysql_fetch_field( $this->result, $i ); } } }
burda veriyor hatayı bu satır