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 ?
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 ?



