1rosehip / jplist

jPList jQuery Data Grid Controls is a flexible jQuery plugin for sorting, pagination and filtering of any HTML structure (DIVs, UL/LI, tables, etc).
http://jplist.com
Other
437 stars 177 forks source link

php-mysql-demos not working #281

Closed pflind closed 6 years ago

pflind commented 6 years ago

The PHP MySQL demo files seem to not be working.

No items are showing up and no error either. Only a PHP notice is thrown: _PHP Notice: obclean(): failed to delete buffer. No buffer to delete in /jplist-master/server/server-html.php on line 90

Tested on PHP 5.4, 5.5 ,5.6

Connection to db is successful and I've created the table and content. What could be wrong?

8-crawl-fallback.php is displaying two items from the database when disabling javascript in browser.

pflind commented 6 years ago

Bug on line 90, edit to:

if (ob_get_length() > 0) ob_clean();