Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: etherFax fails render on large download log. #7430

Closed
sjpadgett opened this issue May 8, 2024 · 1 comment · Fixed by #7429
Closed

bug: etherFax fails render on large download log. #7430

sjpadgett opened this issue May 8, 2024 · 1 comment · Fixed by #7429
Labels
Milestone

Comments

@sjpadgett
Copy link
Sponsor Member

Describe the bug

Happens on a users site with the only error trapped is an out of memory during table render from log of 165 items.

I don't think this is actual cause but I'm still investigating.

@sjpadgett
Copy link
Sponsor Member Author

Resolved and will include fix in PR.
Basically I had a poor syntax string in the table build iterator $parse = json_encode($parse) //(a no no at any time) causing an overloaded string and running out of memory. Fixed by looking for empty and changing var name to ensure new content.

@adunsulag adunsulag changed the title etherFax fails render on large download log. bug: etherFax fails render on large download log. May 20, 2024
@adunsulag adunsulag added this to the 7.0.2.1 milestone May 20, 2024
@adunsulag adunsulag added the Bug label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants