I'm working on implementing the new Oracle based server side processing from "http://www.datatables.net/development/server-side/php_oracle'. I ran into a few issues and have worked through most of them but am now stuck at one point. I created the "ajax" example table and added the data as provided. I've change the connection information to my database and it does connect correctly. I think I am missing something in a configuration but I don't know for sure.
When I run the server_processing.php example this is the only return I can get:
{"sEcho":0,"iTotalRecords":"57","iTotalDisplayRecords":0,"aaData":[]}
When I run the example page displaying the information there are no records shown but it does show the total at the bottom and act like it will page through properly.
I can't figure out why the other information is not populating as it should be. I've tried echoing out the queries used and a variable called "rowsNumerator" is listed but has no value anywhere that I can find and causes the query to fail when I try to run it manually. Is there a reference for this "rowsNumerator" that needs to be listed somewhere?
I fought with myself for close to 5 hours yesterday before I saw the connection lines having a line break between them in the example. Anyone with thoughts or happen to know just what I'm missing?
Thanks in advance.
When I run the server_processing.php example this is the only return I can get:
{"sEcho":0,"iTotalRecords":"57","iTotalDisplayRecords":0,"aaData":[]}
When I run the example page displaying the information there are no records shown but it does show the total at the bottom and act like it will page through properly.
I can't figure out why the other information is not populating as it should be. I've tried echoing out the queries used and a variable called "rowsNumerator" is listed but has no value anywhere that I can find and causes the query to fail when I try to run it manually. Is there a reference for this "rowsNumerator" that needs to be listed somewhere?
I fought with myself for close to 5 hours yesterday before I saw the connection lines having a line break between them in the example. Anyone with thoughts or happen to know just what I'm missing?
Thanks in advance.