Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: DB access problem in the first installation step.


Sam Bauers
Participant

@sambauers

Try changing line 80 from this:

if ( !empty($this->charset) && version_compare(mysql_get_server_info(), '4.1.0', '>=') )

to this:

if ( !empty($this->charset) && version_compare(mysqli_get_server_info($this->$dbhname), '4.1.0', '>=') )

Skip to toolbar