Troubleshooting
There are some settings which could prevent the plugin from working properly with certain blog configuration and other plugins. Here’s a list with all critical options and their safe value. If you experience problems using WP-Filebase, you should set all options to the safe value. Then set the desired value of each option step-by-step while making sure the plugin still works properly. When you have spotted the option causing trouble, please contact us.
| Name | Safe Value |
| Search Integration | unchecked |
| Disable download permalinks | checked |
| Send HTTP-Range header | unchecked |
| Disable HTTP Caching | checked |
| Accept empty referrers | checked |
| Disable ID3 tag detection | checked |
| Search ID3 Tags | unchecked |
Issues with filebrowser
Uses jQuery plugins, so any plugins that replaces the jQuery can conflict
on iOs, filebrowser templates remove the a-tag!
Hello,
I am having trouble donloading mp4 files, there seems to be an issue with the MIME types… below is the error I see in the console:
Resource interpreted as Document but transferred with MIME type application/octet-stream
Can you recommend a solution for this?
OK I have got it to play mp4′s by adding :
case ‘mp4′:return ‘video/mp4′; to the download.php file.
But now it just plays the file in a new tab instead of downloading it. Ideally I would like to give the user the option of viewing in the browser or downloading the file.
WP filebase uses cookies. Can I uncheck or check something in the settings to stop the use of cookies?