Fatal error with bbPress User Edit
-
bbPress has a frontend edit screen for users. If I try to use it I get the error message:
Fatal error: Call to undefined function do_meta_boxes() in [...]/plugins/archiver/includes/class-archiver.php on line 462
I can see that do_meta_boxes() is an admin function, so it won’t work on the bbPress frontend edit screen. I’ve hacked line 462 to put an is_admin() test before the call.
No urgency for a permanent fix, as my workround seems to be working OK.
Thanks again for a very useful plugin.
- The topic ‘Fatal error with bbPress User Edit’ is closed to new replies.