I'm sorry but there is no way to help you without having admin access. Could you please send admin login details to support[at]gvectors.com email address?
Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and weβll resume our usual support by the end of August.
Can you first explain what 'Custom Fields' means and how to configure it? I have the feeling this is the culprit as I do not use/have it?
Update: I am pretty sure it is related to 'Custom Fields'. Only when I use as search 'All' or 'Custom Fields' I get this error-message.
Workaround for avoiding this issue is now:
Select only 'Content', 'Author' and 'Email' as "Available search fields" and use 'Content' as "Default search field".
However I would prefer to have "Default search field" for 'All' which is with this workaround not possible.
Dear @henrimatthijssen,
Custom fields is that you create in your "Default form" in Dashboard > Comments > Form admin page.Β
e.g. newΒ Rating field.
More info here:
https://wpdiscuz.com/docs/wpdiscuz-documentation/comment-forms/
I suggest you the followingΒ temporary solution.
1. In wpDiscuz > forms >Β wpdFormAttr >Β Form.php file find this line
Β public function setFormID($formID) {
2. Add the following codeΒ above it
public function getFormCustomFields () {
Β Β Β Β return $this->formCustomFields;
Β }
This will be fixed in next version release.
This fixed the issue. Thank you very much! This thread can be closed.