Well, here I am 6 years later and running into another reporting issue, like de ja vu lol.
So I have custom modules in my instance. They retrieve from DB fine and I get all the data as its supposed to be on screen. Exporting this data to csv works without a hitch. However… when I try to “Generate PDF” it thinks about it for a while and then returns no file and the page is still in the Reports module, but with nothing on screen aside from Navigation and Menus, and the server response time stuff. The side panel does not appear.
Disclaimer, I did modify the pdf engine slightly to allow for printing specific images to pdf, but didn’t change anything that would hinder raw data output. Also the engine works fine through pdf templates.
What file controls where the Reporting module points at the pdf engine. I may create a second PDF engine folder fully stock and point reporting at that and see if that corrects the issue, as I’m only 98% sure of the above disclaimer.
v7.14.2
php error log
[02-Feb-2024 14:18:02 America/Chicago] PHP Warning: Undefined array key “aor_conditions_id” in C:\xampp\htdocs\Instance\modules\AOR_Conditions\AOR_Condition.php on line 99
[02-Feb-2024 14:18:02 America/Chicago] PHP Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\Instance\modules\AOR_Conditions\AOR_Condition.php on line 99
Not sure if the above is related, and also I know you can usually ignore warnings…usually.
Then all of this which fills the log file rather quickly. Its unrelated but annoying.
[02-Feb-2024 15:23:37 America/Chicago] PHP Deprecated: Using php-function “url2html” as a modifier is deprecated and will be removed in a future release. Use Smarty::registerPlugin to explicitly register a custom modifier. in C:\xampp\htdocs\Seatrax714\vendor\smarty\smarty\libs\sysplugins\smarty_internal_compile_private_modifier.php on line 112
[02-Feb-2024 15:23:37 America/Chicago] PHP Deprecated: Using php-function “url2html” as a modifier is deprecated and will be removed in a future release. Use Smarty::registerPlugin to explicitly register a custom modifier. in C:\xampp\htdocs\Seatrax714\vendor\smarty\smarty\libs\sysplugins\smarty_internal_compile_private_modifier.php on line 112
Suite log file has nothing. Did have an unrelated logic hook error so I removed the hook I am working on (its quite complex so just wanted to eliminate possibility).
Any ideas are greatly appreciated as I’m always on a deadline