New Post has been published on Control
New Post has been published on http://www.control.com.tr/vbulletin-search-php-internal-server-error-duzeltme.aspx
Vbulletin search.php Internal Server Error Düzeltme
Vbulletin search.php Internal Server Error Düzeltme işlemini ftp-vbulletin üzerinden yapacağız.
vb/search/criteria.php de
if (method_exists($this->search_type, ‘get_display_name’))
yazısını
if (is_object($this->search_type) && is_callable($this->search_type->get_display_name()))
olarak düzeltiniz.Kolay gelsin..














