That being said, the following list of files must be edited in order to avoid future problems:
Code: Select all
openbay.php,admin/controller/extension
amazon.php,admin/controller/openbay
amazonus.php,admin/controller/openbay
amazonus_product.php,admin/controller/openbay
amazon_product.php,admin/controller/openbay
ebay.php,admin/controller/openbay
ebay_profile.php,admin/controller/openbay
ebay_template.php,admin/controller/openbay
etsy.php,admin/controller/openbay
etsy_product.php,admin/controller/openbay
fba.php,admin/controller/openbay
Code: Select all
failure: function(){
alert('<?php echo $error_load_nodes; ?>');
},
error: function(){
alert('<?php echo $error_load_nodes; ?>');
}
I do, however, recommend to change this portion:
Code: Select all
error: function(){
alert('<?php echo $error_load_nodes; ?>');
}
Code: Select all
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}