PHP Classes

Stopped working again

Recommend this page to a friend!

      Advanced FTP client class  >  All threads  >  Stopped working again  >  (Un) Subscribe thread alerts  
Subject:Stopped working again
Summary:Now it's timing out in ftp_class_pure.php
Messages:2
Author:Laura Thomas
Date:2007-07-19 15:50:39
Update:2007-07-20 08:02:36
 

  1. Stopped working again   Reply   Report abuse  
Picture of Laura Thomas Laura Thomas - 2007-07-19 15:50:39
Hi Alexey

It's me again. Everything has been working great until this morning - now I'm getting the following message:

Fatal error: Maximum execution time of 60 seconds exceeded in C:\Apache\Apache2\htdocs\lospradoshomes\ftp_class_pure.php on line 52

Line 52 is:
if(preg_match("/^([0-9]{3})(-(.*[".CRLF."]{1,2})+\\1)? [^".CRLF."]+[".CRLF."]{1,2}$/", $this->_message, $regs)) $go=false;

Any ideas? I can't think of what I might've done to stop things from working???

Thank you,
laura

  2. Re: Stopped working again   Reply   Report abuse  
Picture of Alexey Dotsenko Alexey Dotsenko - 2007-07-20 08:02:36 - In reply to message 1 from Laura Thomas
PHP script execution time limit exceeded. May be set_time_limit not work?