[PHP-DB] What is a "wrong parameter count" error mean?

2002-12-27 Thread Jody Cleveland
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?

RE: [PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Jody Cleveland
> Sorry. Stupid technospeak on my part. No problem, much ignorance on my part. > When you connect to the database, you tell it to use a particular > username and password. When these new tables were created, did you > change the permissions in the mysql table for the user, or does that > account

RE: [PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Jody Cleveland
> Does the user that the script runs as have full CRUD access to the > new tables? Have you set any restrictions on what that user can do to > the table(s)? Boy, do I feel lost... How would I check that? Thanks! Jody -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: ht

[PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Jody Cleveland
prefs. For some reason, when I try to change preferences, it never writes that information to the database. But, I can addresses just fine. Is there anything with php settings, or the database itself that may need to be changed? Thanks! Oh, I'm running Redhat 8, Apache 2, PHP 4.3.0 RC1. -Jody