Not getting any results from my database

Not getting any results from my database

asdrenasdren Posts: 20Questions: 0Answers: 0
edited November 2012 in DataTables 1.9
I just uploaded DataTables 1.9.4 to my hosted ftp and created a new database and I used the .sql file that is included on the Editor trial version, I imported the .sql file to this database I created.

I edited the examples/server_side/scripts/server_processing.php with my credentials to connect to my database.

Visiting http://www.mysite.com/subfolder/subfolder/DataTables-1.9.4/examples/server_side/server_side.html
only resluts in "Processing..." where the table result should be displayed.

What am I missing?

Here is my debug:
http://debug.datatables.net/ujoquw

Replies

  • asdrenasdren Posts: 20Questions: 0Answers: 0
    I found out through Firebug that the host had disabled mysql_pconnect so I used mysql_connect instead and it is now working
  • allanallan Posts: 63,394Questions: 1Answers: 10,450 Site admin
    Related: http://datatables.net/forums/discussion/12720/why-use-mysql_pconnect-function#Item_1
This discussion has been closed.