Search found 7 matches
- Fri Jul 19, 2002 2:17 pm
- Forum: PHP - Code
- Topic: Help - Authentication library woes...
- Replies: 4
- Views: 1419
- Wed Jul 17, 2002 8:25 am
- Forum: PHP - Code
- Topic: user authentication with PHP
- Replies: 6
- Views: 1576
OK, I stuck a print line into the library file, loaded it in the browser, and the print line executed but here's what followed: Warning: Cannot send session cache limiter - headers already sent (output started at /Users/luke/Sites/PLI/passlib/php_lib_login_includes/login.inc.php:1) in /Users/luke/Si...
- Wed Jul 17, 2002 8:11 am
- Forum: PHP - Code
- Topic: user authentication with PHP
- Replies: 6
- Views: 1576
- Tue Jul 16, 2002 4:31 pm
- Forum: PHP - Code
- Topic: Fatal error: Call to undefined function: (function name)
- Replies: 2
- Views: 848
Fatal error: Call to undefined function: (function name)
...etc, etc. This is really blowing my mind, I have included the appropriate file containing all functions and yet php cannot find the function so it considers it "undefined." Has anyone ever experienced this before, and if anyone has an idea could they please offer some specific advice? I...
- Tue Jul 16, 2002 9:57 am
- Forum: PHP - Code
- Topic: user authentication with PHP
- Replies: 6
- Views: 1576
- Tue Jul 16, 2002 8:22 am
- Forum: PHP - Code
- Topic: user authentication with PHP
- Replies: 6
- Views: 1576
user authentication with PHP
Hello I am getting an error upon executing a page that has an include containing all of the pre-defined functions of this auth library, php_lib_login. The error is that "function is undefined," and yet my include syntax and path are correct. I substituted some sample text php files to make...
- Mon Jul 15, 2002 3:08 pm
- Forum: PHP - Code
- Topic: Help - Authentication library woes...
- Replies: 4
- Views: 1419
Help - Authentication library woes...
Hey, in advance I'd like to thank anyone generous enough to help me get this authentication library going. I downloaded php_lib_login, the latest version, from http://homepage.mac.com/ghorwood/php_lib_login/, and I am having a whale of a time getting it working. I have configured login.inc.php corre...