Quote:
Originally Posted by Trovador
This error appear when deleted, edit, move pots.
|
Works fine for me. Check the hook
forumdata_start. It should be enabled and contain:
Code:
$this->validfields['allowprefix'] = array(TYPE_BOOL, REQ_NO);
$this->validfields['prefixrequired'] = array(TYPE_BOOL, REQ_NO);
$this->validfields['lastthreadprefix'] = array(TYPE_STR, REQ_NO);