|
From: David L. <boo...@dj...> - 2003-11-23 12:36:10
|
On Sat, 22 Nov 2003 22:19:10 -0500 (EST), Kynan Cheng <ka...@ya...> wrote: >I'm experiencing the same problem as Julien, but on my own server. > >My client will freeze, and the tooltip over the tray icon says=20 >SyncIT:Offline. >Then it'll go back to SyncIT:syncing. But it never turns blue and >purple. >If I hit cancel in the Step 4 of 4 dialog box, it takes me back to >Step 3. Upon clicking next, it crashes. > Kynan, The solution to this problem for Julien and myself was to increase the timeout period in client.php. You can do this by adding the following line near the top of client.php: set_time_limit(120); The number 120 is the timeout period in seconds. Default is 30 seconds, increasing this to 2 minutes seems to work for everyone who has tried it so far. Since it seems the problem is being encountered more widely than I first thought, I will raise this issue as a bug on the Sourceforge page. David. |