Error when approving topic or reply
-
When I approve a reply from the front-end button, I get two PHP warnings logged:
Warning: Missing argument 4 for gdbbx_attachments_front::save_reply() in /home/antipole/public_html/ovni-owners-test-site/wp-content/plugins/gd-bbpress-toolbox/modules/attachments/front.php on line 175
Warning: Missing argument 5 for gdbbx_attachments_front::save_reply() in /home/antipole/public_html/ovni-owners-test-site/wp-content/plugins/gd-bbpress-toolbox/modules/attachments/front.php on line 175I have tested this with the minimum of plug-ins active, namely: bbPress; gd bbpress toolbox; bbPress Moderation Tools; Error Log Monitor; Log Emails,; Stop emails & User Switching.
I have been in contact with the author of gd-bbpress-toolbox, who advises:
This is a problem caused by the ‘bbPress Moderation Tools’ plugin that executes bbPress actions ‘bbp_new_reply’ and ‘bbp_new_topic’ with wrong signature (some arguments are missing). My plugin depends on that fifth argument. If any plugin should run the actions bbPress runs in its core, they need to match the arguments, and this plugin is not doing that, so I can’t help you with it until the author of the plugin fixes it. You can try contacting plugin author to fix the plugin,
Can you look at this, please.
- The topic ‘Error when approving topic or reply’ is closed to new replies.