Thanks, yes it is definitely seems to be broken currently yes. Not sure what has caused it to stop working there have not been any code changes there in a long time but somehow the code that hides the dialog is also causing the browser to kill / never send the export download web request. I'll investigate a slightly better fix that does not require manual closing of the export dialog, but changing this one line in surgemail\surgeweb\tpl\ajax\hdialogs.htm at least gets it exporting again:<input id="dlg_submit" type="submit" class="wide_btn" onclick="form_set('export_action','apply_export');dlg_cancel();" value="$$st_ct_export_export$$">to:<input id="dlg_submit" type="submit" class="wide_btn" onclick="form_set('export_action','apply_export');" value="$$st_ct_export_export$$">Marijn On Saturday 29/06/2013 at 2:54 am, surgemail-list@netwinsite.com wrote: Hi all,Does anyone know what may be stopping the exporting of contacts from surge web? Testing using multiple browsers yield the same response, no export file. This does not matter if I select vCard, CSV or text export. No errors appear on the screen but no file is exported.Any idea where to start looking at this issue?Cheers,Jeff.
Hi all,Does anyone know what may be stopping the exporting of contacts from surge web? Testing using multiple browsers yield the same response, no export file. This does not matter if I select vCard, CSV or text export. No errors appear on the screen but no file is exported.Any idea where to start looking at this issue?Cheers,Jeff.
Last Message | Next Message