I can only login 1 of my users (the first as it happens(?)). I have checked they are vaild in CP but always get Access not allowed on login screen - anyone got any ideas?
And also - I can access them fine through member.php - so it's obviously something I've done on my own pages - but I can't see the problem. I am using check.inc.php included at the top of each page
Ok - duh thicko - the problem was the first line $_product_id = array(1,3); should've been (1,2) as only 2 products just in case anyone else struggles with this!