Problems with processing!

See all posts See thread Reply

Re: Problems with processing! new!
by colin, 14 years, 10 months ago
What system do you have? Your system returns an incorrect MIME type for the uploaded file. Check your system MIME detection libraries.Reply
Re: Problems with processing! new!
by seaQ, 14 years, 10 months ago
I rent a server, could this be the problem? (from php info)

mime_magic
mime_magic support invalid magic file, disabled

Directive Local Value Master Value
mime_magic.debug Off Off
mime_magic.magicfile /hsphere/local/config/httpd/mime.types /hsphere/local/config/httpd/mime.typesReply
Re: Problems with processing! new!
by seaQ, 14 years, 10 months ago
I tried to deactivate the mine_magic (as I saw in the config that there is a way to check with "getimagesize") and then it works, seems like "getimagesize" can do the trick :)Reply
Re: Problems with processing! new!
by colin, 14 years, 10 months ago
Your server seems to be a bit weird... But I was about to suggest deactivating mime_magic, but you found out about itReply