| Previous topic :: Next topic |
| Author |
Message |
Devis
Joined: 19 Jan 2006
Posts: 45
Location: Italy
|
| Posted: Thu Sep 21, 2006 8:47 am Post subject: Quick fix for Firefox toolbar |
|
|
I saw that Firefox toolbar was not working, unable to login to Vtiger 5, this is a little fix that worked for me:
open "include/utils/utils.php", edit line 840 changing this:
Code: $string = str_replace(array_keys($toHtml), array_values($toHtml), $string);
with this:
Code: if (is_array($toHtml)) { $string = str_replace(array_keys($toHtml), array_values($toHtml), $string); }
Devis Lucato |
|
| Back to top |
|
pegase
Joined: 12 Oct 2005
Posts: 83
Location: Paris
|
| Posted: Thu Sep 21, 2006 9:18 am Post subject: Quick fix for Firefox toolbar |
|
|
Great,
It works for me too
Thanks Devis |
|
| Back to top |
|
crouchingtiger
Joined: 06 Oct 2004
Posts: 428
|
| Posted: Thu Sep 21, 2006 9:21 am Post subject: Re: Quick fix for Firefox toolbar |
|
|
Hi,
Thanks for providing us with this fix. We will definitely look into this and get back to you at the earliest.
Thanks,
Don |
|
| Back to top |
|
Box
Joined: 20 Sep 2006
Posts: 3
|
| Posted: Thu Sep 21, 2006 9:27 am Post subject: Re: Quick fix for Firefox toolbar |
|
|
Great !
Thank you very much. |
|
| Back to top |
|
isimpkins
Joined: 09 May 2006
Posts: 11
Location: South Africa
|
| Posted: Sun Sep 24, 2006 4:50 pm Post subject: Re: Quick fix for Firefox toolbar |
|
|
Thanks for getting me out of a corner. vTiger and Firefox have their shine back again thanks to your help.
Great post , |
|
| Back to top |
|
isimpkins
Joined: 09 May 2006
Posts: 11
Location: South Africa
|
| Posted: Sun Sep 24, 2006 4:50 pm Post subject: Re: Quick fix for Firefox toolbar |
|
|
Thanks for getting me out of a corner. vTiger and Firefox have their shine back again thanks to your help.
Great post , |
|
| Back to top |
|
philip
Joined: 25 Aug 2004
Posts: 297
|
| Posted: Mon Sep 25, 2006 11:08 am Post subject: Re: Quick fix for Firefox toolbar |
|
|
Hi Devis,
The fix contributed by you will be available in v5 patch 1.
Philip |
|
| Back to top |
|
| |