mirror of
https://github.com/SuiteCRM/SuiteCRM.git
synced 2026-03-02 19:16:58 -05:00
[Bug][AOR_Report] Can not export report with date condition as parameter #5317
Labels
No labels
Area: API
Area: Campaigns
Area: Cases
Area: Clean Up
Area: Clean Up: Performance
Area: Dashlets
Area: Databases
Area: Developer Tools
Area: Elasticsearch
Area: Elasticsearch
Area: Emails
Area: Emails:Campaigns
Area: Emails:Cases
Area: Emails:Compose
Area: Emails:Config
Area: Emails:Templates
Area: Environment
Area: Installation
Area: Language
Area: Mobile
Area: Module
Area: PDFs
Area: PHP8
Area: Reports
Area: Studio
Area: Styling
Area: Upgrading
Area: Workflow
Area:Activity Stream
Area:Calls
Area:Import
Area:Projects
Area:Search
Area:Surveys
Area:Themes
Area:Users
Branch:Hotfix
Good First Issue
Hacktoberfest
Help Wanted
PR:Community Contribution
PR:Type:Enhancement
Priority:Critical
Priority:Important
Priority:Moderate
Severity: Major
Severity: Minor
Severity: Moderate
Status: Requires Code Review
Status: Requires Updates
Status: Stale
Status: Team Investigating
Status:Assessed
Status:Fix Proposed
Status:Needs Assessed
Status:Requires Automated Tests
Type: Bug
Type:Deprecated
Type:Discussion
Type:Duplicate
Type:Invalid
Type:Question
Type:Suggestion
Type:Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SuiteCRM-SuiteCRM#5317
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BeastMasterGrinder on GitHub (Apr 11, 2025).
Issue
No response is returned from server when exporting report
For a report with date condition, checked as a parameter, it can not be export. As the screen turns blank and a no response is returned from server. This is because of the process being silently killed so you would not get an error in the log files even when your logging level is 'debug'. You may see that after the AOR_Condition is retrieved the mysql_db_manager silently dies.
Verified Bug on Versions
v8.2.0
v8.7.0
v8.8.0
Steps to Reproduce the Issue
Triggering the Bug
...
Context
Image illustration
Creating the report with condition
Saving the report
After clicking on Actions<Export
Blank Screen
Network Tab Dev tools
No response

Version
v8.8.0, v8.7.0, v8.2.0
What browser are you currently using?
Firefox
Browser Version
Same on all browsers
Environment Information
PHP 8.2.12, MYSQL Ver 15.1 Distrib 10.4.32-MariaDB, for Linux (x86_64) using readline 5.1
Operating System and Version
Ubuntu 20.04
@BeastMasterGrinder commented on GitHub (Apr 11, 2025):
It is because in AOR_Reports.php the data that is going is unserialized. It should be serialized.
@johnM2401 commented on GitHub (Apr 11, 2025):
Hey!
Thank you for raising this issue.
I've been able to replicate this in both 8.8.0 and 7.14.6, so i've transferred this over to the SuiteCRM7 repository.
This means that, when a fix is found and applied here in SuiteCRM7, the same fix should be pulled into SuiteCRM8 on the subsequent release.
Thank you again for your contribution to the project!
@BeastMasterGrinder commented on GitHub (Apr 11, 2025):
Alright! Thanks. JAZAKALLAH.