Have reviewed the extensive threads on this topic, but do not see the workaround for our current problem.
pptx and ppt files both throw this error: both file types are allowed by the cck field configuration
This has surfaced on an existing install after updating the latest Drupal (6.22)...nothing else changed.
ideas or patches?
Comments
Comment #1
quicksketchComment #2
boabjohn commentedThanks for the shift to the proper spot @quicksketch: and I see there are possibly related issues already here. Has a consolidated issue been identified so we can get to one thread of solutions?
Comment #3
quicksketchAlmost all MIME Detect issues are caused by MIME Detect shipping with a not-very-good "magic file" that helps identify how the contents of files should look. I believe there's a hidden variable that you can set in settings.php to make MIME Detect use a better (more recent) magic file, or you can switch to using the "file" command instead of the "Fileinfo" extension and the magic file at admin/settings/mimedetect. I haven't tried this out in a while though, I'm not 100% on any of these statements.
Comment #4
manuel.adanClosing this as outdated, feel free to re-open if you're still looking for a solution and waiting for appropriate assistance.