The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Fatal error: Uncaught Error: Class 'wpdFormAttr\Exception' not found
(@mcworks)
Active Member
Joined: 6 years ago
Hello,
Im runnin lates wordpress on 5.41 with php 7.3.. I have tried both your beta and stable version and all giving me same error.. I have diabled all plugins but smae error persists..
Kindly see below and advise..
Rgds,
Fatal error: Uncaught Error: Class 'wpdFormAttr\Exception' not found
in /xxxxxxxxxxxxx/wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Row.php on line 64
Call stack:
wpdFormAttr\Row::renderCol()
wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Row.php:43
wpdFormAttr\Row::renderRow()
wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Row.php:29
wpdFormAttr\Row::dashboardForm()
wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Form.php:839
wpdFormAttr\Form::renderFormStructure()
wp-content/plugins/wpdiscuz/forms/wpDiscuzForm.php:213
wpDiscuzForm::renderFormGeneralSettings()
wp-includes/class-wp-hook.php:287
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:311
WP_Hook::do_action()
wp-includes/plugin.php:478
do_action()
wp-admin/edit-form-advanced.php:570
require()
wp-admin/post.php:206
(@tomson)
Honorable Member
Joined: 10 years ago
Hi @mcworks,
Could you please deactivate then delete the wpDiscuz and search/install it again?
The error says some files are damaged or don't exist. Also, make sure your server disk space is not full.
(@mcworks)
Joined: 6 years ago
Active Member
Posts: 4
May 21, 2020 7:39 am
@tomson Thanks for the quick reply...
I have already deactivated, deleted and cleared errorlog log thrice now, no change.
Defaulted to Twenty19 theme and disabled all plugins no change..
(@asti)
Joined: 8 years ago
Illustrious Member
Posts: 8192
May 23, 2020 11:49 am
@mcworks,
This issue will be fixed in the next update. If you need to solve it asap, please open the wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Row.php file, find the following line:
throw new Exception("Not whitelisted value detected");
and replace with this one:
throw new \Exception("Not whitelisted value detected");
(@mcworks)
Joined: 6 years ago
Active Member
Posts: 4
May 23, 2020 4:34 pm
@asti hello no change...
I changed in the beta version still there the error.. then I reverted to stable version but that string is not availble in the file mentione... see error below on visible on editing form
Fatal error: Uncaught Exception: Not whitelisted value detected in /xxxxxx/wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Row.php:64 Stack trace: #0 /xxxxxx/wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Row.php(43): wpdFormAttr\Row->renderCol('wpd_form_row_wr...', 'left', Array) #1 /xxxxx/wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Row.php(29): wpdFormAttr\Row->renderRow('wpd_form_row_wr...', Array) #2 /xxxxxx/wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Form.php(839): wpdFormAttr\Row->dashboardForm('wpd_form_row_wr...', Array) #3 /xxxxx/wp-content/plugins/wpdiscuz/forms/wpDiscuzForm.php(213): wpdFormAttr\Form->renderFormStructure() #4 /xxxxxxxd/wp-includes/class-wp-hook.php(287): wpDiscuzForm->renderFormGeneralSettings(Object(WP_Post)) #5 /xxxxx/wp-includes/class-wp-hook.php(311): WP_Hook->apply_fi in /xxxxxxx/wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Row.php on line 64
There has been a critical error on your website. Please check your site admin email inbox for instructions.
(@mcworks)
Active Member
Joined: 6 years ago
Any help would be appreciated.. updated to your latest 7.0.2 but to no avail.. the issue still persists - HELP PLEASE
Errors while viewing form:
Fatal error: Uncaught Exception: Not whitelisted value detected in /home/....../wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Row.php:64 Stack trace: #0 /home/....../wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Row.php(43): wpdFormAttr\Row->renderCol('wpd_form_row_wr...', 'left', Array) #1 /home/....../wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Row.php(29): wpdFormAttr\Row->renderRow('wpd_form_row_wr...', Array) #2 /home/....../wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Form.php(1216): wpdFormAttr\Row->dashboardForm('wpd_form_row_wr...', Array) #3 /home/....../wp-content/plugins/wpdiscuz/forms/wpDiscuzForm.php(209): wpdFormAttr\Form->renderFormStructure() #4 /home/....../wp-includes/class-wp-hook.php(287): wpDiscuzForm->renderFormGeneralSettings(Object(WP_Post)) #5 /home/....../wp-includes/class-wp-hook.php(311): WP_Hook->apply_f in /home/....../wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Row.php on line 64
There has been a critical error on your website. Please check your site admin email inbox for instructions.
(@asti)
Joined: 8 years ago
Illustrious Member
Posts: 8192
Jun 05, 2020 4:09 pm
@mcworks,
Please navigate to Dashboard > wpDiscuz > Forms admin page, delete the comment forms and create it again.