Forums
-
- Forum
- Posts
-
- Installation
- 28,031
- Troubleshooting
- 61,259
- Themes
- 10,269
- Plugins
- 15,090
- Requests & Feedback
- 14,727
- Showcase
- 3,245
-
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