Hi Sean, these 3 lines of code are already commented out in my files.
PS I don't need to log into the forum or the updates when I log in, so
if thats the problem I can comment out any strange code.
Henry
--
Henry L.Coleman CEO
VoIP-PBX.ca
Tel: 647-723-5160
T/F 1-866-415-5355
< Sean Healy>
> 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]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]