1rosehip/jplist

php-mysql-demos not working

Closed this issue · 1 comments

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: ob_clean(): 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.

Bug on line 90, edit to:

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