Changeset 10815

Show
Ignore:
Timestamp:
01/07/11 16:06:37 (2 years ago)
Author:
p_lindheimer
Message:

try printing out more diagnostic information when reload fails, hard to test this until we start getting reports of failures then we can see if these details are proper and help further determine the failure reasons

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/views/freepbx_reload.php

    r10122 r10815  
    101101            $('#reload_response').html( 
    102102              '<p>' + "<?php echo _("Error: Did not receive valid response from server"); ?>" + "<\/p>" +  
     103              "<p>XHR response code: " + reqObj.status + " XHR responseText: " + reqObj.resonseText + " jQuery status: " + status  + "<\/p>" + 
    103104              '<div class="buttons"><a id="reload_response_close_btn" href="#" onclick="freepbx_stop_reload();"><img src="images/cancel.png" height="16" width="16" border="0" alt="<?php echo _('Close'); ?>" />&nbsp;<?php echo _('Close'); ?>' + "<\/a><\/div>" 
    104105            );