Henry,

I'm experiencing the same symptoms.

It's not a time bomb per se, but it does appear to have something to do
with when Trixbox registers itself (via soap) to allow you to get
updates and access the forums.

Specifically, I traced it to:
/var/www/html/user/modules/01_Home/configModule.php
/var/www/html/maint/modules/01_Home/configModule.php

And this line:
$guidContent = $d->call('guidContent', array('guid' => $guid));

But if you comment out this line, the program thinks you're a new user
and tries to register you again later down the script,

                               $registerGuid = $d->call('regGuid',
                               array('guid' => $guidVersion));

The attempt to register you again causes another delay.

So comment out these three lines in both files, and it should be fast again.

Cheers,
Sean.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to