Morning All,
I have an app that was originally written in v2020. A couple of custom files use ob_flush & flush to intermittently output screen buffers as the php script progresses providing a progress report. This allows the progress of the script to be tracked by the user.
i.e. Screen paints initial info then writes an output message after each record processed as well as a summary.
The processing code is all contained in the “Custom File>Content” code section.
The App now been upgraded to 2025 and slim framework. It functions and performs the same objectives no problem.
But, I have had to remove the flush commands as the output is getting displayed before any menus etc. By removing the flushes, this then leads to slim outputting the whole screen at the end and not achieving the desired result of progress reports.
Any ideas would be appreciated.
TIA
Steve.