Title: [Plugin: WP-Filebase] Bug in wpfb-ajax.php
Last modified: August 19, 2016

---

# [Plugin: WP-Filebase] Bug in wpfb-ajax.php

 *  Resolved [Remco Tolsma](https://wordpress.org/support/users/remcotolsma/)
 * (@remcotolsma)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-filebase-bug-in-wpfb-ajaxphp/)
 * I found a bug in wpfb-ajax.php on line 35.
 * $cats = WPFB_Category::GetCats(“WHERE cat_exclude_browser = 0 AND cat_parent 
   = $parent_id”);
 * The ‘cat_exclude_browser’ comparison with 0 is incorrect, beacuse the ‘cat_exclude_browser’
   is of the type ENUM(‘0′,’1’). You should add single quotes around the 0.
 * $cats = WPFB_Category::GetCats(“WHERE cat_exclude_browser = ‘0’ AND cat_parent
   = $parent_id”);
 * [http://wordpress.org/extend/plugins/wp-filebase/](http://wordpress.org/extend/plugins/wp-filebase/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Fabian](https://wordpress.org/support/users/fabifott/)
 * (@fabifott)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-filebase-bug-in-wpfb-ajaxphp/#post-1984431)
 * Thanks for the report, will be fixed in 0.2.3.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Filebase] Bug in wpfb-ajax.php’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-filebase_ffff6e.svg)
 * [WP-Filebase Download Manager](https://wordpress.org/plugins/wp-filebase/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-filebase/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-filebase/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-filebase/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-filebase/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-filebase/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Fabian](https://wordpress.org/support/users/fabifott/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-filebase-bug-in-wpfb-ajaxphp/#post-1984431)
 * Status: resolved