Errors loading jpg files

Home \ forums/topic \ Errors loading jpg files

Support Home Page Forums Joomla Software Easy File Uploader Module Errors loading jpg files

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #318
    cheyennemtnman
    Participant

    Newbie User here…

    Your component was easy to install but I am thinking somthing went wrong during the installation or I do not have something set properily.

    Getting the follwing errors

    ________________________________________________

    ERROR: The uploaded file type is not permitted.

    MIME detected by PHP: ()

    MIME detected by Browser: image/jpeg

    ________________________________________________

    Return Code: 4

    No file was uploaded

    ________________________________________________

    ________________________________________________________

    ________________________________________________________

    Using these permitted file types as parameters in module

    Security Details

    image/gif;image/jpeg;image/png;

    _________________________________________________________

    _________________________________________________________

    _________________________________________________________

    Here is the PHP version information:

    PHP Version: 5.2.17.

    FILEINFO_MIME_TYPE is NOT defined. (In Red)

    mime_content_type doesn’t exist. (In Red)

    This is a NON-Windows OS: Linux. (In Green)

    escapeshellarg is callable. (In Green)

    exec is callable. (In Green)

    shell_exec is callable.

    _____________________________________________________________________

    So how should I correct the problem? Is there an INI file that I need to alter?

    #1623
    Michael Gilkes
    Keymaster

    @cheyennemtnman. Thanks for posting. I get the impression that you are asking about Easy File Uploader module. Please clarify which product you are referring to. On both of the product pages for Easy Flash Uploader and Easy File Uploader, there is a known issues section and also the product pages specify the minimum requirements for the use of the extensions.

    Your PHP setup is currently at version 5.2.17. The minimum requirements of both of my uploader extensions is version 5.3. This is because MIME type detection is only implemented natively in PHP 5.3. If you have PHP 5.2, there is a workaround to it, and I explain this in the known issues section and have a link to the forum post that guides you on how to do it. You will have to run the test_script.php file and see what works for your server setup, and then edit the files accordingly.

    To avoid all of this, I always advise people to upgrade your PHP version to 5.3. It is the easiest fix.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Errors loading jpg files’ is closed to new replies.