You can upload files in documents and change company logo only if you are using php 5.5
In case you use php 5.4 “in my case v5.4.45” you will get this error
Fatal error: Call to undefined function mime_content_type() in /home/vtigerdemo/public_html/vtigerdemo/modules/Settings/Vtiger/actions/CompanyDetailsSave.php on line 31
@prasad i am new to vtiger and php, how can i turn on it. I tried something but i could not success. :)
I also reinstalled software but still same error exists.
Fatal error: Call to undefined function mime_content_type() in /home/vtiger/public_html/modules/Settings/Vtiger/actions/CompanyDetailsSave.php on line 31
Upload file in documents module
Fatal error: Call to undefined function mime_content_type() in /home/vtiger/public_html/data/CRMEntity.php on line 142
Uploading image in Products Module
Fatal error: Call to undefined function mime_content_type() in /home/vtiger/public_html/data/CRMEntity.php on line 142
@robert.heinze - file upload could have failed. Can you log the details to see more details before line 595 (error_log(var_export($file_details, true));)?