Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,253
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,908
- Showcase
- 3,252
-
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', '>=') )
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS