Forums
-
- Forum
- Posts
-
- Installation
- 28,536
- Troubleshooting
- 62,801
- Themes
- 10,444
- Plugins
- 15,389
- Requests & Feedback
- 14,986
- Showcase
- 3,257
-
bbPress version 0.9.0.4
PHP version 5.2.6
MySQL vesrion 5.0.67-community-log
Someone told me to change :
$this->rows_affected = mysql_affected_rows();
for :
$this->rows_affected = mysql_affected_rows($this->dbh);