Search found 7 matches

by lujack76
Fri Jul 19, 2002 2:17 pm
Forum: PHP - Code
Topic: Help - Authentication library woes...
Replies: 4
Views: 1419

Well, I just tried that and below is what appears. So I'm getting the HTML past the server, and apparently the include is successful, but the code in login.inc.php has as many bugs as that corridor in "Indiana Jones and the Temple of Doom." Warning: Cannot send session cookie - headers alr...
by lujack76
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...
by lujack76
Wed Jul 17, 2002 8:11 am
Forum: PHP - Code
Topic: user authentication with PHP
Replies: 6
Views: 1576

No sh*t, the file "login.inc.php" failed to load in the browser. No specific error message, just "Attempt to load failed" basically.

At this point what should I do? This file is about 1,000 lines of code if not more.

I appreciate any help...
by lujack76
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...
by lujack76
Tue Jul 16, 2002 9:57 am
Forum: PHP - Code
Topic: user authentication with PHP
Replies: 6
Views: 1576

When you say try loading the library, what specifically do you mean for me to do? I have an index.php which calls a specific function from the included "login.inc.php," are you telling me to write echo 'login.inc.php'; and see what happens?
by lujack76
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...
by lujack76
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...