"File not an image" error when inserting files
We am running tikiwiki 14.0, and every time we insert a non-image file (pdf, doc, txt, etc), we get the error message "file not an image". This happens whether we use the insert File or Insert Image buttons.
We would rather that our users not need to know html to add content, but we have found that we can force a link to appear by clicking the source button in the toolbar and changing the html tag from img to files (img fileId="895" ... to 'files fileId="895"'...)
Based on another post, I added "extension=php_fileinfo.dll" to my php.ini file, but that seemed to have no effect (the contents of my php.ini are listed below).
I am a bit of a newbie, but I haven't seen foud any other recent postings that seem refer to this issue. Does anyone have any ideas about how we could fix this or what to try next?
Thanks for your help!
-- php.ini --
default_charset = "utf-8"
mbstring.internal_encoding=utf-8
mbstring.http_output=UTF-8
mbstring.encoding_translation=On
mbstring.func_overload=0
ExtensionList
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_mbstring.dll
extension=php_gd2.dll
extension=php_gettext.dll
extension=php_curl.dll
extension=php_exif.dll
extension=php_xmlrpc.dll
extension=php_openssl.dll
extension=php_soap.dll
extension=php_pdo_mysql.dll
extension=php_pdo_sqlite.dll
extension=php_imap.dll
extension=php_tidy.dll
extension=php_fileinfo.dll