Yes, the File Browser doesn't work, it shows only first level files and folder. When you try to open a folder the ajax call starts but fails.
Could you release a fix update as soon as possible?
Thanks
gmanfredi on "[Plugin: WP-Filebase Download Manager] Ajax is broken"
Javier Ocampos on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
Return to a previous version is simple on this page https://wordpress.org/download/release-archive/ download the desired version. First, disable all plugins, then by FTP you delete the wp-admin and wp-includes folder and upload those of the downloaded version, then you replace the following files also by the downloaded version:
- index.php
- wp-activate.php
- wp-blog-header.php
- wp-comments-post.php
- wp-cron.php
- wp-links-opml.php
- wp-load.php
- wp-login.php
- wp-mail.php
- wp-settings.php
- wp-signup.php
- wp-trackback.php
- xmlrpc.php
and finally the desktop access to the message you must update the database appears, you click and voila, you re-enable plugins and you have your WordPress running on an earlier version.
Usually it is a process that does not give failures, but recommend making a backup to prevent.
Regarding updating the plugin, the truth is not as tarden, but hopefully be resolved quickly.
wrenchpilot on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
onlyamd4000 on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
Same problem. Please fix soon.
ephraimf on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
Me too.
ephraimf on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
Me too.
Kilbey on "[Plugin: WP-Filebase Download Manager] Ajax is broken"
Same problem.
JMilesMiller on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
Broke for us as well.
sunbaghdad on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
I have the same problem on my website http://pharm.ispatula.com/uploader/
please fix it as soon as possible
thanks for the great work !
Pascal Casier on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
Isn't this related to the jQuery issue ? I will try this weekend for sure.
First info:
Updated libraries: We updated jquery, backbone, and a couple other libraries. This may cause your browsers to render oddly. Please remember to flush your cache (browser and website/server). If you're using Cloudflare, you may need to kick it.
As an example:
Change this:
$( 'a[href*=#]:not([href=#])' ).click( function() {
To this:
$( 'a[href*="#"]:not([href="#"])' ).click( function() {
Adding this in functions.php should work according to my sources (BUT REMOVE THIS WHEN THE PROBLEM IS FIXED !):
if (!is_admin()) {
wp_deregister_script('jquery');
wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"), false, '1.11.3');
wp_enqueue_script('jquery');
}
avantgardeh on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
http://www.avantgarde-hochzeiten.de doesn't work anymore after the update and I have no idea what to do now ;(
guilhasn on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
Same for me, after update the tree stops working!!
Heintraag on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
Same here. Reported it also on the website of the author. I wish him a speedy fix for the plugin as it does its job very well (when working properly)
LeSi on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
@ Pascal Casier
Thanks, adding the code to functions.php works for me.
ephraimf on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
I agree. This is a great plug-in.
Is there an estimate of when it will be working again?
Adrian on "[Plugin: WP-Filebase Download Manager] Ajax is broken"
Same problem, first noticed on WordPress 4.5
Interestingly, if I select Customise in the Admin bar and preview a theme (while on the Ajax tree page), the folders in the preview window do expand.
However, in normal operation, clicking on the + sign or on the folder itself does nothing.
Another curiosity is that if I right-click a on a folder name in the file tree and choose "open in another tab" then the tree is displayed with the folder in question expanded.
This is not a bypass my users would find acceptable..
zocshe on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
Thanks Pascal, seems to be that jquery problem you described here...
tried your proposal to re- register the google ajax- libs and that is working for me...
...but (guessing) the consequences on whole site?
I made it on a local installation first, as all main updates - before!
Decided to wait until a solution is provided before updating the production site on my domain!
Nevertheless thanks for your advice!
normaldenker on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
Thank you Pascal Casier. Worked for me!
jpgklassen on "[Plugin: WP-Filebase Download Manager] Ajax is broken"
Exact same problem here. Our members need to have access to the files in our categories but the folders no longer expand!
creeser on "[Plugin: WP-Filebase Download Manager] It does not work on Wordpress 4.5"
Pascal's suggestion worked for me as well! Thank you!