Forums
-
- Forum
- Posts
-
- Installation
- 26,456
- Troubleshooting
- 56,815
- Themes
- 9,875
- Plugins
- 14,454
- Requests & Feedback
- 14,165
- Showcase
- 3,222
-
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