sEcho Error from server_processing.php
sEcho Error from server_processing.php
Notice: Undefined index: sEcho in
/var/www/siri/public/admin/DataTables/examples/server_side/scripts/server_processing.php on
line 148 {"sEcho":0,"iTotalRecords":"4","iTotalDisplayRecords":"4","aaData":
[["7","1","2147483647","??????? ????","12.44","??????? ????","1"],
["8","1","198778787","something","87.87","something","0"],
["9","1","32432","dsfadsf","212.00","dsafdsfdsaf","1"],
["10","2","2434","dasfdasd","33.00","dsafdsafds","1"]]}
Error I get while editing a field of a table, Using Editable .... Kindly help me out.
Request you to ignore the "???" in the fields as they are in UTF-8 ....
/var/www/siri/public/admin/DataTables/examples/server_side/scripts/server_processing.php on
line 148 {"sEcho":0,"iTotalRecords":"4","iTotalDisplayRecords":"4","aaData":
[["7","1","2147483647","??????? ????","12.44","??????? ????","1"],
["8","1","198778787","something","87.87","something","0"],
["9","1","32432","dsfadsf","212.00","dsafdsfdsaf","1"],
["10","2","2434","dasfdasd","33.00","dsafdsafds","1"]]}
Error I get while editing a field of a table, Using Editable .... Kindly help me out.
Request you to ignore the "???" in the fields as they are in UTF-8 ....
This discussion has been closed.
Replies
I am using xampp server with
+ Apache 2.2.17
+ MySQL 5.5.8 (Community Server)
+ PHP 5.3.5 (VC6 X86 32bit) + PEAR
Received notice from browser:
Notice: Undefined index: sEcho in C:\xampp\htdocs\crm_pol\server_processing.php on line 148
any help?
[quote]adromil said: notice from browser:
Notice: Undefined[/quote]
* Output
*/
$output = array(
"sEcho" => intval($_GET['sEcho']),
"iTotalRecords" => $iTotal,
"iTotalDisplayRecords" => $iFilteredTotal,
"aaData" => array()
);[/code]
This is where the problem is.
and see what is the result.
See http://datatables.net/usage/#data_sources for more information.
Allan