Notifications
Clear all

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.

 

[Solved] Call to undefined method wpdFormAttr\Form::getFormCustomFields()

10 Posts
2 Users
1 Reactions
9,084 Views
Astghik
Posts: 6444
Admin
(@astgh)
Illustrious Member
Joined: 8 years ago

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?

Posts: 27
Customer
Topic starter
(@henrimatthijssen)
Member
Joined: 8 years ago

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.

Posts: 27
Customer
Topic starter
(@henrimatthijssen)
Member
Joined: 8 years ago

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.

Astghik
Posts: 6444
Admin
(@astgh)
Illustrious Member
Joined: 8 years ago

Dear @henrimatthijssen,

Custom fields is that you create in your "Default form" in Dashboard > Comments > Form admin page.Β 

e.g. newΒ Rating field.

rating

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) {
add code here

2. Add the following codeΒ above it

public function getFormCustomFields () {
Β  Β  Β  Β return $this->formCustomFields;
Β }
pass

This will be fixed in next version release.

Posts: 27
Customer
Topic starter
(@henrimatthijssen)
Member
Joined: 8 years ago

This fixed the issue. Thank you very much! This thread can be closed.

Page 2 / 2
Share:
Scroll to top