From: "Ryan Taylor" on
Hi,

I'm getting a:

Fatal error: Maximum execution time of 30 seconds exceeded in
/usr/share/php/Net/LDAP/Schema.php on line 144

When trying to pull a directory list from our Active Directory server.

Do anyone know why this may have happened?

Or is it possible to attach a Log object to this package?

If so how?

Cheers

Ryan
From: Christian Weiske on
Hello Ryan,

> Fatal error: Maximum execution time of 30 seconds exceeded in
> /usr/share/php/Net/LDAP/Schema.php on line 144
>
> When trying to pull a directory list from our Active Directory server.
>
> Do anyone know why this may have happened?

php.ini sets a maximum execution time limit of 30 seconds, and your
script needs more cpu time. Set the time limit to 0 to deactivate it,
or to a higher value. See the php docs for more info.


--
Regards/Mit freundlichen Grüßen
Christian Weiske