|
From: "Ryan Taylor" on 7 May 2008 04:41 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 9 May 2008 03:53 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
|
Pages: 1 Prev: [ANNOUNCEMENT] Payment_Process-0.6.6 (beta) Released. Next: NET_LDAP Timeing Out |