Ahhh, that would be the problem then. Looks like I never put a replace on the adv_no_permission() function. For anyone else that's having this problem, look in your functions_gallery.php file for this code:
Code:
Content visible to verified customers only.
Replace it with this:
Code:
Content visible to verified customers only.
And that should take care of the problem.