Recent Topics

1 Aug 04, 2012 00:23    

In b2evolution v4.1.5 if you see a PHP notice about $dummy_fields variable, edit line 18 in /skins/basic/_item_comment_form.inc.php

replace this

global $comment_cookies, $comment_allow_msgform;

with this

global $comment_cookies, $comment_allow_msgform, $dummy_fields;


Form is loading...