php-db | 2002122
Date: 12/27/02
- Next message: Rich Hutchins: "RE: [PHP-DB] What is a "wrong parameter count" error mean?"
- Previous message: Jody Cleveland: "[PHP-DB] What is a "wrong parameter count" error mean?"
- Maybe in reply to: Jody Cleveland: "[PHP-DB] What is a "wrong parameter count" error mean?"
- Next in thread: Rich Hutchins: "RE: [PHP-DB] What is a "wrong parameter count" error mean?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
the function takes a certian number of required arguments(or parameters)
and you're not passing enough. For this funtion it only takes one, which
is the ldap resource link identifier. which was probably set in $var =
ldap_connect("ldap_server"). here the resource link identifer would be
$var.
HTH
Jeff
Jody Cleveland
<Cleveland <email protected> To: "Php-Db (E-mail)" <php-db <email protected>>
nefox.org> cc:
Subject: [PHP-DB] What is a "wrong parameter count" error mean?
12/27/2002 11:52 AM
Hello all,
I'm trying to get a php application working that uses ldap. Anyway, when I
try to login, I get this error message:
Warning: Wrong parameter count for ldap_error() in
/var/www/html/mail/mail132/plugins/webcalendar/includes/user-ldap.php on
line 101
What exactly does that mean?
-Jody Cleveland
Winnefox Library System
Computer Support Specialist
cleveland <email protected>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Rich Hutchins: "RE: [PHP-DB] What is a "wrong parameter count" error mean?"
- Previous message: Jody Cleveland: "[PHP-DB] What is a "wrong parameter count" error mean?"
- Maybe in reply to: Jody Cleveland: "[PHP-DB] What is a "wrong parameter count" error mean?"
- Next in thread: Rich Hutchins: "RE: [PHP-DB] What is a "wrong parameter count" error mean?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

