Tuyen Pham
Tuyen Pham
I'm having same trouble. Please help me.
I have same problem. Please help us My script $("#user-list").dataTable({ "processing": true, "serverSide": true, "ajax": "demo.php", "order": [[1,'desc']], "columnDefs": [ { "targets": "_all", "defaultContent": "" } ], "columns": [ {...
I fixed it. Change data to aaData $("#user-list").dataTable({ "processing": true, "serverSide": true, "ajax": "demo.php", "order": [[1,'desc']], "columnDefs": [ { "targets": "_all", "defaultContent": "" } ], "columns": [ { "aaData" :...
Same error and this is error when use FTPBridge ``` Failed to establish a successful passive data connection to the (xx.xx.xx.xx) : stream_socket_client(): unable to connect to tcp://xx.xx.xx.xx:35892 ```
Hi @AmraniCh I used "Usage Example" in your github repository FTPBridge and I only got that error with no log