Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

[HOW TO] MIME CHECK FAILS - Downloaded Component 05 Oct 2012 12:24 #4278

  • BTB300
  • BTB300's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Posts: 415
  • Thank you received: 132
Hi there,
I have noticed several posts about file uploads failing the MIME check in the downloaded component but the file passes MIME check in the sandbox environment

After having a similar issue I checked the php.ini file and found the following line was commented out (PHP Version 5.4.4)
extension=php_fileinfo.dll

For those having upload / MIME check issues in the downloaded component please make sure the above line in your php.ini file is not commented out - it can be found under dynamic extensions as shown below

AND don't forget to restart your web server for the configuration changes to take effect!
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
...........................
..............................
;extension=php_bz2.dll
;extension=php_curl.dll
;extension=php_fileinfo.dll  <= uncomment this line and restart your web server
;extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_gmp.dll
Hope it helps someone save some time...
The following user(s) said Thank You: admin, JoomGuy

Please Log in or Create an account to join the conversation.

Last edit: by admin.
  • Page:
  • 1
Time to create page: 0.052 seconds

Amazing Tool !
And only tool I know that allows complete Scaffolding in terms of component creation. It really saves loads of time (actually much more than that). Simple architecture enables quick and painless changes at any time. Code is clean and consintent. It's just... what's the word... neat! :) Great work! You should definetely try this one!

pi_wo (JED)
         

Get Started