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
Don't include signup page into other one - you will have nothing except troubles. Include your code into aMember signup page - it will work.