Update 3.3.3 is compatible with WordPress 4.4 and includes the following changes:
- DataTables update to 1.10.10
- Fixed backslashes in file data when adding
- Fixed `Could not store rsync meta`
- Template var `%file_small_icon%` added to dropdown menu
- Cloud Sync fixes
Even after using this update I still get the
“Unable to insert item into DB! Column ‘file_hash’ cannot be null” error when uploading a new file
You can manuall fix it with phpMyAdmin. Open the wp_wpfb_files table, go to structure and edit the file_hash column. Tick “NULL”.
Hi Fabian, I’ve used Filebase for several years, and have donated… I had this problem too, I changed the database row. Then I had to do the same for ‘file_remote_uri’, ‘file_tags’, ‘file_license’ and ‘file_last_dl_ip’. Finally I got my file uploaded! Thought you’d like to know.
This worked for me, using free version. When all 5 rows were NULL then it started working again. Thanks Neil.
Hello, I’m having the same issue with Unable to insert item into DB! Column ‘file_hash’ cannot be null
I’ve tried checking NULL in database – doesnt help
Can you help me please?
Hi,
please execute an SQL query like this:
ALTER TABLE `wp_wpfb_files` CHANGE `file_hash` `file_hash` char(32) NULL default ''
Hi. I’m having the same issue. The SQL query doesn’t work for me. Any other suggestions?
Did it comple successfully? Re-ceck phpMyAdmin that NULL is enabled on that column.
Hello Fabian, is there any fix to this issue with database?
Run the SQL query i posted before (make sure to set correct tale prefix)
Hi there
Thanks for these responses. I’m having the same issues unfortunately with a site. I can’t find a file called wp_wpfb_files. Also, how would I run an SQL Query to do as you’ve said.
Many thanks
Colin