Hi, I have a strange problem ( - I'm sure it used to work ok). When an expired member logs going directly to login.php, all is fine and member is taken to member page to renew subs. However when given ;login form from a web page (using check.inc.php) he get an error message 'Access not allowed'. Any ideas where I've gone wrong? :blink:
It is ok, because you require ACTIVE subscription to access your page protected with php_include, isn't it? For this case, use: $_product_id = array('ONLY_LOGIN'); before including check.inc.php