1,7,7 crash
-
Hello
Since the update (to 1.7.7) today, there is a problem :
Fatal error: Call to undefined function bbp_is_forum() in www/wp-content/plugins/rating-widget/rating-widget.php on line 3382
I have changed that :
$this->_inBBPress = $this->_inBBPress || bbp_is_forum(get_the_ID());
for that :
// $this->_inBBPress = $this->_inBBPress || bbp_is_forum(get_the_ID());Just added the comment // tag at the beginning of the line
and it seems working now
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘1,7,7 crash’ is closed to new replies.