Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: DB access problem in the first installation step.


chrishajer
Participant

@chrishajer

The important thing to change in line 80 is from

mysql_get_server_info

to

mysqli_get_server_info
^

There’s a letter I in there and it does not look like you changed that based on your error message. You also still need to have the $this->$dbhname as the parameter as well (maybe you already did that, but did not catch the I part.)

Skip to toolbar