08-21-2022, 11:23 AM
(08-10-2022, 08:00 PM)joebordes Wrote: Hi
we tried but can't reproduce. you are probably getting a javascript error that could give us some clue. If you can open the inspector and share the error with us.
if you can reproduce it in the online demo, we can have a look there too
I can't reproduce it in the demo.
On my installation js console error is:
> we got 500 internal server error
On the server log file
>PHP Fatal error: Call to a member function RecordCount() on array in ....../include/database/PearDatabase.php on line 648
Look to me like some DB problem?
I activate the CRM debug and the last like is:
> select vtiger_reportdatefilter.* from vtiger_reportdatefilter inner join vtiger_report on vtiger_report.reportid = vtiger_reportdatefilter.datefilterid where vtiger_report.reportid=27
When I run the query on the DB the result look valid, attach screenshot
What can it be?
Thanks