03-07-2013, 02:22 PM
I have a fresh install of OpenDocMan v1.2.6.3a on PHP 5.3.18
I've created a few users, categories, and departments for testing so MySQL seems to be working. When I attempt to add a file, I get:
Since Google is my friend, I rooted about and found that function support is not necessarily enabled, but that a PEARs PHP_Compat install could solve this. I have installed PHP_Compat 1.5.0, but still no luck.
I'm happy to RTFM, but I'm not sure what FM to R. Any suggestions about how to diagnose and correct this?
TIA,
Oz, in DFW
I've created a few users, categories, and departments for testing so MySQL seems to be working. When I attempt to add a file, I get:
Code:
Fatal error: Call to undefined function mime_content_type() in /home/.../DMS/add.php on line 466 [the ellipsis are my substitute for the actual path]
Since Google is my friend, I rooted about and found that
Code:
mime_content_type()
I'm happy to RTFM, but I'm not sure what FM to R. Any suggestions about how to diagnose and correct this?
TIA,
Oz, in DFW