Fixed - see bottom of post of answer
I seem to be having trouble getting this extension to work.
I have enabled debugging, and get the error below.
For the mime type file i have used the recommended text:
(video\/(3gpp|mp4|mpeg|quicktime|webm))|(audio\/(aiff|midi|mpeg|mp4))|(image\/(gif|jpeg|jpg|png))|(application\/(x-(7z|rar|zip)-compressed|zip|arj|x-(bzip2|gzip|lha|stuffit|tar)|pdf))
I have installed flarum on a namecheap shared hosting server, and have already made sure the php settings have a large max file upload, and created a php.ini file in the root directory of the flarum install with the following just incase.
post_max_size = 125M
upload_max_filesize = 100M
I would appreciate any advice you have on how i can fix this
Thanks
Alastair Nixon
I realised I had the wrong version of FoF Upload installed. This was because 'composer require fof/upload:@beta ' installed version 0.12.10. so i used 'composer require fof/upload:0.14.0-beta' instead. Feel free to delete this post if you wish, or leave it for others to see.