Check.inc Problem?

Discussion in 'Troubleshooting' started by Guest, Sep 30, 2003.

  1. Guest

    Guest Guest

    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:
  2. alex-adm

    alex-adm Guest

    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

Share This Page