serversid true, ajax call error

serversid true, ajax call error

NoooooBNoooooB Posts: 9Questions: 3Answers: 0

jQuery('#example').dataTable( {
"processing": true,
"serverSide": true,
"ajax": "<?php echo get_bloginfo('siteurl');?>/ssm/tickets-search-server.php"
} );

i do this call, url is correct and works if i call direct in this way localhost/worpress/ssm/tickets-search-server.php
but not works with ajax, not go in my tickets-search-server.php and give me this error:

DataTables warning:table id="example" - Ajax Error. for more information see datatables.net/tn/7

some one can helpe me? pls

Answers

This discussion has been closed.