problem with username/password login on custom page problem with username/password login on custom page
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

problem with username/password login on custom page

Started by joecorr, June 15, 2004, 08:10:43 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

joecorr

I'd like to allow my people to be able to enter their username and password on the main page of the site (not in the /photos directory) but when I add it, I get a "No input file specified." error after I click on the "Login" button.

I looked through the support archive and haven't found any help to this.

The link is http://www.nittanynights.com


Thx

Nibbler

You will need to change <form action="login.php... to <form action="/photos/login.php.. for a start.