Plugin Author
Fabian
(@fabifott)
Are uploads working? If you are willing to give me dashboard access to your site Please use the contact form at https://wpfilebase.com/contact (just refer to this conversation)
No. I get an HTTP error when I try to upload.
Unfortunately, because this is an internal server, I cannot give you access to it.
Plugin Author
Fabian
(@fabifott)
Then check the PHP error log of the server.
PHP Fatal error: Function name must be a string in /var/www/html/wp-content/plugins/wp-filebase/classes/Ajax.php on line 27
There are several of these errors, and they all started occurring when the latest update was installed. I have confirmed that these errors did not exist prior.
I can confirm that I’m having this issue as well on a WordPress multisite. My client updated to WordPress 4.4 as well as other plugins, but couldn’t provide specifics on those.
Plugin Author
Fabian
(@fabifott)
Can you please post all errors here, files and lines. And your PHP version.
in classes/Ajax.php replace this line 27
$func($args);
with
call_user_func ($func, $args);
This should fix it, once again one of PHP’s stupid pitfalls.
Same problem here. Your solution fix the problem.
Your solution fixed the problem.
I know you were hoping to wait, but with all the complaints, it sounds like a minor update may be needed in the near future. Just a suggestion. Otherwise, thank you.
Further Question: I can no longer find WP-Filebase through the standard link on WordPress.org (https://wordpress.org/plugins/wp-filebase/)
Plugin Author
Fabian
(@fabifott)
They removed it because it directly includes wp-load.php (IMO there is a good reason to do so), working on it to get it back. You should receive updates anyway (3.1.05 includes the fix), served through the WP-Filebase Pro update channel, even if you are on free. Otherwise check https://github.com/f4bsch/WP-Filebase for latest changes.