Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,654
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
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.)