[Bb-trac] Re: [bbPress] #745: When using mysqli extension,
db connect fails
bbPress
bb-trac at lists.bbpress.org
Sun Sep 30 11:56:33 GMT 2007
#745: When using mysqli extension, db connect fails
----------------------------+-----------------------------------------------
Reporter: mdawaffe | Owner:
Type: defect | Status: new
Priority: high | Milestone: 0.8.4 & Pings
Component: Administration | Version: 0.8.3
Severity: major | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by sambauers):
That call to mysqli_get_server_info() needs to contain the link to the
mysqli object.
So perhaps line 80 should be:
{{{
if ( !empty($this->charset) &&
version_compare(mysqli_get_server_info($this->$dbhname), '4.1.0', '>=') )
}}}
--
Ticket URL: <http://trac.bbpress.org/ticket/745#comment:2>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list