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 🐞 ] - Cannot select specific options to generate PDF #2

Open
jvJUCA opened this issue Jun 18, 2024 · 1 comment
Open

[BUG 🐞 ] - Cannot select specific options to generate PDF #2

jvJUCA opened this issue Jun 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jvJUCA
Copy link
Member

jvJUCA commented Jun 18, 2024

When select these options
image
the server respond with ERROR:500 internal server Error.

  • But if we individually generate the pdf [ by taking test Options or answer by evaluator ] it does not creates an error among all possible combinations
  • If these two are checked it causes the error
  • futher more ON checking Test OPTIONS , the pdf doesnt contains the test option
@jvJUCA jvJUCA added the bug Something isn't working label Jun 18, 2024
@saltykheera
Copy link

saltykheera commented Jun 19, 2024

After GOING thru the : directory:- laravel-pdf-generator\resources\views\pdf\generalStatistics.blade.php

I have figured out why this issue is persisting
this issue Occurs when the test Options does not contains a description
image

because there is no check on that if description exist or not same with value if it has no value
image
Added a check on That

saltykheera added a commit to saltykheera/laravel-pdf-generator that referenced this issue Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants