I’m currently experiencing blank pages after a redirect. It doesn’t happen every time but maybe about 50% of the time.
I have a script that checks urls using curl with the timer function. This is triggered via a button, also displaying the number of urls left to check via ajax. Once they’ve all been checked, I need the page to refresh or redirect. I’ve tried this using several methods. In the php file called by ajax I’ve tried including a simple javascript refresh, calling the function ReloadPage and creating my own redirect function. All 3 worked sometimes but also sometimes resulted in a blank page after the redirect.
Can you please suggest how I need to implement the redirect to avoid getting the blank page ?
Thanks but how I have things set up header() won’t work, as there’s output before it. I don’t need PHP to do the redirection.
Can you suggest an alternative solution please ?
Update your code so that the PHP performs a correct redirection when some parameter is passed, such as account_checker.php?redirect = 1, and does what expected when the parameter is missing.
A blank page can be caused by a crash of the PHP process. But there is no known reason why it would crash unless debugging it (and it’s impossible without your project EXE and source files).
I’ve upgraded to ExeOutput for PHP 2019 but looks like the problems still exist.
Also when compiling my app to use PHP 7.3 I get the message “No input file specified.”
Just thought I’d better chime in here - I’ve also been getting the 233 System Error too - it’s been going on since v2018, haven’t had time to debug it yet but I figured it might be something at my end, for now I’ve just been sending errors to the log file and the app seems to run okay despite the error - would be good to find a fix though, when I get time I’ll investigate further, really not sure if it’s ExeOut or an issue with my code…
This is an example of what it looks like in the log: