Replies: 0
Hi there, just downloaded this plugin and so far it seems to be exactly what I was looking for. However, I kept coming across a pretty annoying PHP error every time I changed a setting in the plugin (did not seem to affect functionality), and I think I may have tracked it down-
in meta-box.php, line 291 if ($_POST['_private_group_nonloggedin']) { should probably be if (isset($_POST['_private_group_nonloggedin'])) {. I didn’t test this fix thoroughly but it seems to have worked for me and hopefully others may find this helpful.