[Vtigercrm-developers] Report Error in Fresh Vtiger 8.4 installation

Prasad prasad at vtiger.com
Thu Feb 26 04:24:18 GMT 2026


Can you please share the test-case steps that is not working with the patch?

On Wed, Feb 25, 2026 at 4:47 PM Vincenzo Bruno <v.bruno at vinsoft.it> wrote:

> Hi Beppo,
>
> thank you very much, the fix works.
>
> I was working on a different path: searching which commit broke this
> feature in 8.4, but didn't find it
>
> Probably the issue arises in handling booleans in new PHP versions
>
> In step1 of an Edit we have:
>
>
> In step 1 of a Duplicate instead we had (without your patch):
>
> whit your patch:
>
>
> Maybe "false" value is not treated correctly anymore and this could impact
> many more features in the code.
>
> Vincenzo
>
>
>
> Il 23/02/26 16:29, Giuseppe Mazzucato ha scritto:
>
> To solve add just one line in file  modules/Reports/views/Edit.php
>
> 133        if ($request->get('isDuplicate')) {
> 134           $viewer->assign('IS_DUPLICATE', true);
> 135        }
>  +++       else    $viewer->assign('IS_DUPLICATE', false);      //this is
> the line to add
>  136       $viewer->view('Step1.tpl', $moduleName);
>
> Best regards
>
> Beppo
>
> Il 23/02/26 16:16, Vincenzo Bruno ha scritto:
>
> I confirm the issue in 8.4, not present in 8.3
>
> Looking for the cause
>
> Vincenzo
>
>
> Il 19/02/26 01:09, Alexander Allen ha scritto:
>
> Hello Everyone, have you notice that installing a fresh version of Vtiger
> 8.4 the reports module has this error.
>
> If you create a Report and then you Edit it, Vtiger creates a new report
> with the same name and then you get two reports.
>
> --
> Vincenzo Bruno
> Coopyleft soc. coop. a r.l.www.coopyleft.it
> tel: 3287252923
>
>
>
> _______________________________________________http://www.vtiger.com/
>
>
>
> _______________________________________________http://www.vtiger.com/
>
> --
> Vincenzo Bruno
> Coopyleft soc. coop. a r.l.www.coopyleft.it
> tel: 3287252923
>
>
> _______________________________________________
> http://www.vtiger.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20260226/a00803a5/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xtkpbkM76yZ8RWGh.png
Type: image/png
Size: 63452 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20260226/a00803a5/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AK0U1mGwdPmMT7iS.png
Type: image/png
Size: 80411 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20260226/a00803a5/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ZYxDyu64HcTb680X.png
Type: image/png
Size: 68627 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20260226/a00803a5/attachment-0005.png>


More information about the vtigercrm-developers mailing list