I have an extension for chrome that usually works on WP websites, but doesn’t here. the extension can identify specific words on the page (not in the file).
any reason why this might not be working here? The extension doesn’t support PDFs, if that makes a difference.
There site seems to be out of business, which is why I am posting here
Thank you!
Hello, we’re experiencing a fairly undocumented issue. When attempting to download a file from the front-end, we receive the error “This file is currently offline.” Any advice would be greatly appreciated.
]]>Hello dear WP-Filebase support.
We have a missing category. I mean, the category is there, but it is not liking to its documents.
This is the category: https://ecoanalitica.com/informes/monitor-de-inflacion
We receive this messages when trying to browse it:
Page not found
Oops! That page can’t be found.
It looks like nothing was found at this location. Maybe try to use a search?
The category exists and also it has documents.
Any clues on this?
]]>Hello dear WP-Filebase support.
Can I change WP-Filebase posts taxonomy type so WP-Filebase posts are treated as regular WordPress posts?
Then can I uninstall WP-Filebase and the posts will be there and work as regular posts?
]]>Hi, I have customized the function. Now error messages come in adminpanel->wp-filebase.
function wpfb_callback($cl, $fnc)
{
return function()
{
$p=func_get_args();
return wpfb_call("' . $cl . '","' . $fnc . '",$p,true);
};
}
Notice: Undefined variable: cl in …/wp-content/plugins/wp-filebase/wp-filebase.php on line 86
Notice: Undefined variable: fnc in …/wp-content/plugins/wp-filebase/wp-filebase.php on line 86
Warning: include_once(…/plugins/wp-filebase/classes/’ . . ‘.php): failed to open stream: No such file or directory in …/wp-content/plugins/wp-filebase/wp-filebase.php on line 47
Warning: include_once(): Failed opening ‘…/wp-content/plugins/wp-filebase/classes/’ . . ‘.php’ for inclusion (include_path=’.:/usr/local/lib/php/’) in …wp-content/plugins/wp-filebase/wp-filebase.php on line 47`
`
call is set wpfb_call('Output', 'PrintJS');
in AdminBar.php
do you have an idea?
]]>Does anyone know if there are issues with WP-Filebase Version 3.4.4 and updating to WordPress 5.7?
Will WP-Filebase continue to work?
thank you.
Hi there,
I’m aware that this plugin is discontinued (even the free version hosted here), but I’d like to point out that there are a few issues when using it under PHP 8.0
There is a call to the obsolete, deprecated and now removed create_function()
on line 77 of wp-filebase/wp-filebase.php
. This was an ancient hack from the PHP 4 days which has survived until now. PHP has supported anonymous functions (or closures) for quite a long time now, and these are free from the security issues (usage of eval()
…) and bad performance of create_function()
.
You will basically need to rewrite line 77 in the following way:
return function() { $p=func_get_args();return wpfb_call("' . $cl . '","' . $fnc . '",$p,true); };
There is also a nasty habit of using curly braces {}
to address array indexes. This was once common practice under very early versions of PHP but has been made obsolete years ago. PHP 7.4 flags them as deprecated; PHP 8.0 finally removes them.
You’ll have to go through at least
wp-filebase/classes/Item.php
wp-filebase/classes/File.php
wp-filebase/classes/Output.php
wp-filebase/classes/ProgressReporter.php
wp-filebase/classes/GetID3.php
wp-filebase/classes/Admin.php
wp-filebase/classes/Search.php
wp-filebase/classes/Sync.php
wp-filebase/classes/Download.php
wp-filebase/classes/Setup.php
and manually search for things such as $opt{0}
, $val{1}
and similar constructs etc., and change them to $opt[0]
, $val[1]
and so forth. This is one of those things that takes time and patience and is not trivial to automate (you can try, using regular expressions, and a tool such as sed
… make sure you’ve made a backup first!).
Once the ‘core’ plugin is thus ‘cleaned up’, there are many more of those to fix under the extras
and vendor
directories… just a quick search for {0
gives a hundred results or so, and there are possibly many more instances.
On mobile only
Showing 1 to 5 of 5 entries
How can I remove this statement “Showing 1 to 5 of 5 entries”?
]]>I have several support tickets open that date back as far as 6 months ago. No responses or resolutions to non-functioning website.
]]>In my website I have ebook as a folder in the directory, how to find the history of how many time it’s been download in the WP-filebase.
]]>The Plugin is death.
I use now wpdownloadmanager and it works perfect. Take a look https://www.goo.gl/Paxahs
The support is very fast and perfect.
I’m running the WP 4.96 and am have just started seeing this DataTables warning on pages running Filebase. It seems to occur when I have 2 separate Filebase tables/shortcodes on the same page. Upon loading, the page generates a site pop-up that says:
DataTables warning: table id=wpfb-data-table-5aff10396cb80 - Cannot reinitialise DataTable. For more information about this error, please see https://datatables.net/tn/3
I have looked through the resources and could not find anything similar. Is this a known issue? The error occurs on both Filebase and Filebase PRO.
]]>Just a comment to note that a minor revision to this plugin in September 2017 broke the external file functionality. After this change, the developer apparently took down the support ticket system for registered users and stopped replying to the support email address. This software now appears to be abandonware.
]]>Hello;
I would like to know if i can when the user get the page of download for examle of a pdf that open in a new window,jus there when the user try to download the file ask for a registration to can download it?
Is it possible or not?
thanks
]]>In my file error_log.php it is possible to read the following errors (a short list):
Please may you help me about this? The website is ok and i don’t see malfunctions.
I use filebase pro + download log. and in file log i read “wp_wpfblog” or “InitClass, WPFB_Core::DownloadRedirect, WPFB_File->Download” so i think a problem with filebase o donwnload log o download notification that i dont’ use.
I use WordPress 3.9.3
[05-Apr-2017 11:40:36 UTC] WordPress errore sul database Unknown column ‘notify_admins’ in ‘field list’ per la query SELECT emails,notify_admins FROM wp_wpfblog_nfts WHERE (file_id = 1825 OR file_id = 0) AND (user_id = 0 OR user_id = 1) fatta da require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, wpfilebase_init, wpfb_loadclass, call_user_func, WPFB_Core::InitClass, WPFB_Core::DownloadRedirect, WPFB_File->Download, do_action(‘wpfilebase_file_downloaded’), call_user_func_array, __lambda_func, wpfblog_call, call_user_func_array, WPFBLOG_OnDownload::FileDownloaded
[05-Apr-2017 11:39:51 UTC] WordPress errore sul database Unknown column ‘notify_admins’ in ‘field list’ per la query SELECT emails,notify_admins FROM wp_wpfblog_nfts WHERE (file_id = 1851 OR file_id = 0) AND (user_id = 0 OR user_id = 1) fatta da require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, wpfilebase_init, wpfb_loadclass, call_user_func, WPFB_Core::InitClass, WPFB_Core::DownloadRedirect, WPFB_File->Download, do_action(‘wpfilebase_file_downloaded’), call_user_func_array, __lambda_func, wpfblog_call, call_user_func_array, WPFBLOG_OnDownload::FileDownloaded
REgards!
]]>Hello Fabian,
Today I found the information about a security risk in WP-Filebase. According to >>https://wpvulndb.com/vulnerabilities/8783<< it is still available in your plugin.
Maybe you didn’t know it until yet. However, I want to ask if there will be a fix?
regards, Andyt
]]>hi
i need consonant WP-Filebase Download Manager with restrict content similar Restrict Content Pro – Download Monitor Bridge
]]>While trying to create the file-tree view under file-browser i get the following error:
“SyntaxError: Unexpected tocken in JSON at position 0” (i use chrome)
I tried saving the permalinks. PlugIn is up to date.
Any suggestions?
]]>A search of the plugin directory produces no results for WP-Filebase.
I received a warning of a file change and when I looked further I found that the file was in the wrong folder. It was from the WP-Filebase directory.
Does anybody know what is going on?
]]>I read about problem with premium support.
Two days ago i posted a problem for download log and today the issue is solved.
Fast support!
Thanks
]]>I am using the following shortcode and am clearly getting a display name sorted listed rather than the file name. I think this just broke with the latest release as it was working fine previous to the upgrade.
[wpfilebase tag=browser id=14 sort='>file_name' /]
Hey,
I’m looking to find a way in which I can customize the download permalinks for the files on my site. Files are constantly being updated, re-uploaded, and swapped out; being able to change the download link of the new file to that of the old file will remove the need for going in and manually changing the hyperlinks within each page.
When I upload an icon alongside a file, it shows up as a broken link. I haven’t been able to upload new icons for a while now, and existing icons break if I try to change them, so I’ve been slowly losing icons with no way to recover them.
]]>I am using the free version, but can not find any place that allows me to add upload forms to the front page. I have checked the settings page and its marked to all them, and the only thing I see that says Embedded is about Templates.
Please help, or is this a feature of the pro version?
]]>Hello,
I save my files on an extra fileserver and not on the webserver (Apache). I mount the share of my data on the webserver. Everything seems to be fine except the counter.
Access to the files is read-only. Perhaps this disables the counter?
Filebase-Version: 3.4.4.
I hope someone can help me.
]]>Hi,
I need assign for example 500 differents files to 500 differents users, like so:
user_name_1 -> File “1.pdf”
user_name_2 -> File “2.pdf”
user_name_3 -> File “3.pdf”
…
user_name_500 -> File “500.pdf”
With your plugin I can do that, but one by one, so it is very hard (a lot of time…)
I’d like to have a new feature, where administrator can upload a csv file with the following columns:
User Name – File Name
So administrator can build the following csv
User Name – File Name
user_name_1 – 1.pdf
user_name_2 – 2.pdf
user_name_3 – 3.pdf
…
user_name_500 – 500.pdf
The process is the following:
STEP 1: upload the .pdf files
STEP 2: upload csv file
When the csv is uploaded, files will be assigned to the correspondent user, and it no is need to assign file one by one.
I hope you are understand me.
Can you make this new feature?
I hope your answer. Thanks for your support.
Hello
I need to hide the FileBrowser page for guests (visitors, non-logged in)
Does this plugin allow it? Can i put is_user_logged_in() somewhere to achieve that?
Thank you in advance
]]>Please help to add short code for display in frontend for filebase plugin
]]>Language files do not work. I followed instructions tried everything, renaming .po files, changing even the template, it always shows the english translation.
open wp-filebase/languages/template.po with Poedit and save as wpfb-xx_YY.po (xx is your language code, YY your country). Poedit will create the file wpfb-xx_YY.mo. Put this file in wp-filebase/languages and share it if you like (attach it to an email or post it on my blog).
]]>Hello,
I search the forum but I couldn’t find the answer.
We use the Pro version and for every file we add our own Thumbnails.
When I change some files (update, move etc…) some thumbs of other
files disappear. I need to remove the existing thumbs and need to add the thumbnail again. It’s not easy to reproduce because it happens “on the fly”. Spontaneously… and it is a live business website.
It’s a bit hard to describe/explain but I hope you understand.
If you need more information, please ask.
Best regards,
Vincent Volmer