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
export PDF file - PHP notice Trying to access array offset on value of type null #16467
Comments
This comment has been minimized.
This comment has been minimized.
|
I am able to reproduce this even using the current master. After a very quick look, it might be related to With a database that has no saved Designer pages, I get the PDF error when trying to create the export and the SQL query generated for
|
|
4.9.5 works correctly, 5.0.0 is broken. Git bisect wasn't very helpful because I had to skip a lot of steps due to unrelated errors (mostly Uncaught TypeError). This is what it left me with, but I don't have a lot of confidence in these findings. |
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
I could not reproduce this issue but I made a fix for it: 8fddd36 |
|
I just tested master and 8fddd36 fixes every scenario I could test. Thanks for the quick fix! |
Thank you for testing, I will close this one shortly |
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Concepteur - > Export -> PDF
Expected behavior
Error message and no PDF file
Screenshots
Server configuration
Client configuration
Additional context
The text was updated successfully, but these errors were encountered: