Okay I remember now. (sorry, you know there is a lot between then and now xD)
So for you it's literally not checking the export status and triggers the email. So first we would have to check if it's hitting the ajax function or is not even getting to that part. What you can do is go to include/ajax.export.php
and var_dump at the top of check()
to see if it's hitting the function, if so then we know something in the check()
is failing which causes the export to default to email and not show you the waiting text.
Cheers.