Include Signup.php

Discussion in 'Troubleshooting' started by YnotInTx, Aug 17, 2003.

  1. YnotInTx

    YnotInTx Guest

    I am trying to include signup.php into a PHP page on my site and when I browse the page it looks for config.inc.php in the wrong directory. It needs to look in amember/. How do I correct this.

    haffelder.com is the page.

    "Warning: Failed opening './config.inc.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/haffelder/home/httpd/html/amember/signup.php on line 20"

    There is another error but I assume it is related to this.

    Thanks,
    Tony
  2. alex-adm

    alex-adm Guest

    Don't include signup page into other one - you will have nothing except troubles.
    Include your code into aMember signup page - it will work.
  3. otravers

    otravers Guest

    What if we want to include sign up functionality into lots of different landing pages?
  4. alex-adm

    alex-adm Guest

    sorry, it is just impossible to do.

Share This Page