1. sayfa
Dahili MyBB Hatası MyBB, dahili bir SQL hatası olduğunu tespit etti ve aşağıdaki nedenlerden dolayı devam edemiyor. Hata Tipi: Uyarı (2) Hata Mesajı: preg_match() expects parameter 2 to be string, array given Konum: File: inc/functions.php Satır: 6655 Kod: 6652. function validate_utf8_string($input, $allow_mb4=true, $return=true) 6653. { 6654. // Valid UTF-8 sequence? 6655. if(!preg_match('##u', $input)) 6656. { 6657. $string = ''; 6658. $len = strlen($input); Geri Bildirim Raporu: File Line Function /inc/class_error.php 212 errorHandler->output_error [PHP] errorHandler->error /inc/functions.php 6655 preg_match /inc/db_mysql.php 852 validate_utf8_string /search.php 59 DB_MySQL->escape_string
Inject etseler dahi (gerçi bu hata, inject edilemez sanırım) hashleri kıramazlar ondan bir korkum yok, nasıl düzeltebilirim bu hatayı?
< Bu mesaj bu kişi tarafından değiştirildi Kıpçak Beği -- 17 Temmuz 2014; 11:55:38 >