Quantcast
Channel: WordPress.org Forums » [WP-Filebase Download Manager] Support
Viewing all articles
Browse latest Browse all 1341

Fabian on "[Plugin: WP-Filebase Download Manager] AJAX file browser not working"

$
0
0

Try this fix:
In file wpfb-load.php replace:

if(SUPPRESS_LOADING_OUTPUT)
	@ob_end_clean();

with

if(SUPPRESS_LOADING_OUTPUT) {
	while(@ob_end_clean()){} // destroy all ob buffers
}

Viewing all articles
Browse latest Browse all 1341

Trending Articles