Quote:
Originally Posted by dlewisr
vb/search/criteria.php
if (method_exists($this->search_type, 'get_display_name'))
{
$hashstrings[] = 'type:' . $this->search_type->get_display_name();
}
else
{
$hashstrings[] = 'type:' . strval($this->search_type);
}
and replace it with
$hashstrings[] = 'type:' . strval($this->search_type);
|
Is this the fix.?
I am having a similar issue.
Code:
Database error in vBulletin :
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
/home/mysite.com/forum/includes/class_core.php on line 314